Re: [Pacemaker] Same host displayed twice in crm status

2013-04-02 Thread David Vossel
- Original Message - > From: "Nicolas J." > To: "The Pacemaker cluster resource manager" > Sent: Tuesday, April 2, 2013 2:07:14 AM > Subject: Re: [Pacemaker] Same host displayed twice in crm status > > I've already tried to remove the node following the document: > http://clusterlabs

Re: [Pacemaker] Speeding up startup after migration

2013-04-02 Thread David Vossel
- Original Message - > From: "Lars Marowsky-Bree" > To: pacemaker@oss.clusterlabs.org > Sent: Monday, April 1, 2013 5:21:53 PM > Subject: Re: [Pacemaker] Speeding up startup after migration > > On 2013-04-01T13:09:14, David Vossel wrote: > > > > So, if I understand correctly, new lrmd r

[Pacemaker] resource failover in active/active cluster

2013-04-02 Thread Charles Mean
Hello guys, I am running corosync 1.4.2 and pacemaker 1.1.7 on Debian environments trying to deploy an active/active cluster with two nodes. The main problem is that I have two resources that depend on each other, so I have the VIP cloned over the two node and nginx daemon which depends on VIP, bu

Re: [Pacemaker] [Problem][crmsh]The designation of the 'ordered' attribute becomes the error.

2013-04-02 Thread Dejan Muhamedagic
Hi, On Mon, Apr 01, 2013 at 09:19:51PM +0200, Andreas Kurz wrote: > Hi Dejan, > > On 2013-03-06 11:59, Dejan Muhamedagic wrote: > > Hi Hideo-san, > > > > On Wed, Mar 06, 2013 at 10:37:44AM +0900, renayama19661...@ybb.ne.jp wrote: > >> Hi Dejan, > >> Hi Andrew, > >> > >> As for the crm shell, the

[Pacemaker] [PATCH] Use correct OCF_ROOT_DIR in include/crm/services.h.

2013-04-02 Thread Andrei Belov
Previously, libcrmservice always has OCF_ROOT_DIR defined as "/usr/lib/ocf", despite the fact that another path was defined in glue_config.h. Caught on SunOS 5.11 while configuring cluster-glue and pacemaker using non-standard prefix. --- lib/services/Makefile.am |2 +- 1 file changed, 1 ins

Re: [Pacemaker] Same host displayed twice in crm status

2013-04-02 Thread Nicolas J.
I've already tried to remove the node following the document: http://clusterlabs.org/doc/en-US/Pacemaker/1.0/html/Pacemaker_Explained/s-node-delete.html with the following commands: crm_node -R *COROSYNC_ID* cibadmin --delete --obj_type nodes --crm_xml '' cibadmin --delete --obj_type status --cr