]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/DirPlugin.pm
fix #3580: plugins: make preallocation mode selectable for qcow2 and raw images
[pve-storage.git] / PVE / Storage / DirPlugin.pm
index 2267f117c963e3e7a05a00f4a563149c5aca8163..3eeec9813f448f19a20e4884fc00ff49ab9b75df 100644 (file)
@@ -59,6 +59,7 @@ sub options {
        mkdir => { optional => 1 },
        is_mountpoint => { optional => 1 },
        bwlimit => { optional => 1 },
+       preallocation => { optional => 1 },
    };
 }