]> git.proxmox.com Git - pve-storage.git/commit
btrfs: drop qcow2 and vmdk for now
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Jun 2021 18:22:50 +0000 (20:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Jun 2021 18:22:52 +0000 (20:22 +0200)
commit347e677b7805290215b525fdc96d53e728a6aa1a
tree6c2049bd71908941a5ddd1a64c39484873689c5c
parentd3c5cf24876d2b0e1399f717e2f77eaf063ae7a7
btrfs: drop qcow2 and vmdk for now

the web-interface always prefers qcow2 once that is in the list,
itself a bug on it's own as the preferred one from the backend should
be preferred too, but still, vmdk support should not be extended we
can only cope with that in a limited way anyway, and both can always
get enabled later easily, if there's actual user-request for it.
Disabling is never that easy, at least if one cares about backward
compat.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage/BTRFSPlugin.pm