From: Sitsofe Wheeler Date: Tue, 27 Mar 2018 16:45:33 +0000 (+0100) Subject: doc: add cpus_allowed reference to log_compression_cpus X-Git-Tag: fio-3.6~4^2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=0cf90a62313ef47d02ef287a06e6f72d8b72380f;ds=sidebyside doc: add cpus_allowed reference to log_compression_cpus Signed-off-by: Sitsofe Wheeler --- diff --git a/HOWTO b/HOWTO index e4d3198e..5c8623d2 100644 --- a/HOWTO +++ b/HOWTO @@ -2935,7 +2935,8 @@ Measurements and reporting Define the set of CPUs that are allowed to handle online log compression for the I/O jobs. This can provide better isolation between performance - sensitive jobs, and background compression work. + sensitive jobs, and background compression work. See + :option:`cpus_allowed` for the format used. .. option:: log_store_compressed=bool diff --git a/fio.1 b/fio.1 index 81dbc5f7..dd4f9cb4 100644 --- a/fio.1 +++ b/fio.1 @@ -2619,7 +2619,8 @@ zlib. .BI log_compression_cpus \fR=\fPstr Define the set of CPUs that are allowed to handle online log compression for the I/O jobs. This can provide better isolation between performance -sensitive jobs, and background compression work. +sensitive jobs, and background compression work. See \fBcpus_allowed\fR for +the format used. .TP .BI log_store_compressed \fR=\fPbool If set, fio will store the log files in a compressed format. They can be