Fix 2647: Add snippet content type for Gluster
Our wiki mentions snippets as supported content type for GlusterFS storages [0] and all other directory based storages have it enabled already [1] [0] https://pve.proxmox.com/wiki/Storage:_GlusterFS [1] https://git.proxmox.com/?p=pve-storage.git;a=commit;h=d1eb35ea74cf27713625ab7e7c3767a8254a4aee Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
3587acc80a
commit
b9364dc683
@ -97,7 +97,7 @@ sub type {
|
|||||||
|
|
||||||
sub plugindata {
|
sub plugindata {
|
||||||
return {
|
return {
|
||||||
content => [ { images => 1, vztmpl => 1, iso => 1, backup => 1},
|
content => [ { images => 1, vztmpl => 1, iso => 1, backup => 1, snippets => 1},
|
||||||
{ images => 1 }],
|
{ images => 1 }],
|
||||||
format => [ { raw => 1, qcow2 => 1, vmdk => 1 } , 'raw' ],
|
format => [ { raw => 1, qcow2 => 1, vmdk => 1 } , 'raw' ],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user