[Pacemaker] Pacemaker resource start problem

Luka Perkov luka.posao at gmail.com
Sat Dec 5 20:53:37 EST 2009


Hi,

I'm trying to start xen resource on 3 node cluster, but I'm having
problems. I also tried with same configuration described here:

http://www.clusterlabs.org/wiki/Debian_Lenny_HowTo

for IP resource and I can't start that one also.

root at splxd02:~# crm_mon --one-shot -V
============
Last updated: Sun Dec  6 02:46:55 2009
Stack: openais
Current DC: splxd01 - partition with quorum
Version: 1.0.6-cebe2b6ff49b36b29a3bd7ada1c4701c7470febe
3 Nodes configured, 3 expected votes
2 Resources configured.
============
Online: [ splxd02 splxd03 splxd01 ]

root at splxd02:~# crm configure show 
node splxd01 \
	attributes standby="off"
node splxd02 \
	attributes standby="off"
node splxd03 \
	attributes standby="off"
primitive failover-ip ocf:heartbeat:IPaddr \
	params ip="10.0.0.21" \
	op monitor interval="10s" \
	meta target-role="Started"
primitive vm-renate ocf:heartbeat:Xen \
	params xmfile="/root/virtual-machine-config/vm-renate.config" \
	meta target-role="Started"
property $id="cib-bootstrap-options" \
	dc-version="1.0.6-cebe2b6ff49b36b29a3bd7ada1c4701c7470febe" \
	cluster-infrastructure="openais" \
	expected-quorum-votes="3" \
	stonith-enabled="false" \
	no-quorum-policy="ignore" \
	default-resource-stickiness="1000"

I also tried with this:

crm(live)configure# primitive vm-renate ocf:heartbeat:Xen params
xmfile=/root/virtual-machine-config/vm-renate.config op monitor
interval=10s op start interval=0s timeout=60s op stop interval=0s
timeout=300s

but without success.

I can manualy start xen domu without any problems...
If you need more info let me know.

Regards,
Luka






More information about the Pacemaker mailing list