mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: assume FMT_COMPAT for qemu-img tests
No point in testing outdated command lines. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
qemu-img convert -f raw -O qcow2 \
|
||||
-o encryption=on,preallocation=falloc \
|
||||
-o encryption=on,preallocation=falloc,compat=0.10 \
|
||||
/var/lib/libvirt/images/sparse.img \
|
||||
/var/lib/libvirt/images/OtherDemo.img
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
qemu-img create \
|
||||
-f qcow2 \
|
||||
-b /dev/null \
|
||||
-o backing_fmt=raw,encryption=on \
|
||||
-o backing_fmt=raw,encryption=on,compat=0.10 \
|
||||
/var/lib/libvirt/images/OtherDemo.img
|
||||
|
||||
Reference in New Issue
Block a user