Jason Lee 写道: > HI,ALL: > > I build a 2-nodes cluster:vm-1-2,vm-3-2 ; with a resource group of a > ip-alia and apache server. > At the begining,it seems everything is ok. > #crm_mon: > ... > Current DC: vm-3-2 > 2 Nodes configured, unknown expected votes > 1 Resources configured. > ... > Online: [ vm-3-2 vm-1-2 ] > > Resource Group: web-group > ip-alias (ocf::heartbeat:IPaddr): Started vm-1-2 > apache-server (ocf::heartbeat:apache): Started vm-1-2 > ... > > > then i turn down the interface of vm-3-2;vm-1-2 can find it > > vm-1-2#crm_mon > ... > Online: [ vm-1-2 ] > OFFLINE: [ vm-3-2 ] > ... > > > > after a few minutes,i turn up the interface of vm-3-2. > but the vm-3-2 can't return to the cluster. > > vm-1-2#crm_mon > ... > Current DC: vm-1-2 > ... > Online: [ vm-1-2 ] > OFFLINE: [ vm-3-2 ] > > > vm-3-2#crm_mon > ... > Current DC: vm-3-2 > ... > Online: [ vm-3-2 ] > OFFLINE: [ vm-1-2 ] > ... > > and the log on vm-3-2 all like this: > > Dec 23 15:54:51 vm-3-2 heartbeat: [1803]: ERROR: Message hist queue is > filling up (500 messages in > queue) > Dec 23 15:54:52 vm-3-2 heartbeat: [1803]: ERROR: Message hist queue is > filling up (500 messages in > queue) > Dec 23 15:54:53 vm-3-2 heartbeat: [1803]: ERROR: Message hist queue is > filling up (500 messages in > queue) > Dec 23 15:54:54 vm-3-2 heartbeat: [1803]: ERROR: Message hist queue is > filling up (500 messages in > queue) > Dec 23 15:54:55 vm-3-2 heartbeat: [1803]: ERROR: Message hist queue is > filling up (500 messages in > queue) > Dec 23 15:54:56 vm-3-2 heartbeat: [1803]: ERROR: Message hist queue is > filling up (500 messages in > queue) > Dec 23 15:54:57 vm-3-2 heartbeat: [1803]: ERROR: Message hist queue is > filling up (500 messages in > queue) > Dec 23 15:54:58 vm-3-2 heartbeat: [1803]: ERROR: Message hist queue is > filling up (500 messages in > queue) > > > How can the vm-3-2 return to the cluste? > > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems >
Now i find a violent way to let it back to the cluster. I stop the heartbeat on vm-3-2 and rm /var/lib/heartbeat/cmr/* and then start heartbeat again, it works. i think there should be a better way to do this. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
