LVS Load balancing scheduling algorithm
1. Round Robin (rr )
The scheduler distributes external requests to the real servers of the cluster in turn through the “round-robin” scheduling algorithm. It treats each server equally, regardless of the server The actual number of connections and system load.