Skip to content

Commit 4aed614

Browse files
author
Mrunal Patel
authored
Merge pull request #824 from Mashimiao/add-link-mknod
config-linux.md: add link for mknod
2 parents ad0b0e8 + 3893c6a commit 4aed614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,15 +344,15 @@ The following parameters can be specified to setup the controller:
344344
* **`blkioLeafWeight`** *(uint16, OPTIONAL)* - equivalents of `blkioWeight` for the purpose of deciding how much weight tasks in the given cgroup has while competing with the cgroup's child cgroups.
345345

346346
* **`blkioWeightDevice`** *(array of objects, OPTIONAL)* - specifies the list of devices which will be bandwidth rate limited. The following parameters can be specified per-device:
347-
* **`major, minor`** *(int64, REQUIRED)* - major, minor numbers for device. More info in `man mknod`.
347+
* **`major, minor`** *(int64, REQUIRED)* - major, minor numbers for device. More info in [mknod(1)][mknod.1] man page.
348348
* **`weight`** *(uint16, OPTIONAL)* - bandwidth rate for the device.
349349
* **`leafWeight`** *(uint16, OPTIONAL)* - bandwidth rate for the device while competing with the cgroup's child cgroups, CFQ scheduler only
350350

351351
You MUST specify at least one of `weight` or `leafWeight` in a given entry, and MAY specify both.
352352

353353
* **`blkioThrottleReadBpsDevice`**, **`blkioThrottleWriteBpsDevice`**, **`blkioThrottleReadIOPSDevice`**, **`blkioThrottleWriteIOPSDevice`** *(array of objects, OPTIONAL)* - specify the list of devices which will be IO rate limited.
354354
The following parameters can be specified per-device:
355-
* **`major, minor`** *(int64, REQUIRED)* - major, minor numbers for device. More info in `man mknod`.
355+
* **`major, minor`** *(int64, REQUIRED)* - major, minor numbers for device. More info in [mknod(1)][mknod.1] man page.
356356
* **`rate`** *(uint64, REQUIRED)* - IO rate limit for the device
357357

358358
###### Example

0 commit comments

Comments
 (0)