sciurus / vagrant-mutate

Convert vagrant boxes to work with different providers
MIT License
281 stars 41 forks source link

qcow2 support for vagrant-kvm provider #16

Closed miurahr closed 10 years ago

miurahr commented 10 years ago

vagrant-kvm development snapshot(>= 0.1.5) changes its default box disk image to qcow2.

Could you change target disk image to qcow2?

Or could you check vagrant-kvm version and switch target disk type according to its version?

sciurus commented 10 years ago

Is the development snapshot in good shape for me to test against?

miurahr commented 10 years ago

Thanks.

vagrant-kvm 0.1.4 always convert box disk image to storage-pool disk image. Switch to qcow2 has no side effect for that.

We can get best result with https://github.com/adrahon/vagrant-kvm/pull/102 that keeps backward compatibility for box disk format.