From 0cf90a62313ef47d02ef287a06e6f72d8b72380f Mon Sep 17 00:00:00 2001 From: Sitsofe Wheeler Date: Tue, 27 Mar 2018 17:45:33 +0100 Subject: [PATCH] doc: add cpus_allowed reference to log_compression_cpus Signed-off-by: Sitsofe Wheeler --- HOWTO | 3 ++- fio.1 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.25.1