现象:
'ide0-hd0' uses a qcow2 feature which is not supported by this qemu version: QCOW version 3
解决方法:降低版本
qemu-img amend -f qcow2 -o compat=0.10 ubuntu-server-1404.img
现象:
'ide0-hd0' uses a qcow2 feature which is not supported by this qemu version: QCOW version 3
解决方法:降低版本
qemu-img amend -f qcow2 -o compat=0.10 ubuntu-server-1404.img