Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Linux Virtual Server: Users

[lvs-users] ipvsadm 1.26, incomplete real server listing on i686

 

 

Linux Virtual Server users RSS feed   Index | Next | Previous | View Threaded


seblu at seblu

Feb 14, 2012, 4:59 AM

Post #1 of 9 (774 views)
Permalink
[lvs-users] ipvsadm 1.26, incomplete real server listing on i686

Hello,

ipvsadm 1.26, -L option doesn't work correctly on i686. Option work
correctly with 1.25 or on x86_64.

After running those 3 following command on a test host

ipvsadm -A -t 192.168.72.122:80 -s rr
ipvsadm -a -t 192.168.72.122:80 -r 192.168.72.125:80 -g -w 10
ipvsadm -a -t 192.168.72.122:80 -r 192.168.72.126:80 -g -w 10

i got on i686:
# uname -m
i686
# ipvsadm -Ln
IP Virtual Server version 1.2.1 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP 192.168.72.122:80 rr
-> 192.168.72.125:80 Route 10 0 0

We can see a real server is missing. Trying to add it twice trigger a
new error:
# ipvsadm -a -t 192.168.72.122:80 -r 192.168.72.126:80 -g -w 10
Destination already exists

So, i supposed it's a listing issue, because entry is present. in
addition, if i test with ipvsadm 1.25, listing is done correctly.

# cd ~/ipvsadm-1.25
# ./ipvsadm -Ln
IP Virtual Server version 1.2.1 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP 192.168.72.122:80 rr
-> 192.168.72.125:80 Route 10 0 0
-> 192.168.72.126:80 Route 10 0 0
-> 192.168.72.129:80 Route 11 0 0


on x86_64 all works fine with ipvsadm 1.26:
# uname -m
x86_64
# ipvsadm -Ln
IP Virtual Server version 1.2.1 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP 192.168.72.122:80 rr
-> 192.168.72.125:80 Route 10 0 0
-> 192.168.72.126:80 Route 10 0 0


Those tests was done with a linux 3.2.5 on archlinux and on fedora.

Regards,

--
Sébastien Luttringer
www.seblu.net


_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-users [at] LinuxVirtualServer
Send requests to lvs-users-request [at] LinuxVirtualServer
or go to http://lists.graemef.net/mailman/listinfo/lvs-users


hickersonjl at gmail

Feb 16, 2012, 3:04 PM

Post #2 of 9 (725 views)
Permalink
Re: [lvs-users] ipvsadm 1.26, incomplete real server listing on i686 [In reply to]

Hi Sébastien,

This issue sounds similar to one I posted a patch to last year.
Wensong may have already patched it but I am not sure when a release
is expected. Simon or Wensong may best know when the release is
scheduled.

Request for patch:
http://archive.linuxvirtualserver.org/html/lvs-users/2011-09/msg00027.html

Original post/patch:
http://archive.linuxvirtualserver.org/html/lvs-users/2011-08/msg00033.html

Regards,

Jacoby

On Tue, Feb 14, 2012 at 4:59 AM, Seblu <seblu [at] seblu> wrote:
> Hello,
>
> ipvsadm 1.26, -L option doesn't work correctly on i686. Option work
> correctly with 1.25 or on x86_64.
>
> After running those 3 following command on a test host
>
> ipvsadm -A -t 192.168.72.122:80 -s rr
> ipvsadm -a -t 192.168.72.122:80 -r 192.168.72.125:80 -g -w 10
> ipvsadm -a -t 192.168.72.122:80 -r 192.168.72.126:80 -g -w 10
>
> i got on i686:
> # uname -m
> i686
> # ipvsadm -Ln
> IP Virtual Server version 1.2.1 (size=4096)
> Prot LocalAddress:Port Scheduler Flags
>  -> RemoteAddress:Port           Forward Weight ActiveConn InActConn
> TCP  192.168.72.122:80 rr
>  -> 192.168.72.125:80            Route   10     0          0
>
> We can see a real server is missing. Trying to add it twice trigger a
> new error:
> # ipvsadm -a -t 192.168.72.122:80 -r 192.168.72.126:80 -g -w 10
> Destination already exists
>
> So, i supposed it's a listing issue, because entry is present. in
> addition, if i test with ipvsadm 1.25, listing is done correctly.
>
> # cd ~/ipvsadm-1.25
> # ./ipvsadm -Ln
> IP Virtual Server version 1.2.1 (size=4096)
> Prot LocalAddress:Port Scheduler Flags
>  -> RemoteAddress:Port           Forward Weight ActiveConn InActConn
> TCP  192.168.72.122:80 rr
>  -> 192.168.72.125:80            Route   10     0          0
>  -> 192.168.72.126:80            Route   10     0          0
>  -> 192.168.72.129:80            Route   11     0          0
>
>
> on x86_64 all works fine with ipvsadm 1.26:
> # uname -m
> x86_64
> # ipvsadm -Ln
> IP Virtual Server version 1.2.1 (size=4096)
> Prot LocalAddress:Port Scheduler Flags
>  -> RemoteAddress:Port           Forward Weight ActiveConn InActConn
> TCP  192.168.72.122:80 rr
>  -> 192.168.72.125:80            Route   10     0          0
>  -> 192.168.72.126:80            Route   10     0          0
>
>
> Those tests was done with a linux 3.2.5 on archlinux and on fedora.
>
> Regards,
>
> --
> Sébastien Luttringer
> www.seblu.net
>
>
> _______________________________________________
> Please read the documentation before posting - it's available at:
> http://www.linuxvirtualserver.org/
>
> LinuxVirtualServer.org mailing list - lvs-users [at] LinuxVirtualServer
> Send requests to lvs-users-request [at] LinuxVirtualServer
> or go to http://lists.graemef.net/mailman/listinfo/lvs-users

_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-users [at] LinuxVirtualServer
Send requests to lvs-users-request [at] LinuxVirtualServer
or go to http://lists.graemef.net/mailman/listinfo/lvs-users


hickersonjl at gmail

Feb 16, 2012, 3:11 PM

Post #3 of 9 (722 views)
Permalink
Re: [lvs-users] ipvsadm 1.26, incomplete real server listing on i686 [In reply to]

Including Sébastien with correct email address.

On Thu, Feb 16, 2012 at 3:04 PM, Jacoby Hickerson <hickersonjl [at] gmail> wrote:
> Hi Sébastien,
>
> This issue sounds similar to one I posted a patch to last year.
> Wensong may have already patched it but I am not sure when a release
> is expected.  Simon or Wensong may best know when the release is
> scheduled.
>
> Request for patch:
> http://archive.linuxvirtualserver.org/html/lvs-users/2011-09/msg00027.html
>
> Original post/patch:
> http://archive.linuxvirtualserver.org/html/lvs-users/2011-08/msg00033.html
>
> Regards,
>
> Jacoby
>
> On Tue, Feb 14, 2012 at 4:59 AM, Seblu <seblu [at] seblu> wrote:
>> Hello,
>>
>> ipvsadm 1.26, -L option doesn't work correctly on i686. Option work
>> correctly with 1.25 or on x86_64.
>>
>> After running those 3 following command on a test host
>>
>> ipvsadm -A -t 192.168.72.122:80 -s rr
>> ipvsadm -a -t 192.168.72.122:80 -r 192.168.72.125:80 -g -w 10
>> ipvsadm -a -t 192.168.72.122:80 -r 192.168.72.126:80 -g -w 10
>>
>> i got on i686:
>> # uname -m
>> i686
>> # ipvsadm -Ln
>> IP Virtual Server version 1.2.1 (size=4096)
>> Prot LocalAddress:Port Scheduler Flags
>>  -> RemoteAddress:Port           Forward Weight ActiveConn InActConn
>> TCP  192.168.72.122:80 rr
>>  -> 192.168.72.125:80            Route   10     0          0
>>
>> We can see a real server is missing. Trying to add it twice trigger a
>> new error:
>> # ipvsadm -a -t 192.168.72.122:80 -r 192.168.72.126:80 -g -w 10
>> Destination already exists
>>
>> So, i supposed it's a listing issue, because entry is present. in
>> addition, if i test with ipvsadm 1.25, listing is done correctly.
>>
>> # cd ~/ipvsadm-1.25
>> # ./ipvsadm -Ln
>> IP Virtual Server version 1.2.1 (size=4096)
>> Prot LocalAddress:Port Scheduler Flags
>>  -> RemoteAddress:Port           Forward Weight ActiveConn InActConn
>> TCP  192.168.72.122:80 rr
>>  -> 192.168.72.125:80            Route   10     0          0
>>  -> 192.168.72.126:80            Route   10     0          0
>>  -> 192.168.72.129:80            Route   11     0          0
>>
>>
>> on x86_64 all works fine with ipvsadm 1.26:
>> # uname -m
>> x86_64
>> # ipvsadm -Ln
>> IP Virtual Server version 1.2.1 (size=4096)
>> Prot LocalAddress:Port Scheduler Flags
>>  -> RemoteAddress:Port           Forward Weight ActiveConn InActConn
>> TCP  192.168.72.122:80 rr
>>  -> 192.168.72.125:80            Route   10     0          0
>>  -> 192.168.72.126:80            Route   10     0          0
>>
>>
>> Those tests was done with a linux 3.2.5 on archlinux and on fedora.
>>
>> Regards,
>>
>> --
>> Sébastien Luttringer
>> www.seblu.net
>>
>>
>> _______________________________________________
>> Please read the documentation before posting - it's available at:
>> http://www.linuxvirtualserver.org/
>>
>> LinuxVirtualServer.org mailing list - lvs-users [at] LinuxVirtualServer
>> Send requests to lvs-users-request [at] LinuxVirtualServer
>> or go to http://lists.graemef.net/mailman/listinfo/lvs-users

_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-users [at] LinuxVirtualServer
Send requests to lvs-users-request [at] LinuxVirtualServer
or go to http://lists.graemef.net/mailman/listinfo/lvs-users


horms at verge

Feb 17, 2012, 1:17 AM

Post #4 of 9 (718 views)
Permalink
Re: [lvs-users] ipvsadm 1.26, incomplete real server listing on i686 [In reply to]

On Thu, Feb 16, 2012 at 03:04:25PM -0800, Jacoby Hickerson wrote:
> Hi Sébastien,
>
> This issue sounds similar to one I posted a patch to last year.
> Wensong may have already patched it but I am not sure when a release
> is expected. Simon or Wensong may best know when the release is
> scheduled.
>
> Request for patch:
> http://archive.linuxvirtualserver.org/html/lvs-users/2011-09/msg00027.html
>
> Original post/patch:
> http://archive.linuxvirtualserver.org/html/lvs-users/2011-08/msg00033.html
>

Hi,

there seem to be a few ipvsadm patches floating around.
I will work with Wensong to get a new release out.

_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-users [at] LinuxVirtualServer
Send requests to lvs-users-request [at] LinuxVirtualServer
or go to http://lists.graemef.net/mailman/listinfo/lvs-users


seblu at seblu

Feb 19, 2012, 4:14 AM

Post #5 of 9 (692 views)
Permalink
Re: [lvs-users] ipvsadm 1.26, incomplete real server listing on i686 [In reply to]

On Fri, Feb 17, 2012 at 12:11 AM, Jacoby Hickerson
<hickersonjl [at] gmail> wrote:
> Including Sébastien with correct email address.
>
> On Thu, Feb 16, 2012 at 3:04 PM, Jacoby Hickerson <hickersonjl [at] gmail> wrote:
>> Hi Sébastien,
>>
>> This issue sounds similar to one I posted a patch to last year.
>> Wensong may have already patched it but I am not sure when a release
>> is expected.  Simon or Wensong may best know when the release is
>> scheduled.
>>
>> Request for patch:
>> http://archive.linuxvirtualserver.org/html/lvs-users/2011-09/msg00027.html
>>
>> Original post/patch:
>> http://archive.linuxvirtualserver.org/html/lvs-users/2011-08/msg00033.html
>>
>> Regards,
>>
>> Jacoby
Thanks for your patch. It works well.

Should release a new version of ipvsadm.
--
Sébastien Luttringer
www.seblu.net

_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-users [at] LinuxVirtualServer
Send requests to lvs-users-request [at] LinuxVirtualServer
or go to http://lists.graemef.net/mailman/listinfo/lvs-users


holler at ahsoftware

Feb 20, 2012, 9:48 AM

Post #6 of 9 (687 views)
Permalink
Re: [lvs-users] ipvsadm 1.26, incomplete real server listing on i686 [In reply to]

Hello,

Am 19.02.2012 13:14, schrieb Seblu:

> Should release a new version of ipvsadm.

Because some patches weren't posted at this list, please don't forget to
add these 2 patches for libipvs too:

Fix initialization of netlink:
http://archive.linuxvirtualserver.org/html/lvs-devel/2012-02/msg00001.html

Fix backup status:
http://archive.linuxvirtualserver.org/html/lvs-devel/2012-02/msg00005.html

Regards,

Alexander

_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-users [at] LinuxVirtualServer
Send requests to lvs-users-request [at] LinuxVirtualServer
or go to http://lists.graemef.net/mailman/listinfo/lvs-users


horms at verge

Feb 20, 2012, 9:27 PM

Post #7 of 9 (685 views)
Permalink
Re: [lvs-users] ipvsadm 1.26, incomplete real server listing on i686 [In reply to]

On Mon, Feb 20, 2012 at 06:48:50PM +0100, Alexander Holler wrote:
> Hello,
>
> Am 19.02.2012 13:14, schrieb Seblu:
>
> > Should release a new version of ipvsadm.
>
> Because some patches weren't posted at this list, please don't forget to
> add these 2 patches for libipvs too:
>
> Fix initialization of netlink:
> http://archive.linuxvirtualserver.org/html/lvs-devel/2012-02/msg00001.html
>
> Fix backup status:
> http://archive.linuxvirtualserver.org/html/lvs-devel/2012-02/msg00005.html

Thanks, they are now on my list.

_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-users [at] LinuxVirtualServer
Send requests to lvs-users-request [at] LinuxVirtualServer
or go to http://lists.graemef.net/mailman/listinfo/lvs-users


seblu at seblu

May 1, 2012, 8:56 AM

Post #8 of 9 (523 views)
Permalink
Re: [lvs-users] ipvsadm 1.26, incomplete real server listing on i686 [In reply to]

On 17/02/2012 10:17, Simon Horman wrote:
> On Thu, Feb 16, 2012 at 03:04:25PM -0800, Jacoby Hickerson wrote:
>> Hi Sébastien,
>>
>> This issue sounds similar to one I posted a patch to last year.
>> Wensong may have already patched it but I am not sure when a release
>> is expected. Simon or Wensong may best know when the release is
>> scheduled.
>>
>> Request for patch:
>> http://archive.linuxvirtualserver.org/html/lvs-users/2011-09/msg00027.html
>>
>> Original post/patch:
>> http://archive.linuxvirtualserver.org/html/lvs-users/2011-08/msg00033.html
>>
>
> Hi,
>
> there seem to be a few ipvsadm patches floating around.
> I will work with Wensong to get a new release out.
>
Hi,

Any news about this release? Maybe a date?

Cheers,

--
Sébastien Luttringer (www.seblu.net)
EPTV // SRS 2008 // ACU 2008 // YAKA 2008 // ACU 2007


_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-users [at] LinuxVirtualServer
Send requests to lvs-users-request [at] LinuxVirtualServer
or go to http://lists.graemef.net/mailman/listinfo/lvs-users


seblu at seblu

May 1, 2012, 8:56 AM

Post #9 of 9 (521 views)
Permalink
Re: [lvs-users] ipvsadm 1.26, incomplete real server listing on i686 [In reply to]

On 17/02/2012 10:17, Simon Horman wrote:
> On Thu, Feb 16, 2012 at 03:04:25PM -0800, Jacoby Hickerson wrote:
>> Hi Sébastien,
>>
>> This issue sounds similar to one I posted a patch to last year.
>> Wensong may have already patched it but I am not sure when a release
>> is expected. Simon or Wensong may best know when the release is
>> scheduled.
>>
>> Request for patch:
>> http://archive.linuxvirtualserver.org/html/lvs-users/2011-09/msg00027.html
>>
>> Original post/patch:
>> http://archive.linuxvirtualserver.org/html/lvs-users/2011-08/msg00033.html
>>
>
> Hi,
>
> there seem to be a few ipvsadm patches floating around.
> I will work with Wensong to get a new release out.
>
Hi,

Any news about this release? Maybe a date?

Cheers,

--
Sébastien Luttringer (www.seblu.net)
EPTV // SRS 2008 // ACU 2008 // YAKA 2008 // ACU 2007

_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-users [at] LinuxVirtualServer
Send requests to lvs-users-request [at] LinuxVirtualServer
or go to http://lists.graemef.net/mailman/listinfo/lvs-users

Linux Virtual Server users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.