[Linux-HA] hb_takeover equivalent in R2 mode ?
benjamin
benjamin.parmentier at gmail.com
Tue Jul 31 01:57:33 MDT 2007
[root at othaii01s /var/lib/heartbeat/crm]# crm_resource -M -r collector
crm_resource[5088]: 2007/07/31_09:45:05 info: Invoked: crm_resource -M -r
collector
WARNING: Creating rsc_location constraint 'cli-standby-collector' with a
score of -INFINITY for resource collector on othaii01s .
This will prevent collector from running on othaii01s until the
constraint is removed using the 'crm_resource -U' command or manually with
cibadmin
This will be the case even if othaii01s is the last node in the
cluster
This messgae can be disabled with -Q
[root at othaii01s /var/lib/heartbeat/crm]# tail cib.xml
</rule>
</rsc_location>
<rsc_location id="cli-standby-collector" rsc="collector">
<rule id="cli-standby-rule-collector" score="-INFINITY">
<expression id="cli-standby-expr-collector" attribute="#uname"
operation="eq" value="othaii01s" type="string"/>
</rule>
</rsc_location>
</constraints>
</configuration>
</cib>
This is what I don't want :)
More information about the Linux-HA
mailing list