@@ -102,7 +102,7 @@ Proportional weight policy files
on all the devices until and unless overridden by per device rule
(see `blkio.bfq.weight_device` below).
- Currently allowed range of weights is from 1 to 1000. For more details,
+ Currently allowed range of weights is from 1 to 10000. For more details,
see Documentation/block/bfq-iosched.rst.
blkio.bfq.weight_device
@@ -560,7 +560,7 @@ For each group, the following parameters can be set:
weight
This specifies the default weight for the cgroup inside its parent.
- Available values: 1..1000 (default: 100).
+ Available values: 1..10000 (default: 100).
For cgroup v1, it is set by writing the value to `blkio.bfq.weight`.
@@ -16,7 +16,7 @@
#define BFQ_CL_IDLE_TIMEOUT (HZ/5)
#define BFQ_MIN_WEIGHT 1
-#define BFQ_MAX_WEIGHT 1000
+#define BFQ_MAX_WEIGHT 10000
#define BFQ_WEIGHT_CONVERSION_COEFF 10
#define BFQ_DEFAULT_QUEUE_IOPRIO 4