mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +00:00
4 lines
128 B
Plaintext
4 lines
128 B
Plaintext
|
qemu-img create -f qcow2 \
|
||
|
-o encryption=on,preallocation=metadata,compat=0.10 \
|
||
|
/var/lib/libvirt/images/OtherDemo.img 5242880K
|