From 9388832165b909093d95cf210ba5a933199c4752 Mon Sep 17 00:00:00 2001 From: "Rob Dolin (MSFT)" Date: Wed, 15 Mar 2017 15:34:17 -0700 Subject: [PATCH 1/2] [Config Linux] Capitalize MUST Signed-off-by: Rob Dolin --- config-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-linux.md b/config-linux.md index 0eecfbc47..bb011d513 100644 --- a/config-linux.md +++ b/config-linux.md @@ -361,7 +361,7 @@ The following parameters can be specified to setup the controller: * **`weight`** *(uint16, OPTIONAL)* - bandwidth rate for the device, range is from 10 to 1000 * **`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 - You must specify at least one of `weight` or `leafWeight` in a given entry, and can specify both. + You MUST specify at least one of `weight` or `leafWeight` in a given entry, and can specify both. * **`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: From 5e6bf6982614f56e24f4960d432484b7b31a7e6c Mon Sep 17 00:00:00 2001 From: "Rob Dolin (MSFT)" Date: Wed, 15 Mar 2017 15:38:09 -0700 Subject: [PATCH 2/2] [Config Linux] "can" -> "MAY" Signed-off-by: Rob Dolin --- config-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-linux.md b/config-linux.md index bb011d513..61cd05412 100644 --- a/config-linux.md +++ b/config-linux.md @@ -361,7 +361,7 @@ The following parameters can be specified to setup the controller: * **`weight`** *(uint16, OPTIONAL)* - bandwidth rate for the device, range is from 10 to 1000 * **`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 - You MUST specify at least one of `weight` or `leafWeight` in a given entry, and can specify both. + You MUST specify at least one of `weight` or `leafWeight` in a given entry, and MAY specify both. * **`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: