]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC/MINOR: management: add -dZ option
authorValentine Krasnobaeva <vkrasnobaeva@haproxy.com>
Wed, 12 Jun 2024 08:39:11 +0000 (10:39 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 12 Jun 2024 16:21:21 +0000 (18:21 +0200)
Add some description for missed -dZ command line option in
the "3. Starting HAProxy" chapter.

Need to be backported until 2.9.

doc/management.txt

index 01eda5bc9a97f4c63b0fe04c7d8956870a42fbc4..049edac8392c2a9594b048510b59db65599209e4 100644 (file)
@@ -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.