commit | 8a361b594ea38fb1f89f0b00f095ece0c8613d10 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Tue Jun 20 11:20:33 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 20 14:43:28 2017 +0200 |
tree | ac5323d217c7b4d1dcd74b6f44b3b63c6b6d49d8 | |
parent | 2bf6d6291614537530958282da6a7a66c03bf5fe [diff] |
BUG/MEDIUM: mworker: don't reuse PIDs passed to the master When starting the master worker with -sf or -st, the PIDs will be reused on the next reload, which is a problem if new processes on the system took those PIDs. This patch ensures that we don't register old PIDs in the reload system when launching the master worker.