Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Linux-HA: Pacemaker

Question about stonith-timeout

 

 

Linux-HA pacemaker RSS feed   Index | Next | Previous | View Threaded


inouekazu at intellilink

Jul 30, 2012, 3:15 AM

Post #1 of 3 (302 views)
Permalink
Question about stonith-timeout

Hi,

I am using Pacemaker-1.1.

I would like to set stonith-timeout which is different in each
STONITH resources like Pacemaker-1.0(*).
* https://github.com/ClusterLabs/pacemaker-1.0/commit/2238424b9d210657f2f0699ff9fa3c9b246f8187

For example, I want to set 60 seconds to ipmi and to set 600 seconds
to meatware. In Pacemaker-1.0, I was able to configure as follows.
----
group grpStonith1 \
prmStonithN1-1 \
prmStonithN1-2
primitive prmStonithN1-1 stonith:external/ipmi \
params \
priority="1" \
* stonith-timeout="60s" \
hostlist="node1" \
<snip>
primitive prmStonithN1-2 stonith:meatware \
params \
priority="2" \
* stonith-timeout="600s" \
hostlist="node1" \
<snip>


Is this specifications although it seems that different timeout
cannot be set to each STONITH in Pacemaker-1.1?

Best Regards,
Kazunori INOUE

_______________________________________________
Pacemaker mailing list: Pacemaker [at] oss
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


andrew at beekhof

Aug 5, 2012, 9:57 PM

Post #2 of 3 (270 views)
Permalink
Re: Question about stonith-timeout [In reply to]

I wondered when this request would come.

David was just looking at action timeouts, perhaps he has some ideas
on how to implement this.

Could you file a bug for this please?

On Mon, Jul 30, 2012 at 8:15 PM, Kazunori INOUE
<inouekazu [at] intellilink> wrote:
> Hi,
>
> I am using Pacemaker-1.1.
>
> I would like to set stonith-timeout which is different in each
> STONITH resources like Pacemaker-1.0(*).
> * https://github.com/ClusterLabs/pacemaker-1.0/commit/2238424b9d210657f2f0699ff9fa3c9b246f8187
>
> For example, I want to set 60 seconds to ipmi and to set 600 seconds
> to meatware. In Pacemaker-1.0, I was able to configure as follows.
> ----
> group grpStonith1 \
> prmStonithN1-1 \
> prmStonithN1-2
> primitive prmStonithN1-1 stonith:external/ipmi \
> params \
> priority="1" \
> * stonith-timeout="60s" \
> hostlist="node1" \
> <snip>
> primitive prmStonithN1-2 stonith:meatware \
> params \
> priority="2" \
> * stonith-timeout="600s" \
> hostlist="node1" \
> <snip>
>
>
> Is this specifications although it seems that different timeout
> cannot be set to each STONITH in Pacemaker-1.1?
>
> Best Regards,
> Kazunori INOUE
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker [at] oss
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org

_______________________________________________
Pacemaker mailing list: Pacemaker [at] oss
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


inouekazu at intellilink

Aug 6, 2012, 1:51 AM

Post #3 of 3 (276 views)
Permalink
Re: Question about stonith-timeout [In reply to]

Hi,

Thanks for reply.
I opened Bugzilla about this.
* http://bugs.clusterlabs.org/show_bug.cgi?id=5093

Best Regards,
Kazunori INOUE

(12.08.06 13:57), Andrew Beekhof wrote:
> I wondered when this request would come.
>
> David was just looking at action timeouts, perhaps he has some ideas
> on how to implement this.
>
> Could you file a bug for this please?
>
> On Mon, Jul 30, 2012 at 8:15 PM, Kazunori INOUE
> <inouekazu [at] intellilink> wrote:
>> Hi,
>>
>> I am using Pacemaker-1.1.
>>
>> I would like to set stonith-timeout which is different in each
>> STONITH resources like Pacemaker-1.0(*).
>> * https://github.com/ClusterLabs/pacemaker-1.0/commit/2238424b9d210657f2f0699ff9fa3c9b246f8187
>>
>> For example, I want to set 60 seconds to ipmi and to set 600 seconds
>> to meatware. In Pacemaker-1.0, I was able to configure as follows.
>> ----
>> group grpStonith1 \
>> prmStonithN1-1 \
>> prmStonithN1-2
>> primitive prmStonithN1-1 stonith:external/ipmi \
>> params \
>> priority="1" \
>> * stonith-timeout="60s" \
>> hostlist="node1" \
>> <snip>
>> primitive prmStonithN1-2 stonith:meatware \
>> params \
>> priority="2" \
>> * stonith-timeout="600s" \
>> hostlist="node1" \
>> <snip>
>>
>>
>> Is this specifications although it seems that different timeout
>> cannot be set to each STONITH in Pacemaker-1.1?
>>
>> Best Regards,
>> Kazunori INOUE
>>
>> _______________________________________________
>> Pacemaker mailing list: Pacemaker [at] oss
>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>
>> Project Home: http://www.clusterlabs.org
>> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>> Bugs: http://bugs.clusterlabs.org
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker [at] oss
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org

_______________________________________________
Pacemaker mailing list: Pacemaker [at] oss
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Linux-HA pacemaker RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.