Re: [Pacemaker] clone mysql RA and bind it to a VirtualIP

2011-06-30 Thread Andrew Beekhof
On Fri, May 13, 2011 at 3:01 AM, Joan Mauri wrote: > Hi all, > I've been struggling with this for a few days/weeks and I don't know what to > do. I would really appreciate some help. > I need to run MYSQL in 2 nodes and use a virtual IP which will switch from > one node to the other one in case MY

Re: [Pacemaker] Resource monitor stop working

2011-06-30 Thread Andrew Beekhof
On Fri, Jun 24, 2011 at 9:21 PM, Proskurin Kirill wrote: > Hello all. > > Another problem. > Just find out what one of my clone resource are not work and pacemakers not > see this - it is says what all cones are started. If i run status from > console - all is ok. > > I still can`t understand how

Re: [Pacemaker] [PATCH] Dev: build: avoid GCC 4.6 warnings

2011-06-30 Thread Andrew Beekhof
2011/6/28 Pádraig Brady : > # HG changeset patch > # User Pádraig Brady > # Date 1309255312 -3600 > # Node ID 7948a86a7e9510db13baa318fe64e9015fdbbd72 > # Parent  75575ce398615dff21e2309c6b97523e99499498 > Dev: build: avoid GCC 4.6 warnings > > diff -r 75575ce39861 -r 7948a86a7e95 crmd/election.c

Re: [Pacemaker] About updated attribute value output in the DC node

2011-06-30 Thread Andrew Beekhof
2011/6/28 Yoshihiko SATO : > Hi, > > I am setting location to the resource by using pingRA. > >    location location-grpPostgreSQLDB grpPostgreSQLDB \ >            rule -inf: default_ping_set lt 100 \ > > I watch the log of the DC node for the system observation. > However, the updated attribute va

Re: [Pacemaker] Custom OCF Resource Agents

2011-06-30 Thread Andrew Beekhof
On Fri, Jul 1, 2011 at 7:32 AM, wrote: > I have written a few ocf resource agents and need to debug. Is there any > way to do this outside of pacemaker/crm? ocf-tester is your friend :-) > If I need to do this within pacemaker/crm, will the cluster pick up my > changes to the ocf files automa

[Pacemaker] Custom OCF Resource Agents

2011-06-30 Thread Sean.Feeney
I have written a few ocf resource agents and need to debug. Is there any way to do this outside of pacemaker/crm? If I need to do this within pacemaker/crm, will the cluster pick up my changes to the ocf files automatically or do I need to run some sort of refresh or do I have to completely del

[Pacemaker] Jeffrey F Evans/OR1/AEPIN is out of the office.

2011-06-30 Thread jfevans1
I will be out of the office starting 06/30/2011 and will not return until 07/07/2011. For Barco Display Wall questions, contact Murali Cheruvu. For Big Brother or SupportWeb questions, contact Bill Gorder. For Change Management, Fingerprinting, or Remedy questions, contact Margaret Wilson or

Re: [Pacemaker] Multiple Active Cluster

2011-06-30 Thread Michael Schwartzkopff
> Hi list, > > > > I was working on active/passive cluster for several years with much > satisfaction. > > But now our company has a request where is needed a Active cluster with > more than 5 nodes. > > This five nodes needs to run our services in balancing mode (basically much > clients that

[Pacemaker] Multiple Active Cluster

2011-06-30 Thread Mirko Leanza
Hi list, I was working on active/passive cluster for several years with much satisfaction. But now our company has a request where is needed a Active cluster with more than 5 nodes. This five nodes needs to run our services in balancing mode (basically much clients that make request to a sin

[Pacemaker] Start resource after full drbd sync

2011-06-30 Thread Pawel Warowny
Hi Is there any way to configure cluster, so that some resource start only after drbd full synchronisation? My configuration looks like this: Two nodes with kvm virtualized guests. node1: drbd -> dlm -> some other resources -> libvirtd -> -> VirtualDomain1, VirtualDomain2, (...) node2 drbd -> d

Re: [Pacemaker] The placement strategy of the group resource does not work well

2011-06-30 Thread Yuusuke IIDA
Hi, Yan I wrote a patch for Pacemaker-dev to solve this problem. I want you to confirm the patch. I want a repository to merge it if there is not a problem. Best Regards, Yuusuke (2011/06/20 16:10), Yuusuke IIDA wrote: > Hi, Yan > > I wanted to scatter transition of the group resource, howeve