]> git.kaiwu.me - haproxy.git/commit
MINOR: mworker/cli: indicate in the master prompt when a reload failed
authorWilly Tarreau <w@1wt.eu>
Sat, 15 Dec 2018 12:30:03 +0000 (13:30 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 15 Dec 2018 12:30:03 +0000 (13:30 +0100)
commit52880f97b9635c62d197ed50424380f24733cb04
tree2e9d07cd1c42e3873ef53150c9c22c32af17a480
parent6e0d8aee26dc0d54ddfc699e4ddd8dff90bf7cdb
MINOR: mworker/cli: indicate in the master prompt when a reload failed

If a reload was issued to the master process and failed, it is critical
that the admin sees it because it means that the saved configuration
does not work anymore and might not be usable after a full restart. For
this reason in this case we modify the "master" prompt to explicitly
indicate that a reload failed.
doc/management.txt
src/cli.c