LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Set --weight 0 to quiescent Server won't work under trafic ???

To: "lvs-users@xxxxxxxxxxxxxxxxxxxxxx" <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Set --weight 0 to quiescent Server won't work under trafic ???
From: Joachim Wolff <jwolff@xxxxxxxxx>
Date: Wed, 30 Aug 2000 17:59:26 +0200
Hi all,

i try to test LVS / ipvsadm since a few days.

I send requests with http_load to the virtual IP-adress, and in works.

When i change the weight of one real-server to 0 with
        ipvsadm -e -t 192.168.64.11:80 -r 192.168.64.15 -g -w 0 
the server is under load as well.

        IP Virtual Server version 0.9.15 (size=65536)
        Prot LocalAddress:Port Scheduler Flags
          -> RemoteAddress:Port          Forward Weight ActiveConn InActConn
        TCP  www42.mobile.test:http rr
          -> www42-3.mobile.test:http    Route   1      36         1308
          -> www42-2.mobile.test:http    Route   0      21         1280
          -> www42-1.mobile.test:http    Route   1      27         1297 

After the load is stopped _AND_ the InActConn go to 0 after some
seconds, the result for the next test will be fine, like

        IP Virtual Server version 0.9.15 (size=65536)
        Prot LocalAddress:Port Scheduler Flags
          -> RemoteAddress:Port          Forward Weight ActiveConn InActConn
        TCP  www42.mobile.test:http rr
          -> www42-3.mobile.test:http    Route   1      44         1940
          -> www42-2.mobile.test:http    Route   0      0          0
          -> www42-1.mobile.test:http    Route   1      54         1930   

The other way to set the weight to 1 has the same behavior.
Where is my mistake?

At the other hand i searching for an developer newsgroup or an place for
the newest patches, or is there really nothing changed since June 28 ?
That would be fine ;-)
And an description for the /proc files would be useful, sometimes ?


By,

Joachim

-- 
Joachim Wolff

mailto:jwolff@xxxxxxxxx
http://www.mobile.de   Ihr Automarkt im Internet


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