[Pacemaker] Pacemaker resource start problem
Luka Perkov
luka.posao at gmail.com
Sun Dec 6 17:08:12 UTC 2009
Hi,
I finaly managed to run xen resource. The problem was in debian packages
gfs2-tools and cman - I think because of mixed Heartbeat-OpenAIS
cluster.
Regards,
Luka
-----Original Message-----
From: Luka Perkov <luka.posao at gmail.com>
Reply-to: luka.posao at gmail.com
To: pacemaker at oss.clusterlabs.org
Subject: Pacemaker resource start problem
Date: Sun, 06 Dec 2009 02:53:38 +0100
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