mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
a02d879858
We're about to disallow creation of a qcow2 encrypted storage volume, so let's remove the qcow encryption element from the tests which are testing whether other format='qcow2' related features work properly. Signed-off-by: John Ferlan <jferlan@redhat.com> ACKed-by: Michal Privoznik <mprivozn@redhat.com>
4 lines
129 B
Plaintext
4 lines
129 B
Plaintext
qemu-img create -f qcow2 -b /dev/null \
|
|
-o backing_fmt=raw,nocow=on,compat=0.10 \
|
|
/var/lib/libvirt/images/OtherDemo.img 5242880K
|