Re: [Pacemaker] prevent the resource's start if it has "stop NG" history on the other node

2012-02-29 Thread Junko IKEDA
Hi, sorry again, I checked the latest code, and it says, } else if (wrapper->action->rsc && wrapper->action->rsc != action->rsc && is_set(wrapper->action->rsc->flags, pe_rsc_failed) && is_not_set(wrapper->action->rsc->flags, pe_rsc_managed)

[Pacemaker] STONITH: Avocent PDU ?

2012-02-29 Thread Pascal Bleser
Does anyone have experience with using an Avocent (formerly known as Cyclades) APDU with STONITH ? http://www.avocent.de/Products/Category/Power_Distribution_Units/PM1000_2000_3000_PDUs.aspx#tab=details_tab_6 I would be a bit surprised if that wasn't the case, as they have quite a few methods of b

Re: [Pacemaker] stonith in a virtual cluster

2012-02-29 Thread Florian Haas
Jean-François, I realize I'm late to this discussion, however allow me to chime in here anyhow: On Mon, Feb 27, 2012 at 11:45 PM, Jean-Francois Malouin wrote: >> Have you looked at fence_virt? http://www.clusterlabs.org/wiki/Guest_Fencing > > Yes I did. > > I had a quick go last week at compilin

Re: [Pacemaker] Upstart resources

2012-02-29 Thread Andreas Ntaflos
On 27/02/12 13:09, Ante Karamatić wrote: > On 27.02.2012 12:27, Florian Haas wrote: > >> Alas, to the best of my knowledge the only way to change a specific >> job's respawn policy is by modifying its job definition. Likewise, >> that's the only way to enable or disable starting on system boot. So

Re: [Pacemaker] STONITH: Avocent PDU ?

2012-02-29 Thread Digimer
On 02/29/2012 04:58 AM, Pascal Bleser wrote: > Does anyone have experience with using an Avocent (formerly known as > Cyclades) APDU with STONITH ? > http://www.avocent.de/Products/Category/Power_Distribution_Units/PM1000_2000_3000_PDUs.aspx#tab=details_tab_6 > > I would be a bit surprised if that

Re: [Pacemaker] Active-Passive firewall with conntrackd and ip colocation

2012-02-29 Thread Andreas Kurz
Hello, On 02/27/2012 01:04 PM, Benjamin Kiessling wrote: > Hi, > > I've set up a small two node cluster using Debian squeeze to act as a > active-passive firewall using conntrackd and IPaddr2 resource agent. My > configuration looks like this: > > node node1 > node node2 > primitive conntrackd o

[Pacemaker] OCFS2 in Pacemaker, post Corosync 2.0

2012-02-29 Thread Florian Haas
Andrew, just a quick question out of curiosity: the ocf:pacemaker:o2cb resource and ocfs2_controld.pcmk require the OpenAIS CKPT service which is currently deprecated (as all of OpenAIS) and going away completely (IIUC) with Corosync 2.0. Does that mean that OCFS2 will be unsupported from Corosync

Re: [Pacemaker] OCFS2 in Pacemaker, post Corosync 2.0

2012-02-29 Thread Andrew Beekhof
On Thu, Mar 1, 2012 at 8:08 AM, Florian Haas wrote: > Andrew, > > just a quick question out of curiosity: the ocf:pacemaker:o2cb resource > and ocfs2_controld.pcmk require the OpenAIS CKPT service which is > currently deprecated (as all of OpenAIS) and going away completely > (IIUC) with Corosync

Re: [Pacemaker] stonith in a virtual cluster

2012-02-29 Thread Andrew Beekhof
On Thu, Mar 1, 2012 at 12:12 AM, Florian Haas wrote: > Jean-François, > > I realize I'm late to this discussion, however allow me to chime in here > anyhow: > > On Mon, Feb 27, 2012 at 11:45 PM, Jean-Francois Malouin > wrote: >>> Have you looked at fence_virt? http://www.clusterlabs.org/wiki/Gue

Re: [Pacemaker] prevent the resource's start if it has "stop NG" history on the other node

2012-02-29 Thread Andrew Beekhof
On Wed, Feb 29, 2012 at 6:32 PM, Junko IKEDA wrote: > Hi, > > I'm running the following simple configuration with Pacemaker 1.1.6, > and try the test case, "resource stop NG and shutdown Pacemaker". > > property \ >    no-quorum-policy="ignore" \ >    stonith-enabled="false" \ >    crmd-transition