Remove the reference to the hipri_percentage option in the definition of the prio and prioclass options as hipri_percentage controls the use of RWF_HIPRI flag which triggers I/O completion polling, which is unrelated with I/O priority (polling and I/O priority can be used together). Signed-off-by: Damien Le Moal <damien.lemoal@xxxxxxx> --- fio.1 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fio.1 b/fio.1 index 1101a75d..d9a3593e 100644 --- a/fio.1 +++ b/fio.1 @@ -2624,13 +2624,11 @@ Set the I/O priority value of this job. Linux limits us to a positive value between 0 and 7, with 0 being the highest. See man \fBionice\fR\|(1). Refer to an appropriate manpage for other operating systems since meaning of priority may differ. For per-command priority -setting, see I/O engine specific `cmdprio_percentage` and `hipri_percentage` -options. +setting, see the I/O engine specific `cmdprio_percentage` option. .TP .BI prioclass \fR=\fPint Set the I/O priority class. See man \fBionice\fR\|(1). For per-command -priority setting, see I/O engine specific `cmdprio_percentage` and `hipri_percent` -options. +priority setting, see the I/O engine specific `cmdprio_percentage` option. .TP .BI cpus_allowed \fR=\fPstr Controls the same options as \fBcpumask\fR, but accepts a textual -- 2.31.1