28.11.2011 22:55, Andreas Ntaflos wrote: > Hi, > > Scenario: two physical virtualisation hosts run various KVM-based > virtual machines, managed by Libvirt. Two VMs, one on each host, form a > Pacemaker cluster, say for a simple database server, using DRBD and a > virtual/cluster IP address. Using Ubuntu 10.04 and Pacemaker 1.1.6, with > Corosync 1.4.2 on the hosts and guests. > > How do I implement node-level fencing in this scenario?
I use set of: * qpid server * libvirt-qpid on each host which runs VMs * fence-virtd with multicast listener * fence-virtd-libvirt-qpid (patched, patches were posted to pacemaker list 03.10.2011 for those who need it) * fence_xvm as a fencing agent Major problem I recently discovered is that you can have only one instance of fence_xvm process running (executing) on a node simultaneously, because it binds to predefined port. Best, Vladislav _______________________________________________ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org