]> git.proxmox.com Git - pve-storage.git/commitdiff
esxi plugin: do not support the images content-type
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 10 Mar 2024 17:46:34 +0000 (18:46 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Mar 2024 14:29:35 +0000 (15:29 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Storage/ESXiPlugin.pm

index 0227fe6d8e5a6fbaa673bb2887e6557b049d1446..b66c5a3ecc54fa23fcbce88430e3f3877e1c189f 100644 (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' ],
     };
 }