5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2024-12-22 13:34:16 +03:00

esxi plugin: do not support the images content-type

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-03-10 18:46:34 +01:00
parent dde640eda7
commit da513e260c

View File

@ -28,7 +28,7 @@ sub type {
sub plugindata {
return {
content => [ { import => 1, images => 1 }, { import => 1, images => 1 }],
content => [ { import => 1 }, { import => 1 }],
format => [ { raw => 1, qcow2 => 1, vmdk => 1 } , 'raw' ],
};
}