[Pacemaker] Resource cannot run anywhere
Erich Weiler
weiler at soe.ucsc.edu
Mon Feb 1 04:08:46 UTC 2010
So, I have 3 Floating IP addresses, between 3 nodes, with each IP
address having a preference for each node. But the third one,
ClusterIP3, is not running and the "crm_verify -VL" command says that
ClusterIP3 cannot run anywhere. But, I can't see why. Here's my CRM
config:
crm(live)configure# show
node testvm1 \
attributes standby="off"
node testvm2
node testvm3
primitive BIND lsb:named \
op monitor interval="15" timeout="30s" \
op start interval="0" timeout="30s" \
op stop interval="0" timeout="30s" \
meta target-role="Started"
primitive ClusterIP ocf:heartbeat:IPaddr2 \
params ip="10.1.1.79" cidr_netmask="16" \
op monitor interval="15" \
meta target-role="Started"
primitive ClusterIP2 ocf:heartbeat:IPaddr2 \
params ip="10.1.1.80" cidr_netmask="16" \
op monitor interval="15" \
meta target-role="Started"
primitive ClusterIP3 ocf:heartbeat:IPaddr2 \
params ip="10.1.1.81" cidr_netmask="16" \
op monitor interval="15" \
meta target-role="Started"
location IP1-back ClusterIP 0: testvm2
location IP1-home ClusterIP 500: testvm1
location IP2-back ClusterIP2 0: testvm2
location IP2-home ClusterIP2 500: testvm3
location IP3-back ClusterIP3 0: testmv1
location IP3-home ClusterIP3 500: testmv2
location bind-back BIND 0: testvm2
location bind-home BIND 500: testvm1
colocation bind-with-ip inf: BIND ClusterIP
order ip-before-bind inf: ClusterIP BIND
property $id="cib-bootstrap-options" \
dc-version="1.0.5-462f1569a43740667daf7b0f6b521742e9eb8fa7" \
cluster-infrastructure="openais" \
expected-quorum-votes="3" \
stonith-enabled="false" \
no-quorum-policy="ignore" \
symmetric-cluster="false"
crm(live)configure#
Can anyone see anything here that would prevent ClusterIP3 from running?
Thanks for any insight!
Cheers,
erich
More information about the Pacemaker
mailing list