Re: [Openais] [PATCH orosync] select a new sync member if the node with the lowest nodeid has left.

2010-04-22 Thread Angus Salkeld
On Thu, 2010-04-22 at 16:35 -0500, David Teigland wrote: > On Thu, Apr 22, 2010 at 11:06:19AM +1000, Angus Salkeld wrote: > > Problem: > > > > Under certain circumstances cpg does not send group leave messages. > > > > With a big token timeout (tested with token == 5min). > > 1 start all nodes >

Re: [Openais] [PATCH orosync] select a new sync member if the node with the lowest nodeid has left.

2010-04-22 Thread Angus Salkeld
On Thu, 2010-04-22 at 14:58 -0700, Steven Dake wrote: > good for merge > Committed. -A > regards > -steve ___ Openais mailing list Openais@lists.linux-foundation.org https://lists.linux-foundation.org/mailman/listinfo/openais

Re: [Openais] [PATCH orosync] select a new sync member if the node with the lowest nodeid has left.

2010-04-22 Thread David Teigland
On Thu, Apr 22, 2010 at 04:35:08PM -0500, David Teigland wrote: > On Thu, Apr 22, 2010 at 11:06:19AM +1000, Angus Salkeld wrote: > > Problem: > > > > Under certain circumstances cpg does not send group leave messages. > > > > With a big token timeout (tested with token == 5min). > > 1 start all n

Re: [Openais] [PATCH orosync] select a new sync member if the node with the lowest nodeid has left.

2010-04-22 Thread Steven Dake
good for merge regards -steve On Thu, 2010-04-22 at 11:06 +1000, Angus Salkeld wrote: > Problem: > > Under certain circumstances cpg does not send group leave messages. > > With a big token timeout (tested with token == 5min). > 1 start all nodes > 2 start ./test/testcpg on all nodes > 2 go to

Re: [Openais] [PATCH orosync] select a new sync member if the node with the lowest nodeid has left.

2010-04-22 Thread David Teigland
On Thu, Apr 22, 2010 at 11:06:19AM +1000, Angus Salkeld wrote: > Problem: > > Under certain circumstances cpg does not send group leave messages. > > With a big token timeout (tested with token == 5min). > 1 start all nodes > 2 start ./test/testcpg on all nodes > 2 go to the node with the lowest

[Openais] [PATCH orosync] select a new sync member if the node with the lowest nodeid has left.

2010-04-21 Thread Angus Salkeld
Problem: Under certain circumstances cpg does not send group leave messages. With a big token timeout (tested with token == 5min). 1 start all nodes 2 start ./test/testcpg on all nodes 2 go to the node with the lowest nodeid 3 ifconfig down && killall -9 corosync && /etc/init.d/corosync restart