]> git.kaiwu.me - haproxy.git/commit
MINOR: cli: implement wait on be-removable
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 18 Feb 2026 13:00:08 +0000 (14:00 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 2 Mar 2026 13:08:30 +0000 (14:08 +0100)
commit98c8c5e16e672da8f19184df485262a1a4a5b116
tree43f5b26930b806db6e6b3f704ee651ceb685e224
parent5ddfbd4b030f70aec3a0dae1ea4aba385775c6a1
MINOR: cli: implement wait on be-removable

Implement be-removable argument to CLI wait. This is implemented via
be_check_for_deletion() invokation, also used by "del backend" handler.

The objective is to test whether a backend instance can be removed. If
this is not the case, the command may returns immediately if the target
proxy is incompatible with dynamic removal or if a user action is
required. Else, the command will wait until the temporary restriction is
lifted.
doc/management.txt
include/haproxy/cli-t.h
src/cli.c