[Pacemaker] fencing question
Lars Marowsky-Bree
lmb at suse.com
Wed Mar 12 22:48:29 UTC 2014
On 2014-03-12T16:16:54, Karl Rößmann <K.Roessmann at fkf.mpg.de> wrote:
> >>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.
> can I do this while the resource (the xen VM) is running ?
Yes, changing the stop timeout should not have a negative impact on your
resource.
You can also check how the cluster would react:
# crm configure
crm(live)configure# edit
(Make all changes you want here)
crm(live)configure# simulate actions nograph
before you type "commit".
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