]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/CephFSPlugin.pm
enable snippets content type for all directory based storages
[pve-storage.git] / PVE / Storage / CephFSPlugin.pm
index f9e5acb5133225a47630a29d5689d7eb859e432a..16fc3160dfce9319cddb16829ac65ad46d2d5887 100644 (file)
@@ -86,7 +86,7 @@ sub type {
 
 sub plugindata {
     return {
-       content => [ { vztmpl => 1, iso => 1, backup => 1},
+       content => [ { vztmpl => 1, iso => 1, backup => 1, snippets => 1},
                     { backup => 1 }],
     };
 }