]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/NFSPlugin.pm
enable snippets content type for all directory based storages
[pve-storage.git] / PVE / Storage / NFSPlugin.pm
index 5862d82af7e37a2bb6d0968ef4939fd8a24e1b57..82b0c5ffe46cf001fc335c6b854d6ab928919e6c 100644 (file)
@@ -51,7 +51,7 @@ sub type {
 
 sub plugindata {
     return {
-       content => [ { images => 1, rootdir => 1, vztmpl => 1, iso => 1, backup => 1},
+       content => [ { images => 1, rootdir => 1, vztmpl => 1, iso => 1, backup => 1, snippets => 1 },
                     { images => 1 }],
        format => [ { raw => 1, qcow2 => 1, vmdk => 1 } , 'raw' ],
     };