[Pacemaker] fencing question

Lars Marowsky-Bree lmb at suse.com
Wed Mar 12 10:33:14 EDT 2014


On 2014-03-12T15:17:13, Karl Rößmann <K.Roessmann at fkf.mpg.de> wrote:

> Hi,
> 
> we have a two node HA cluster using SuSE SlES 11 HA Extension SP3,
> latest release value.
> A resource (xen) was manually stopped, the shutdown_timeout is 120s
> but after 60s the node was fenced and shut down by the other node.
> 
> should I change some timeout value ?
> 
> This is a part of our configuration:
> ...
> primitive fkflmw ocf:heartbeat:Xen \
>         meta target-role="Started" is-managed="true" allow-migrate="true" \
>         op monitor interval="10" timeout="30" \
>         op migrate_from interval="0" timeout="600" \
>         op migrate_to interval="0" timeout="600" \
>         params xmfile="/etc/xen/vm/fkflmw" shutdown_timeout="120"

You need to set a >120s timeout for the stop operation too:
	op stop timeout="150"

>         default-action-timeout="60s"

Or set this to, say, 150s.


Regards,
    Lars

-- 
Architect Storage/HA
SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg)
"Experience is the name everyone gives to their mistakes." -- Oscar Wilde





More information about the Pacemaker mailing list