haproxy/include
Willy Tarreau 9091c5317f MINOR: cli/pools: record the list of pool registrations even when merging them
By default, create_pool() tries to merge similar pools into one. But when
dealing with certain bugs, it's hard to say which ones were merged together.
We do have the information at registration time, so let's just create a
list of registrations ("pool_registration") attached to each pool, that
will store that information. It can then be consulted on the CLI using
"show pools detailed", where the names, sizes, alignment and flags are
reported.
2025-03-21 17:09:30 +01:00
..
haproxy MINOR: cli/pools: record the list of pool registrations even when merging them 2025-03-21 17:09:30 +01:00
import MEDIUM: mt_list: Reduce the max number of loops with exponential backoff 2025-03-21 11:30:59 +01:00
make BUILD: makefile: add a qinfo macro to pass info in quiet mode 2025-01-08 11:26:05 +01:00