plugin: file size info: remove ancient 'cow' from formats
The format was dropped in QEMU binary version 2.2 with commit
550830f935 ("block: delete cow block driver").
This follows qemu-server commit "drive: remove ancient 'cow' from
formats".
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Acked-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Reviewed-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
32e482a617
commit
43ad71bf30
@ -953,7 +953,7 @@ sub free_image {
|
||||
}
|
||||
|
||||
# TODO taken from PVE/QemuServer/Drive.pm, avoiding duplication would be nice
|
||||
my @checked_qemu_img_formats = qw(raw cow qcow qcow2 qed vmdk cloop);
|
||||
my @checked_qemu_img_formats = qw(raw qcow qcow2 qed vmdk cloop);
|
||||
|
||||
# set $untrusted if the file in question might be malicious since it isn't
|
||||
# created by our stack
|
||||
|
||||
Reference in New Issue
Block a user