Re: [Pacemaker] order constraint based on any one of many

2010-09-02 Thread Patrick Irvine
-Original Message- From: Andrew Beekhof [mailto:and...@beekhof.net] Sent: Thursday, September 02, 2010 12:03 AM To: The Pacemaker cluster resource manager Subject: Re: [Pacemaker] order constraint based on any one of many On Fri, Aug 27, 2010 at 6:06 PM, Patrick Irvine wrote: > &

Re: [Pacemaker] order constraint based on any one of many

2010-09-02 Thread Andrew Beekhof
On Fri, Aug 27, 2010 at 6:06 PM, Patrick Irvine wrote: > > Hi, and thanks for the response. > > The issue is this.  Glfs must be restricted from starting until at least one > of the glfsd clones has started.  The glfsd clones provide the backed > storage for the glfs mounts.  So glfsd doesn't real

Re: [Pacemaker] order constraint based on any one of many

2010-08-27 Thread Patrick Irvine
-Original Message- From: Andrew Beekhof [mailto:and...@beekhof.net] Sent: Friday, August 27, 2010 7:24 AM To: The Pacemaker cluster resource manager Subject: Re: [Pacemaker] order constraint based on any one of many On Tue, Aug 24, 2010 at 4:03 AM, Patrick Irvine wrote: > Hi Vis

Re: [Pacemaker] order constraint based on any one of many

2010-08-27 Thread Andrew Beekhof
On Tue, Aug 24, 2010 at 4:03 AM, Patrick Irvine wrote: > Hi Vishal & list, > > Thanks for the info.  Unfortuantly that won't due since this clone (glfs) is > the actual mounting of the user's home directorys and needs to be mounted > whither the local glfsd(server) is running or not.  I do think I

Re: [Pacemaker] order constraint based on any one of many

2010-08-23 Thread Johan Eriksson
Hi, Is it possible for you to use a location constraint on a pingd attribute, having all those four IPs in the host_list on the pingd resource? For that to work, you probably should reverse the order in the groups, so that ip address is only up if glfsd starts. But, maybe that doesn't go too we

Re: [Pacemaker] order constraint based on any one of many

2010-08-23 Thread Patrick Irvine
Hi Vishal & list, Thanks for the info. Unfortuantly that won't due since this clone (glfs) is the actual mounting of the user's home directorys and needs to be mounted whither the local glfsd(server) is running or not. I do think I have a solution, it's some what of a hack. If I turn my gl

Re: [Pacemaker] order constraint based on any one of many

2010-08-23 Thread Vishal
From what I have read and understood a clone will run simultaneously on all the nodes specified in the config . I donot see how a clone will run once a resource group is started . You can alternatively add the clone to each group and ensure when either group starts , the clone runs with it.