Hi,
The ipvs-1.0.8-2.2.19 tar ball is available on the LVS website. It has
minor bugfixes and enhancement.
Virtual Server patch for Linux 2.2.19 - Version 1.0.8 - May 14, 2001
Changes:
* Fixed an old bug in the ip_vs_unbind_masq. Its
atomic_dec_and_test may have race with __ip_vs_del_dest. Changed
atomic_dec_and_test to atomic_dec in the ip_vs_unbind_dest,
because the destination will be either in a service's destination
list or in the destination trash and there is no need to release
it here. Thank Julian for pointing it out.
* Added svc->refcnt counter for service reference. The service
cannot be released if it is referred by other destinations. Then,
the big service lock in statistics (introduced in 1.0.7) was
removed. It should improve performance a little bit.
* Wenzhuo fixed the typo of failure function in ipvsadm.sh, and
changed "modprobe ip_masq_ftp" in ipvsadm man page.
As always, bugreports, fixes, comments and suggestions are welcome.
Wensong
|