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
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
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
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
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
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
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/
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 |
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