I have 2.6.31.2 kernel and it seems like code was changed and there is no
msleep_interruptible in net/netfilter/ipvs/ip_vs_sync.c


Regards, Aleksey

-----Original Message-----

Alternatively, you may want to build your kernel with the following
patch (sorry about the broken wrapping, starts the sync operation 10
times as often):

--- a/net/ipv4/ipvs/ip_vs_sync.c        2008-02-11 05:51:11.000000000
+0000
+++ b/net/ipv4/ipvs/ip_vs_sync.c        2008-10-06 12:17:07.883882381
+0000
@@ -679,7 +686,7 @@
                if (stop_master_sync)
                        break;

-               msleep_interruptible(1000);
+               msleep_interruptible(100);
        }


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

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

Reply via email to