mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
74abb43aca
No point in testing outdated command lines. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
5 lines
162 B
Plaintext
5 lines
162 B
Plaintext
qemu-img convert -f raw -O qcow2 \
|
|
-o encryption=on,preallocation=falloc,compat=0.10 \
|
|
/var/lib/libvirt/images/sparse.img \
|
|
/var/lib/libvirt/images/OtherDemo.img
|