Hi,
I've setup OpenNebula 3.4 together with 5 KVM hosts.
Those 6 hosts are member of a clustered LVM.
The OpenNebula host holds the „Master“ image in form of a logical volume "/dev/vg1/master".
Every KVM host synchronizes with this image and therefore has a local copy of this image represented by its own "/dev/vg1/master" volume.
Now I'd like OpenNebula to deploy a virtual machine by creating a new logical volume as LVM snapshot from /dev/vg1/master - manually it'll look like this on the KVM host:
# lvcreate -n vm01 -L40G -s /dev/vg1/master
When the virtual machine is removed, I just need a:
# lvremove -f /dev/vg1/vm01
I've read in the change logs of OpenNebula 3.2 that the tm_lvm driver was removed and superseded by the iSCSI driver.
I'm clueless… iSCSI simply is not LVM…
My next step would be to create a custom transfer manage to realize the steps I need.
But… do I really need to do this?
Help from someone who's running the same setup is greatly appreciated :-)
Thanks so far,
Yves
|
_______________________________________________ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org