Re: [Pacemaker] IPaddr2 Netmask Bug Fix Issue

2011-04-01 Thread Pavel Levshin
30.03.2011 12:26, darren.mans...@opengi.co.uk: However, this means I would have to disable LVS support for the resource. Which means that to make it work with LVS I have to set lvs_support to false. Of course, I'll do whatever it takes on my set up to make it work, but it's not intuitive for

Re: [Pacemaker] IPaddr2 Netmask Bug Fix Issue

2011-03-30 Thread Dejan Muhamedagic
Hi, On Wed, Mar 30, 2011 at 09:26:49AM +0100, darren.mans...@opengi.co.uk wrote: > From: Pavel Levshin [mailto:pa...@levshin.spb.ru] > Sent: 25 March 2011 19:50 > To: pacemaker@oss.clusterlabs.org > Subject: Re: [Pacemaker] IPaddr2 Netmask Bug Fix Issue > > > > 25.03

Re: [Pacemaker] IPaddr2 Netmask Bug Fix Issue

2011-03-30 Thread Darren.Mansell
From: Pavel Levshin [mailto:pa...@levshin.spb.ru] Sent: 25 March 2011 19:50 To: pacemaker@oss.clusterlabs.org Subject: Re: [Pacemaker] IPaddr2 Netmask Bug Fix Issue 25.03.2011 18:47, darren.mans...@opengi.co.uk: We configure a virtual IP on the non-arping lo interface of both servers

Re: [Pacemaker] IPaddr2 Netmask Bug Fix Issue

2011-03-25 Thread Pavel Levshin
25.03.2011 18:47, darren.mans...@opengi.co.uk: We configure a virtual IP on the non-arping lo interface of both servers and then configure the IPaddr2 resource with lvs_support=true. This RA will remove the duplicate IP from the lo interface when it becomes active. Grouping the VIP with ldire

[Pacemaker] IPaddr2 Netmask Bug Fix Issue

2011-03-25 Thread Darren.Mansell
Hello all. Between SLE 11 HAE and SLE 11 SP1 HAE (pacemaker 1.0.3 - pacemaker 1.1.2) the following bit has changed in the IPaddr2 RA: Old: local iface=`$IP2UTIL -o -f inet addr show | grep "\ $BASEIP/" \ | cut -d ' ' -f2 | grep -v '^ipsec[0-9][0-9]*$'` New: local ifac