Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ip lvs have multi node. the vip may be connect failed. test: 1. while true;do ;nc -vz 192.168.0.252 5432 sleep 1; done 2. for (( i=0; i < 100; i++)) do nc -vz 192.168.0.252 5432 done
- Loading branch information