Re: [Pacemaker] Resource failover without writing to CIB

2013-10-08 Thread Sam Gardner
Beautiful, thanks. On Tue, Oct 8, 2013 at 2:55 PM, Lars Marowsky-Bree wrote: > On 2013-10-08T12:56:16, Sam Gardner wrote: > > > Is there any way to simply monitor the response of an arbitrary ocf > monitor > > call, and immediately fail the affected resource over? > > Yes. Set migration-thresh

Re: [Pacemaker] Resource failover without writing to CIB

2013-10-08 Thread Lars Marowsky-Bree
On 2013-10-08T12:56:16, Sam Gardner wrote: > Is there any way to simply monitor the response of an arbitrary ocf monitor > call, and immediately fail the affected resource over? Yes. Set migration-threshold=1 for either the individual resource or globally. Regards, Lars -- Architect Stor

[Pacemaker] Resource failover without writing to CIB

2013-10-08 Thread Sam Gardner
Hi All - I've run through the Clusters from Scratch guide and have a decent grasp on how to set up basic functionality such that resources failover on node failure (ie, if node-A goes down, all resources are shunted over to node-B). I have a high-level concept that I fear I am failing to grasp.