cloudstack/plugins/hypervisors/kvm
Marcus Sorensen 9d618380bd KVM: Storage Pool collisions on ISOs due to using random UUID on pool
create

The code is unable to detect an existing pool, because we use a random
UUID each time. New Libvirt doesn't allow multiple pools to be defined
to the same storage.  This patch generates a UUID based on the storage
path, so that it can be detected as existing and reused. It also cleans
up no-op code and adjusts the naming of a few things to clean up any
confusion.

Signed-off-by: Edison Su <sudison@gmail.com>
2012-09-26 16:17:23 -07:00
..
src/com/cloud/hypervisor/kvm KVM: Storage Pool collisions on ISOs due to using random UUID on pool 2012-09-26 16:17:23 -07:00
test/com/cloud/hypervisor/kvm/resource Another clean up for unnecessary parameter conn Clean up unused 2012-08-01 13:59:11 -07:00
.pydevproject License header updates for the plugins folder. 2012-08-03 09:07:43 -04:00
build.xml plugin: Rename cloud-kvm.jar to cloud-plugin-hypervisor-kvm.jar 2012-07-31 22:18:56 +02:00
pom.xml Depend on libvirt-java 0.4.9 due to license change 2012-09-13 16:29:01 +02:00