Re: [Pacemaker] Ordered Resources

2014-07-07 Thread Dan Journo
>> How do I tell Pacemaker to demote and not stop DRBD? >you are using the drbd-resource from linbit with a master-slave-clone? This is my current config: http://pastebin.com/r2fHS95t Thanks Dan ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs

Re: [Pacemaker] Ordered Resources

2014-07-06 Thread Arnold Krille
On Sun, 6 Jul 2014 21:58:47 + Dan Journo wrote: > >> The resources I have (and the order I need them to start are) > >> - IPAddr > >> - Promote DRBD > >> - Asterisk > >> They also need to be running on the same node. > > > >order ord-my-IPaddr-before-my-DRBD inf: \ >

Re: [Pacemaker] Ordered Resources

2014-07-06 Thread Dan Journo
>> The resources I have (and the order I need them to start are) >> - IPAddr >> - Promote DRBD >> - Asterisk >> They also need to be running on the same node. > >order ord-my-IPaddr-before-my-DRBD inf: \ > my-IPaddr my-DRBD:promote >order ord-my-DRBD-before-my-Aster

Re: [Pacemaker] Ordered Resources

2014-06-30 Thread Robert Dahlem
Hi, On 30.06.2014 01:08, Dan Journo wrote: > The resources I have (and the order I need them to start are) > - IPAddr > - Promote DRBD > - Asterisk > They also need to be running on the same node. order ord-my-IPaddr-before-my-DRBD inf: \ my-IPaddr my-DRBD:pr

Re: [Pacemaker] Ordered Resources

2014-06-29 Thread Andrew Beekhof
On 30 Jun 2014, at 9:08 am, Dan Journo wrote: > Hi, > > I’m struggling to set up pacemaker for the first time. > > The resources I have (and the order I need them to start are) > > - IPAddr > - Promote DRBD > - Asterisk > > They also need to be running on the s

[Pacemaker] Ordered Resources

2014-06-29 Thread Dan Journo
Hi, I'm struggling to set up pacemaker for the first time. The resources I have (and the order I need them to start are) - IPAddr - Promote DRBD - Asterisk They also need to be running on the same node. I can't seem to figure out how to get it right. What constrai