active-active only works with kernel 2.4.26?
Sebastian Vieira
sebvieira at gmail.com
Wed Nov 8 08:08:43 GMT 2006
Hi,
The only patch that i can think of (i'm running gentoo as well - with kernel
2.6.x) is one that fixes the high load avg that can sometimes occur when
running both sync daemons. I did a quick google on it and it basicly
involves changing:
- __set_current_state(TASK_INTERRUPTIBLE);
- schedule_timeout(HZ);
for
+ ssleep(1);
in ./net/ipv4/ipvs/ip_vs_sync.c
Else, i don't know what patch you mean :) IPVS is part of the kernel so you
don't need to patch it any more.
Sebastian
On 11/8/06, Michael Spiegle <mike at nauticaltech.com> wrote:
>
> Hi all!
>
> I just just built 2 fresh gentoo boxes for testing active-active. I had
> some issues compiling the libip stuff, and it seems like I need to apply
> a patch that only works for kernel 2.4.26. Can anyone confirm this?
> The documentation doesn't appear to have a section listing requirements,
> but I may have missed it.
>
> Thanks in advance!
>
> ---
> Michael Spiegle
> mike at nauticaltech.com
>
> _______________________________________________
> LinuxVirtualServer.org mailing list - lvs-users at LinuxVirtualServer.org
> Send requests to lvs-users-request at LinuxVirtualServer.org
> or go to http://www.in-addr.de/mailman/listinfo/lvs-users
>
Search lvs-users Archives
More information about the lvs-users
mailing list