[Pacemaker] node status does not change even if pacemakerd dies

Andrew Beekhof andrew at beekhof.net
Thu Jan 10 05:35:57 CET 2013


On Wed, Jan 9, 2013 at 8:57 PM, Kazunori INOUE
<inouekazu at intellilink.co.jp> wrote:
> Hi Andrew,
>
> I have another question about this subject.
> Even if pengine, stonithd, and attrd crash after pacemakerd is killed
> (for example, killed by OOM_Killer), node status does not change.
>
> * pseudo testcase
>
>  [dev1 ~]$ crm configure show
>  node $id="2472913088" dev2
>  node $id="2506467520" dev1
>  primitive prmDummy ocf:pacemaker:Dummy \
>          op monitor on-fail="restart" interval="10s"
>  property $id="cib-bootstrap-options" \
>          dc-version="1.1.8-d20d06f" \
>          cluster-infrastructure="corosync" \
>          no-quorum-policy="ignore" \
>          stonith-enabled="false" \
>          startup-fencing="false"
>  rsc_defaults $id="rsc-options" \
>          resource-stickiness="INFINITY" \
>          migration-threshold="1"
>
>
>  [dev1 ~]$ pkill -9 pacemakerd
>  [dev1 ~]$ pkill -9 pengine
>  [dev1 ~]$ pkill -9 stonithd
>  [dev1 ~]$ pkill -9 attrd



More information about the Pacemaker mailing list