From 7a047fce4a108327a35156428719b781b1cae741 Mon Sep 17 00:00:00 2001 From: Wolfgang Link Date: Wed, 2 Mar 2016 16:18:14 +0100 Subject: [PATCH] Remove content type container from GlusterFS. --- PVE/Storage/GlusterfsPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/Storage/GlusterfsPlugin.pm b/PVE/Storage/GlusterfsPlugin.pm index 315c5a6..951db50 100644 --- a/PVE/Storage/GlusterfsPlugin.pm +++ b/PVE/Storage/GlusterfsPlugin.pm @@ -98,7 +98,7 @@ sub type { sub plugindata { return { - content => [ { images => 1, rootdir => 1, vztmpl => 1, iso => 1, backup => 1}, + content => [ { images => 1, vztmpl => 1, iso => 1, backup => 1}, { images => 1 }], format => [ { raw => 1, qcow2 => 1, vmdk => 1 } , 'raw' ], };