Hi, On Fri, Jan 21, 2011 at 09:47:49AM +0100, Nikita Michalko wrote: > Hi all! > > I'm trying to configure a new 2 node cluster with crm and facing with the > following errors: > > crm(bblu)configure# verify > crm_verify[8202]: 2011/01/20_14:49:07 WARN: unpack_nodes: Blind faith: not > fencing unseen nodes > ERROR: cib-bootstrap-options: attribute migration-threshold does not exist > > Configuration: > crm(bblu)configure# show > primitive IPaddr_192_168_150_54 ocf:heartbeat:IPaddr \ > op monitor interval="60s" timeout="60s" \ > params ip="192.168.150.54" cidr_netmask="24" > broadcast="192.168.150.63" > primitive IPaddr_193_xx_xx_xx ocf:heartbeat:IPaddr \ > op monitor interval="60s" timeout="60s" \ > params ip="193.xx_xx_xx" cidr_netmask="26" broadcast="193.xx.xx.63" > group group_1 IPaddr_193_xx_xx_xx IPaddr_192_168_150_54 > location rsc_location_group_1 group_1 \ > rule $id="prefered_location_group_1" 1: #uname eq bluedam > property $id="cib-bootstrap-options" \ > stonith-enabled="false" \ > symmetric-cluster="true" \ > no-quorum-policy="ignore" \ > migration-threshold="3" \ > stonith-action="reboot" \ > startup-fencing="false" \ > stop-orphan-resources="true" \ > stop-orphan-actions="true" \ > remove-after-stop="false" \ > default-action-timeout="110s" \ > is-managed-default="true" \ > cluster-delay="60s" \ > pe-error-series-max="-1" \ > pe-warn-series-max="-1" \ > pe-input-series-max="-1" \ > cluster-infrastructure="Heartbeat" > > Versions: > heartbeat-3.0.3 > cluster-glue-1.0.1 > resource-agents-1.0.3 > pacemaker-1.0.10 > SLES11/SP1 > > Is the attribute "migration-threshold" no more available?
It is, but you should put it in rsc_defaults. Thanks, Dejan > TIA > > Nikita Michalko > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
