You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the specifications in the above table of contents, the keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" are to be interpreted as described in [RFC 2119](http://tools.ietf.org/html/rfc2119) (Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997).
Copy file name to clipboardExpand all lines: config-linux.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -361,7 +361,8 @@ The following parameters can be specified to setup the controller:
361
361
362
362
You must specify at least one of `weight` or `leafWeight` in a given entry, and can specify both.
363
363
364
-
***`blkioThrottleReadBpsDevice`**, **`blkioThrottleWriteBpsDevice`**, **`blkioThrottleReadIOPSDevice`**, **`blkioThrottleWriteIOPSDevice`***(array, OPTIONAL)* - specify the list of devices which will be IO rate limited. The following parameters can be specified per-device:
364
+
***`blkioThrottleReadBpsDevice`**, **`blkioThrottleWriteBpsDevice`**, **`blkioThrottleReadIOPSDevice`**, **`blkioThrottleWriteIOPSDevice`***(array, OPTIONAL)* - specify the list of devices which will be IO rate limited.
365
+
The following parameters can be specified per-device:
365
366
***`major, minor`***(int64, REQUIRED)* - major, minor numbers for device. More info in `man mknod`.
366
367
***`rate`***(uint64, REQUIRED)* - IO rate limit for the device
367
368
@@ -433,8 +434,8 @@ The following parameters can be specified to setup the controller:
433
434
434
435
***`classID`***(uint32, OPTIONAL)* - is the network class identifier the cgroup's network packets will be tagged with
435
436
436
-
***`priorities`***(array, OPTIONAL)* - specifies a list of objects of the priorities assigned to traffic originating from
437
-
processes in the group and egressing the system on various interfaces. The following parameters can be specified per-priority:
437
+
***`priorities`***(array, OPTIONAL)* - specifies a list of objects of the priorities assigned to traffic originating from processes in the group and egressing the system on various interfaces.
438
+
The following parameters can be specified per-priority:
438
439
***`name`***(string, REQUIRED)* - interface name
439
440
***`priority`***(uint32, REQUIRED)* - priority applied to the interface
0 commit comments