On Fri, Mar 30, 2012 at 2:34 PM, Guglielmo Abbruzzese <[email protected]> wrote: > It doesn't seem to be working. > > [root@NODE_A resources]# crm configure primitive resource_vrt_ip > ocf:heartbeat:IPaddr2 params ip="192.168.15.73" nic="bond0" meta > target-role="Stopped" multiple-active="stop_start" migration-treshold="3" > failure-timeout="0" op name="monitor" interval="180" timeout="60"
The correct syntax is just "op monitor interval=180 timeout=60". Also, it's "migration-threshold", not "migration-treshold". And of course, with "target-role=Stopped", the resource won't start, but I'm sure you know this already. Cheers, Florian -- Need help with High Availability? http://www.hastexo.com/now _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
