qemu-img: add convert example (#3321)

This commit is contained in:
rakafo
2019-10-05 13:39:24 +03:00
committed by Starbeamrainbowlabs
parent f30e7ed891
commit 17210be8d5

View File

@@ -17,3 +17,7 @@
- Dump the allocation state of every sector of the specified disk image:
`qemu-img map {{image_name.img}}`
- Convert a VMWare .vmdk disk image to a KVM .qcow2 disk image:
`qemy-img convert -O qcow2 {{/path/to/file/foo.vmdk}} {{/path/to/file/foo.qcow2}}`