[Openais] corosync trunk - better limits with corosync

2009-08-10 Thread Steven Dake
The current trunk has bugs where the maximum message size is 470k when the IPC limit is more like 1mb. This patch does the following things: 1) fixes that defect 2) returns INVALID_PARAM in the case a limit is exceeded in coroipcc 3) returns INVALID_PARAM in the case a limit is exceeded in totempg

Re: [Openais] [corosync] [patch] - Support for cpg joinlist from/to BE architectures

2009-08-10 Thread Jan Friesse
Committed revision 2384 with comment removed. Regards, Honza Steven Dake napsal(a): > agree > > On Mon, 2009-08-10 at 13:28 +0100, Christine Caulfield wrote: >> On 10/08/09 13:14, Jan Friesse wrote: >>> See patch. >>> >> If you're doing that you might as well fix the comment at the same time

Re: [Openais] [corosync] [patch] - Support for cpg joinlist from/to BE architectures

2009-08-10 Thread Steven Dake
agree On Mon, 2009-08-10 at 13:28 +0100, Christine Caulfield wrote: > On 10/08/09 13:14, Jan Friesse wrote: > > See patch. > > > > If you're doing that you might as well fix the comment at the same time :-) > > Chrissie > ___ > Openais mailing list > O

Re: [Openais] [corosync] [patch] - Support for cpg joinlist from/to BE architectures

2009-08-10 Thread Steven Dake
good for merge On Mon, 2009-08-10 at 14:14 +0200, Jan Friesse wrote: > See patch. > > Regards, >Honza > > ___ > Openais mailing list > Openais@lists.linux-foundation.org > https://lists.linux-foundation.org/mailman/listinfo/openais ___

Re: [Openais] [corosync] [patch] - Support for cpg joinlist from/to BE architectures

2009-08-10 Thread Christine Caulfield
On 10/08/09 13:14, Jan Friesse wrote: > See patch. > If you're doing that you might as well fix the comment at the same time :-) Chrissie ___ Openais mailing list Openais@lists.linux-foundation.org https://lists.linux-foundation.org/mailman/listinfo/ope

[Openais] [corosync] [patch] - Support for cpg joinlist from/to BE architectures

2009-08-10 Thread Jan Friesse
See patch. Regards, Honza commit 72fa154a516f0dcecab3a51c54f12934eb84ec22 Author: root Date: Mon Aug 10 14:07:17 2009 +0200 Swap item in cpg_joinlist This patch add swab of header->size so big endian architectures works with LE list and vica versa. diff --git a/trunk/serv