[Openais] corosync and openais initscripts

2010-08-24 Thread Vladislav Bogdanov
Hi all, is there any background idea having # chkconfig: - 20 20 in initscript? Shouldn't it be # chkconfig: - 20 80 ? Now both corosync and openais stop too early (20), and (should be) unable to stop if pacemaker ver1 API is used (pacemaker has 90 90, but this is for another mailing list). Bes

Re: [Openais] [PATCH] Fix configure tests for rdma

2010-08-24 Thread Steven Dake
make rpm? On 08/24/2010 05:42 PM, Angus Salkeld wrote: > Infiniband libraries don't currently have .pc files so the configure always > fails. > This uses more basic tests to determine it's presence. > > -Angus > > Signed-off-by: Angus Salkeld > --- > configure.ac | 14 -- > 1 fil

[Openais] Announce: openais 1.1.4 released

2010-08-24 Thread Ryan O'Hara
I am pleased to announce the release of OpenAIS 1.1.4. This release can be downloaded from out website, http://www.openais.org. This release includes: * Fix CKPT service such that it will handle printing of unterminated strings. Ryan ___ Openais mai

Re: [Openais] [PATCH 2/2] IPC: return CS_ERR_NO_RESOURCES to library when low on fds

2010-08-24 Thread Angus Salkeld
On Tue, Aug 24, 2010 at 01:35:49PM -0700, Steven Dake wrote: > good for commit Committed. -Angus > > regards > -steve > On 08/23/2010 07:22 PM, Angus Salkeld wrote: > > > >Signed-off-by: Angus Salkeld > >--- > > exec/coroipcs.c | 50 +++--- > > exe

Re: [Openais] [PATCH 1/2] POLL: gracefully handle running out of file descriptors.

2010-08-24 Thread Angus Salkeld
On Tue, Aug 24, 2010 at 01:34:12PM -0700, Steven Dake wrote: > Looks good for commit - can you bump up the 20 limit to something > more, like perhaps 50? Ok, bumped to 50 and committed. -Angus > > Thanks > -steve > > On 08/23/2010 07:21 PM, Angus Salkeld wrote: > >These 2 patches result in the

[Openais] [PATCH] Fix configure tests for rdma

2010-08-24 Thread Angus Salkeld
Infiniband libraries don't currently have .pc files so the configure always fails. This uses more basic tests to determine it's presence. -Angus Signed-off-by: Angus Salkeld --- configure.ac | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/configure.ac b/c

[Openais] merge window closing for 1.2.8 Aug 27, 2010

2010-08-24 Thread Steven Dake
The merge window for bugs fixed in 1.2.7 is closing on Aug 27 2010 for Corosync 1.2.8. Please submit bug fix patches by then. Thanks -steve ___ Openais mailing list Openais@lists.linux-foundation.org https://lists.linux-foundation.org/mailman/listinfo/

Re: [Openais] [PATCH 2/2] IPC: return CS_ERR_NO_RESOURCES to library when low on fds

2010-08-24 Thread Steven Dake
good for commit regards -steve On 08/23/2010 07:22 PM, Angus Salkeld wrote: > > Signed-off-by: Angus Salkeld > --- > exec/coroipcs.c | 50 +++--- > exec/main.c |4 +++- > exec/util.h | 21 + > lib/util.h |

Re: [Openais] [PATCH 1/2] POLL: gracefully handle running out of file descriptors.

2010-08-24 Thread Steven Dake
Looks good for commit - can you bump up the 20 limit to something more, like perhaps 50? Thanks -steve On 08/23/2010 07:21 PM, Angus Salkeld wrote: > These 2 patches result in the library returning NO_RESOURCES when > corosync is running out of file descriptors. I think it's better... > > -Angus