mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
19d7f60133
virCommandToString has the possibility to return an already wrapped string with better format than what we get from the test wrapper script. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
qemu-img \
|
|
convert \
|
|
-f qcow2 \
|
|
-O raw \
|
|
/var/lib/libvirt/images/OtherDemo.img \
|
|
/dev/HostVG/Swap
|