diff --git a/PVE/Storage/GlusterfsPlugin.pm b/PVE/Storage/GlusterfsPlugin.pm index 2cf2da9..70ea4fc 100644 --- a/PVE/Storage/GlusterfsPlugin.pm +++ b/PVE/Storage/GlusterfsPlugin.pm @@ -97,7 +97,7 @@ sub type { sub plugindata { return { - content => [ { images => 1, vztmpl => 1, iso => 1, backup => 1}, + content => [ { images => 1, vztmpl => 1, iso => 1, backup => 1, snippets => 1}, { images => 1 }], format => [ { raw => 1, qcow2 => 1, vmdk => 1 } , 'raw' ], };