DOC: indicate that weight zero is reported as DRAIN
It's not the same state but reported as such.
This commit is contained in:
parent
fbc4e77321
commit
c5af3a6d15
|
@ -8760,7 +8760,9 @@ agent-check
|
||||||
|
|
||||||
- An ASCII representation of a positive integer percentage, e.g. "75%".
|
- An ASCII representation of a positive integer percentage, e.g. "75%".
|
||||||
Values in this format will set the weight proportional to the initial
|
Values in this format will set the weight proportional to the initial
|
||||||
weight of a server as configured when haproxy starts.
|
weight of a server as configured when haproxy starts. Note that a zero
|
||||||
|
weight is reported on the stats page as "DRAIN" since it has the same
|
||||||
|
effect on the server (it's removed from the LB farm).
|
||||||
|
|
||||||
- The word "ready". This will turn the server's administrative state to the
|
- The word "ready". This will turn the server's administrative state to the
|
||||||
READY mode, thus cancelling any DRAIN or MAINT state
|
READY mode, thus cancelling any DRAIN or MAINT state
|
||||||
|
|
Loading…
Reference in New Issue