LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

ipvs-0.9.1 available

To: <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: ipvs-0.9.1 available
From: Wensong Zhang <wensong@xxxxxxxxxxxx>
Date: Mon, 4 Jun 2001 22:18:22 +0800 (CST)
Hi,

The ipvs-0.9.1 tar ball is available on the LVS website.


IP Virtual Server Netfilter module - Version 0.9.1 - June 4, 2001

Changes:
        * Removed the MOD_INC_USE_COUNT/MOD_DEC_USE_COUNT in the
        ip_vs_conn_new/ip_vs_conn_expire, and added some code to flush all
        the connections in the ip_vs module exit. Now, the ip_vs module
        can be removed without waiting for all the connections to be
        expired.

        * Added the net.ipv4.vs.expire_nodest_conn sysctl variable.

        The default value is 0, the load balancer will silently drop
        packets when its destination server is not available. It may be
        useful, when user-space monitoring program deletes the destination
        server (because of server overload or wrong detection) and add
        back the server later, and the connections to the server can
        continue.

        If this variable is set 1, the load balancer will expire the
        connection immediately when a packet arrives and its destination
        server is not available, then the client program will be notified
        that the connection is closed. This is equivalent to the feature
        some people requires to flush connections when its destination is
        not available.

        * Removed the extra empty list checking in the lc, wlc, lblc and
        lblcr schedulers.


As always, bugreports, fixes, comments and suggestions are welcome.

Wensong



<Prev in Thread] Current Thread [Next in Thread>
  • ipvs-0.9.1 available, Wensong Zhang <=