Re: [Pacemaker] Question on resources' dependency and failover

2010-05-17 Thread Andrew Beekhof
The problem is that you have and This causes a problem when nfsclient can only run on the current drbd master. Its best to linearize the colocation chain where possible, try this instead of the second constraint: On Wed, May 12, 2010 at 10:22 PM, Gianluca Cecchi wrote: >

Re: [Pacemaker] Question on resources' dependency and failover

2010-05-14 Thread Gianluca Cecchi
On Wed, May 12, 2010 at 10:22 PM, Gianluca Cecchi wrote: > On Wed, May 12, 2010 at 2:27 PM, Andrew Beekhof > wrote: > >> Attach the output from cibadmin -Ql when the cluster is in this state >> and I'll take a look. >> >> >> > Ok. here we are with the commands. > [snip] > Hello, any chance to

Re: [Pacemaker] Question on resources' dependency and failover

2010-05-12 Thread Andrew Beekhof
On Tue, May 11, 2010 at 6:31 PM, Gianluca Cecchi wrote: > Hello, > I'm using pacemaker 1.0.8 on rh el 5.5 x86 with clusterlabs repo. > Based on other posts on linux-ha I'm trying to configure a 2-nodes cluster > where one of the nodes is nfs-server and the other one is nfs-client of the > resource

[Pacemaker] Question on resources' dependency and failover

2010-05-11 Thread Gianluca Cecchi
Hello, I'm using pacemaker 1.0.8 on rh el 5.5 x86 with clusterlabs repo. Based on other posts on linux-ha I'm trying to configure a 2-nodes cluster where one of the nodes is nfs-server and the other one is nfs-client of the resource exported by the first one. The main parts borrowed form the relat