Skip to content

Commit 18f4f18

Browse files
Merge pull request #751 from hqhq/use_MUST_for_weight
Use MUST and MAY for weight and leafWeight
2 parents d094a5c + 018c5f2 commit 18f4f18

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 of objects, 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)