My two node cluster has two virtual machines winA and winB which have the config parameter config="/etc/libvirt/qemu/win01.xml A CRM configure verify yields a warning about pacemaker violate uniqueness for parameter /etc/libvirt/qemu/win01.xml Also the machines wont stay running. Could this be related to the warning above? Do I need two separate XML and qemu files? Ive noticed that 1 of my virtual machines keeps stopping .
The CRM config snippet is below: primitive p_ldirectord lsb:ldirectord \ op monitor interval="40s" timeout="20s" \ meta target-role="Started" primitive p_ldirectord_ip ocf:heartbeat:IPaddr2 \ params cidr_netmask="24" ip="192.168.155.21" iflabel="ldirectord" \ op monitor interval="20s" timeout="10s" primitive p_vm_winA ocf:heartbeat:VirtualDomain \ params config="/etc/libvirt/qemu/win01.xml" \ op start interval="0" timeout="60" \ op stop interval="0" timeout="300" \ op monitor interval="60s" timeout="50s" start-delay="0" \ meta target-role="Started" \ utilization cpu="4" hv_memory="2048" primitive p_vm_winB ocf:heartbeat:VirtualDomain \ params config="/etc/libvirt/qemu/win01.xml" \ op start interval="0" timeout="60" \ op stop interval="0" timeout="300" \ op monitor interval="60s" timeout="50s" start-delay="0" \ meta target-role="Started" \ utilization cpu="4" hv_memory="2048" location l_vm_winA p_vm_winA -inf: lm08.test.com location l_vm_winB p_vm_winA -inf: lm07.test.com Thanks JohnM
_______________________________________________ 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