<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>On Wed, 9 Feb 2011 14:08:15 -0500, Kenneth Armstrong wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">
<pre>Here's my latest thoughts on how to do this:

With 2 nodes, and using the Red Hat Cluster suite to fence the two
hosts, and all vm disk images stored on shared storage (for example,
an iSCSI LUN) that both hosts will have access to, and using a GFS2
formatted partition on each node.  Also, using Bind Mounts to mount
/etc/libvirt/qemu onto the GFS2 partition so that the vm xml files
will be sync'ed up between both hosts.

Does that make sense?  Or would their be something simpler to try?

</pre>
</blockquote>
<pre><p>Why do you need shared copies of the xml?</p>I've got a shared GFS2 file system for the VM image files, using rmganager to manage the VMs and have the xml defined statically in the libvirtd instances on the cluster members. If/when I change something in terms of the VM definition on one cluster member, I "# virsh dumpxml <vm> > ./vm.xml" and "# virsh define" it on the other members. Same UUID for the VMs on all cluster members.</pre>
</body></html>