|
From: Björn R. <br...@us...> - 2010-11-09 14:13:39
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25604 Modified Files: keepalived Log Message: There is a bug in keepalive, so we preload the ip_vs-module, see: https://bugzilla.redhat.com/show_bug.cgi?id=528465 for details Index: keepalived =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/keepalived,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- keepalived 26 Oct 2009 16:17:10 -0000 1.1 +++ keepalived 9 Nov 2010 14:13:30 -0000 1.2 @@ -46,6 +46,10 @@ case "$1" in start) + # There is a bug in keepalive, so we preload the ip_vs-module, see: https://bugzilla.redhat.com/show_bug.cgi?id=528465 for details + echo -n "Loading module ip_vs" + modprobe ip_vs + print_status success echo -n "Starting $NAME: " loadproc $DAEMON $PARAMETER ;; |