google / seesaw

Seesaw v2 is a Linux Virtual Server (LVS) based load balancing platform.
Apache License 2.0
5.63k stars 511 forks source link

enables fallback and port for hashing schedulers #108

Closed liuyuan10 closed 3 years ago

liuyuan10 commented 3 years ago

for sh and mh, by default, port is not included in hashing. This is against intuition.

This commit enables sh-port and mh-port option.

Also enables sh-fallback and mh-fallback, which is helpful when l/u threshold set for a service.

liuyuan10 commented 3 years ago

@unicell

anfernee commented 3 years ago

/lgtm. Can you refer to this https://lore.kernel.org/patchwork/patch/387724/ in commit message so it makes instant sense?

liuyuan10 commented 3 years ago

done. Thanks for the handy link.