Remove content type container from GlusterFS.

This commit is contained in:
Wolfgang Link
2016-03-02 16:18:14 +01:00
committed by Dietmar Maurer
parent 4c9bd98f37
commit 7a047fce4a

View File

@ -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' ],
};