adrahon / vagrant-kvm

This project is dead, please use vagrant-libvirt instead! A Vagrant 1.4+ plugin that adds a KVM provider to Vagrant, allowing Vagrant to control and provision KVM/QEMU VM.
MIT License
366 stars 60 forks source link

avoid storage pool conflict #242

Closed miurahr closed 10 years ago

miurahr commented 10 years ago

Handle 0.2.0dev storage pool handling policy change.

Detecting another storage pool definition that point same directory. It try to deactivate it and define new one with current naming rule.

fixed #240

Signed-off-by: Hiroshi Miura miurahr@linux.com