On Thursday 26 August 2010 09:43:50 Andrew Beekhof wrote: > On Thu, Aug 12, 2010 at 12:18 AM, Bart Coninckx > > <[email protected]> wrote: > > Hi, > > > > We're using the Xen resource agents with an operation "monitor" that > > repeats every 60 seconds. > > For backing up the Xen machines, we use "xm save" and "xm restore" > > which takes them offline for a short amount of time (and copies the > > memory contents to a file). Of course, when the monitor check happens > > right after the Xen guest has been taken offline, it will try and restart > > it, possibly before the Xen guest has been restored in the proper way. > > Is there a way to avoid this? For instance by temporarily suspending > > the monitoring? > > Operations have an "enabled" property that you can toggle. > > http://www.clusterlabs.org/doc/en-US/Pacemaker/1.0/html/Pacemaker_Explaine > d/s-resource-operations.html#s-resource-failure > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems >
Andrew, thx, that's how we've tackled it. Works like a charm. B. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
