[Pacemaker] Resource monitor stop working

Andrew Beekhof andrew at beekhof.net
Fri Jul 1 02:36:05 EDT 2011


On Fri, Jun 24, 2011 at 9:21 PM, Proskurin Kirill
<k.proskurin at corp.mail.ru> wrote:
> Hello all.
>
> Another problem.
> Just find out what one of my clone resource are not work and pacemakers not
> see this - it is says what all cones are started. If i run status from
> console - all is ok.
>
> I still can`t understand how to fix it.

It would help if you told us which clone had this behaviour and how
you determined that the resource wasn't functioning.

>
>
> I attached log from DC with really strange problems.
>
> My config:
> node mysender31.example.com
> node mysender38.example.com
> node mysender39.example.com
> node mysender6.example.com
> primitive ClusterIP ocf:heartbeat:IPaddr2 \
>        params ip="10.6.1.214" cidr_netmask="32" nic="eth0:0" \
>        op monitor interval="15" timeout="30" on-fail="restart"
> primitive cleardb_delete_history_old.init lsb:cleardb_delete_history_old \
>        op monitor interval="15" timeout="30" on-fail="restart" \
>        meta target-role="Started"
> primitive gettopupdated.init lsb:gettopupdate-my \
>        op monitor interval="15" timeout="30" on-fail="restart"
> primitive onlineconf.init lsb:onlineconf \
>        op monitor interval="15"
> primitive qm_manager.init lsb:qm_manager \
>        op monitor interval="15" timeout="30" on-fail="restart" \
>        meta target-role="Started"
> primitive qm_master.init lsb:qm_master \
>        op monitor interval="15" timeout="30" on-fail="restart"
> primitive silverbox-stat.1.init lsb:silverbox-stat.1 \
>        op monitor interval="15" timeout="30" on-fail="restart" \
>        meta target-role="Started"
> clone gettopupdated.clone gettopupdated.init
> clone onlineconf.clone onlineconf.init
> clone qm_master.clone qm_master.init \
>        meta clone-max="2"
> location CLEARDB_RUNS_ONLY_ON_MS6 cleardb_delete_history_old.init \
>        rule $id="CLEARDB_RUNS_ONLY_ON_MS6-rule" -inf: #uname ne
> mysender6.example.com
> location QM-PREFER-MS39 qm_manager.init 100: mysender39.example.com
> location QM_MASTER_DENY_MS38 qm_master.clone -inf: mysender38.example.com
> location QM_MASTER_DENY_MS39 qm_master.clone -inf: mysender39.example.com
> location SILVERBOX-STAT_RUNS_ONLY_ON_MS38 silverbox-stat.1.init \
>        rule $id="SILVERBOX-STAT_RUNS_ONLY_ON_MS38-rule" -inf: #uname ne
> mysender38.example.com
> colocation QM-IP inf: ClusterIP qm_manager.init
> order IP-Before-Qm inf: ClusterIP qm_manager.init
> property $id="cib-bootstrap-options" \
>        dc-version="1.0.11-1554a83db0d3c3e546cfd3aaff6af1184f79ee87" \
>        cluster-infrastructure="openais" \
>        expected-quorum-votes="4" \
>        stonith-enabled="false" \
>        no-quorum-policy="ignore" \
>        last-lrm-refresh="1308909119"
>
>
> --
> Best regards,
> Proskurin Kirill
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs:
> http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
>
>




More information about the Pacemaker mailing list