mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
0b0c641b66
Add file in storagevolxml2xmlin and storagevolxml2xmlout, let storagevolxml2xmltest and storagevolschematest cover 'nocow'. Add test case to storagevolxml2argvtest to cover 'nocow'. Signed-off-by: Chunyan Liu <cyliu@suse.com>
4 lines
143 B
Plaintext
4 lines
143 B
Plaintext
qemu-img create -f qcow2 -b /dev/null \
|
|
-o backing_fmt=raw,encryption=on,nocow=on,compat=0.10 \
|
|
/var/lib/libvirt/images/OtherDemo.img 5242880K
|