Skip to content

Commit 65752ae

Browse files
Yufen Yuaxboe
authored andcommitted
docs: block: update and fix tiny error for bfq
The max value of blkio.bfq.weight is 1000, rather than 10000. And 'weights' have been remove from /sys/block/XXX/queue/iosched. Signed-off-by: Yufen Yu <[email protected]> Acked-by: Paolo Valente <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent 3197d48 commit 65752ae

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Documentation/block/bfq-iosched.rst

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -492,13 +492,6 @@ set max_budget to higher values than those to which BFQ would have set
492492
it with auto-tuning. An alternative way to achieve this goal is to
493493
just increase the value of timeout_sync, leaving max_budget equal to 0.
494494

495-
weights
496-
-------
497-
498-
Read-only parameter, used to show the weights of the currently active
499-
BFQ queues.
500-
501-
502495
4. Group scheduling with BFQ
503496
============================
504497

@@ -566,7 +559,7 @@ Parameters to set
566559
For each group, there is only the following parameter to set.
567560

568561
weight (namely blkio.bfq.weight or io.bfq-weight): the weight of the
569-
group inside its parent. Available values: 1..10000 (default 100). The
562+
group inside its parent. Available values: 1..1000 (default 100). The
570563
linear mapping between ioprio and weights, described at the beginning
571564
of the tunable section, is still valid, but all weights higher than
572565
IOPRIO_BE_NR*10 are mapped to ioprio 0.

0 commit comments

Comments
 (0)