Created
September 2, 2014 00:51
-
-
Save yuuichi-fujioka/a3ff95f0f1e9adf0fd14 to your computer and use it in GitHub Desktop.
convert qcow from compat 1.1 to compat 0.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qemu-img convert -f qcow2 -O qcow2 -o compat=0.10 ${src_img} ${dst_img} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment