All - we've been testing this problem and Ante resolved it. For anyone having problems with ipmilan stonith failing after upgrading to the latest packages:
Op lines in the stonith resource are not supported (or needed) in pacemaker 1.1.6 Jake ----- Original Message ----- > From: "Ante Karamatić" <[email protected]> > To: "Jake Smith" <[email protected]> > Sent: Wednesday, October 26, 2011 3:15:40 PM > Subject: Re: [Ubuntu-ha] Stonith ipmilan not working after updating the > latest cluster packages > > On 26.10.2011 16:02, Jake Smith wrote: > > > Here is the relevant resource definitions from pacemaker (they were > > working fine prior to upgrading the packages): > > I managed to reproduce your problem. Fix your primitives to look like > this: > > > primitive p_ipmilan_condor stonith:ipmilan \ > > params hostname="Condor" ipaddr="192.168.2.61" port="623" > > auth="md5" priv="admin" login="xxxx" password="xxxx" \ > > operations $id="p_ipmilan_condor-operations" \ > > meta target-role="Stopped" > > primitive p_ipmilan_vulture stonith:ipmilan \ > > params hostname="Vulture" ipaddr="192.168.2.62" port="623" > > auth="md5" priv="admin" login="xxxx" password="xxxx" \ > > operations $id="p_ipmilan_vulture-operations" \ > > meta target-role="Stopped" > > And that's it. That's right, just remove 'op' lines. > > _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-ha Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-ha More help : https://help.launchpad.net/ListHelp

