[Pacemaker] warning about pacemakerconfig parameter violate uniqueness for parameter /etc/libvirt/qemu/win01.xml

Matchett, John jmatch01 at harris.com
Mon Apr 29 14:37:08 EDT 2013


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clusterlabs.org/pipermail/pacemaker/attachments/20130429/56f79a51/attachment-0002.html>


More information about the Pacemaker mailing list