LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: [lvs-users] ip_vs_send_async error

To: "'LinuxVirtualServer.org users mailing list.'" <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: [lvs-users] ip_vs_send_async error
From: "Aleksey Chudov" <aleksey@xxxxx>
Date: Wed, 16 Dec 2009 10:07:33 +0200
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 - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
or go to http://lists.graemef.net/mailman/listinfo/lvs-users

<Prev in Thread] Current Thread [Next in Thread>