Re: [Linux-ha-dev] Probable sub-optimal behavior in ucast

2012-07-31 Thread Lars Ellenberg
On Mon, Jul 30, 2012 at 02:02:38PM -0600, Alan Robertson wrote: Hi, I have a 10-node system with each system having 2 interfaces, and therefore each ha.cf file has 18 ucast lines in it. If I read the code correctly, I think each heartbeat packet is then being received 18 times and sent to

Re: [Linux-ha-dev] Probable sub-optimal behavior in ucast

2012-07-31 Thread Alan Robertson
On 07/31/2012 01:58 AM, Lars Ellenberg wrote: Besides that a ten node cluster is likely to break the 64k message size limit, even after compression... The CIB is about 20K before compression... So I think we're not in as bad a shape as I would have guessed. You probably should re-organize the

[Linux-ha-dev] repo related question

2012-07-31 Thread Chris Bowlby
Hi Guys, I've got some additional changes in the pipeline for the dhcpd service agent and wanted to confirm something before I updated my fork of the resource-agents repository. I am planning on pushing a development branch to my github repository, which will contain sub-branches of the

Re: [Linux-ha-dev] Probable sub-optimal behavior in ucast

2012-07-31 Thread Alan Robertson
On 07/31/2012 06:08 AM, Alan Robertson wrote: I wasn't sure, actually - because of the troubles mentioned above. I'll check back in and let you know... Only two of the read processes are accumulating any CPU - it's the last one on each interface. You hit it spot on. Thanks Lars! --

[Linux-HA] Manual Resource Migration/Move

2012-07-31 Thread Tobias Brunner
Hi list, While trying to manually migrate a resource from one node to the other one, nothing happens. I don't have any ideas anymore, so here is some information what I did and how the configuration/logs look like: crm status -- Last updated: Tue Jul 31 11:20:24 2012 Last

[Linux-HA] Antw: Manual Resource Migration/Move

2012-07-31 Thread Ulrich Windl
Hi! Did you try crm_mon -1Arf and crm resource unmigrate ..? Regards, Ulrich Tobias Brunner tobias.brun...@nine.ch schrieb am 31.07.2012 um 11:38 in Nachricht 1363510.QYUigKJSyf@pctobru: Hi list, While trying to manually migrate a resource from one node to the other one, nothing happens.

Re: [Linux-HA] Antw: Manual Resource Migration/Move

2012-07-31 Thread Tobias Brunner
Did you try crm_mon -1Arf and crm resource unmigrate ..? The output of crm_mon -1Arf is: Last updated: Tue Jul 31 14:47:18 2012 Last change: Tue Jul 31 11:35:52 2012 via crm_resource on halab3 Stack: openais Current DC: halab4 - partition with quorum Version:

Re: [Linux-HA] Antw: How to configure ordered sets of unordered resources as described in Pacemaker doc ?

2012-07-31 Thread alain . moulle
Hi I've looked for a crm standalone rpm on github/clusterlabs, but unsuccessfully ... Could somebody here give me a clue ? ;-) Thanks Alain De :Andrew Beekhof and...@beekhof.net A : General Linux-HA mailing list linux-ha@lists.linux-ha.org Date : 30/07/2012 10:23 Objet : Re:

Re: [Linux-HA] resource-agents build fails with error about cl_log.h

2012-07-31 Thread Lars Ellenberg
On Fri, Jul 27, 2012 at 01:26:08PM -0600, David Corlette wrote: Hi folks, I'm working on a Resource Agent for one of our products, and am thinking about submitting some fixes back to the upstream repository. I'm following the instructions here:

Re: [Linux-HA] resource-agents build fails with error about cl_log.h

2012-07-31 Thread David Corlette
That did the trick, thanks! Two suggestions: - Shouldn't the configure script check for the presence of libglue (or the underlying libraries) and complain if they're not there? - It would be great if the dependencies were listed on the webpage I pointed to below. I'd make those changes myself,

Re: [Linux-HA] Heartbeat isn't switching to the 2nd node when Httpd is down!

2012-07-31 Thread Lars Ellenberg
On Tue, Jul 24, 2012 at 04:01:40PM +0100, Aboubakr Seddik Ouahabi wrote: Hey there, I've created a thread somewhere, but I guess this is the right place to seek help for this, and here is my issue as stated there: Ok guys, that was very much appreciated and I thank you again. For now, I

Re: [Linux-HA] Manual Resource Migration/Move

2012-07-31 Thread Lars Ellenberg
On Tue, Jul 31, 2012 at 11:38:28AM +0200, Tobias Brunner wrote: Hi list, While trying to manually migrate a resource from one node to the other one, nothing happens. I don't have any ideas anymore, so here is some information what I did and how the configuration/logs look like: crm

Re: [Linux-HA] resource-agents build fails with error about cl_log.h

2012-07-31 Thread Lars Ellenberg
On Tue, Jul 31, 2012 at 12:10:19PM -0600, David Corlette wrote: That did the trick, thanks! Two suggestions: - Shouldn't the configure script check for the presence of libglue (or the underlying libraries) and complain if they're not there? Possibly. Send a patch? - It would be great if

Re: [Linux-HA] Antw: How to configure ordered sets of unordered resources as described in Pacemaker doc ?

2012-07-31 Thread Andrew Beekhof
On Wed, Aug 1, 2012 at 1:39 AM, alain.mou...@bull.net wrote: Hi I've looked for a crm standalone rpm on github/clusterlabs, but unsuccessfully ... Could somebody here give me a clue ? ;-) Go to: https://github.com/ClusterLabs/pacemaker/ And look for the section titled Important