commit | bac3a82a507b029b5e0daf81ed57d07ab8e60677 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Wed Jul 20 14:30:56 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Jul 20 14:43:47 2022 +0200 |
tree | e43e8612044dec383ed61ac97b10248b3db064ae | |
parent | 0f17ab2fdd83ff4f58151a44a8fe1bc22e5b9c18 [diff] |
BUG/MINOR: mworker/cli: relative pid prefix not validated anymore Since e8422bf ("MEDIUM: global: remove the relative_pid from global and mworker"), the relative pid prefix is not tested anymore on the master CLI. Which means any value will fall into the "1" process. Since we removed the nbproc, only the "1" and the "0" (master) value are correct, any other value should return an error. Fix issue #1793. This must be backported as far as 2.5.