On Thu, Sep 1, 2011 at 1:04 PM, robin <[email protected]> wrote: > Hi Gent, > > It seems some errors in syslog when I run "crm_resource -C -r linkmon" > > [root@master ~]# crm status > ============ > Last updated: Thu Sep 1 10:58:18 2011 > Stack: Heartbeat > Current DC: master (1f226e55-fb60-4dc4-b800-f5fc3126b3b6) - partition with > quorum > Version: 1.0.9-89bd754939df5150de7cd76835f98fe90851b677 > 2 Nodes configured, 1 expected votes > 2 Resources configured. > ============ > > Online: [ master installer-11-00 ] > > linkmon (ocf::platform:linkmon): Started installer-11-00 > Resource Group: Installer > ip1 (ocf::heartbeat:IPaddr2): Started installer-11-00 > ip1arp (ocf::heartbeat:SendArp): Started installer-11-00 > ip2 (ocf::heartbeat:IPaddr2): Started installer-11-00 > ip2arp (ocf::heartbeat:SendArp): Started installer-11-00 > dhcp (lsb:dhcpd): Started installer-11-00 > > Failed actions: > linkmon_start_0 (node=master, call=71, rc=1, status=complete): unknown > error > [root@master ~]# crm_resource -C -r linkmon > Cleaning up linkmon on master > Cleaning up linkmon on installer-11-00 > > > [root@master ~]#tail /var/log/messages > Sep 1 10:58:30 master crm_resource: [20491]: info: Invoked: crm_resource -C > -r linkmon > Sep 1 10:58:30 master crmd: [22021]: notice: do_lrm_invoke: Not creating > resource for a delete event: (null) > Sep 1 10:58:30 master crmd: [22021]: info: send_direct_ack: ACK'ing resource > op linkmon_delete_60000 from 0:0:crm-resource-20491: > lrm_invoke-lrmd-1314889110-195 > Sep 1 10:58:32 master crmd: [22021]: ERROR: send_msg_via_ipc: Unknown > Sub-system (20491_crm_resource)... discarding message.
That should have been fixed by: http://hg.clusterlabs.org/pacemaker/stable-1.0/rev/4ca20f07178c > > > > > > > At 2011-08-31 19:19:26,"Ulrich Windl" <[email protected]> > wrote: >>>>> robin <[email protected]> schrieb am 31.08.2011 um 09:09 in Nachricht >><[email protected]>: >> > Hi All, >>> >>> I've a small cluster using heartbeat+pacemaker, and now I encounter a >>> problem as below: >>> When some resource failed, the Failed actions will always be shown in 'crm >>> status' even if I fixed the issue and run >>> "crm resource cleanup linkmon installer-11-00" >> >>Did you try "crm_resource -C -r linkmon"? Maybe it tells you more. Also look >>into syslog. >> >>> >>> ++++++++++++++++++ >>> Failed actions: >>> linkmon_monitor_0 (node=installer-11-00, call=2, rc=1, status=complete): >>> unknown error >>> linkmon_start_0 (node=installer-11-00, call=13, rc=1, status=complete): >>> unknown error >>> +++++++++++++++++++ >>> >>> The only way I can do is to restart heartbeat service, but it's not the way >>> I wanted. Could anyone have any idea about it? >>> >>> Regards, >>> -Robin >>> >>> >>> >>> _______________________________________________ >>> 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 > _______________________________________________ > 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
