mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 14:17:30 -04:00
DOC/MINOR: management: add -dZ option
Add some description for missed -dZ command line option in the "3. Starting HAProxy" chapter. Need to be backported until 2.9.
This commit is contained in:
parent
27623d8393
commit
61d66a3d06
1 changed files with 6 additions and 0 deletions
|
|
@ -386,6 +386,12 @@ list of options is :
|
|||
in checked configurations to fail. This is equivalent to global option
|
||||
"zero-warning".
|
||||
|
||||
-dZ : disable forwarding of data in "zero-copy" mode. It is equivalent to the
|
||||
"global" section's "tune.disable-zero-copy-forwarding" keyword. This may be
|
||||
helpful in case of issues with data loss or data integrity, or when using
|
||||
strace to see the forwarded data, as it also disables any kernel tcp
|
||||
splicing.
|
||||
|
||||
-db : disable background mode and multi-process mode. The process remains in
|
||||
foreground. It is mainly used during development or during small tests, as
|
||||
Ctrl-C is enough to stop the process. Never use it in an init script.
|
||||
|
|
|
|||
Loading…
Reference in a new issue