Skip to content

Commit 018c5f2

Browse files
committed
Use MUST and MAY for weight and leafWeight
Carry: #728 Signed-off-by: Rob Dolin <[email protected]> Signed-off-by: Qiang Huang <[email protected]>
1 parent 6ca773a commit 018c5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ The following parameters can be specified to setup the controller:
361361
* **`weight`** *(uint16, OPTIONAL)* - bandwidth rate for the device, range is from 10 to 1000
362362
* **`leafWeight`** *(uint16, OPTIONAL)* - bandwidth rate for the device while competing with the cgroup's child cgroups, range is from 10 to 1000, CFQ scheduler only
363363

364-
You must specify at least one of `weight` or `leafWeight` in a given entry, and can specify both.
364+
You MUST specify at least one of `weight` or `leafWeight` in a given entry, and MAY specify both.
365365

366366
* **`blkioThrottleReadBpsDevice`**, **`blkioThrottleWriteBpsDevice`**, **`blkioThrottleReadIOPSDevice`**, **`blkioThrottleWriteIOPSDevice`** *(array, OPTIONAL)* - specify the list of devices which will be IO rate limited.
367367
The following parameters can be specified per-device:

0 commit comments

Comments
 (0)