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
This renames `MaximumIOps` to `IOMaximumBandwidth`,
and `MaximumIOBps` to `IOMaximumIOps` to match
the actual code.
Signed-off-by: Sebastiaan van Stijn <[email protected]>
(cherry picked from commit 36a25bd)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Copy file name to clipboardExpand all lines: docs/reference/api/docker_remote_api_v1.24.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,8 +299,8 @@ Create a container
299
299
"CpuQuota": 50000,
300
300
"CpusetCpus": "0,1",
301
301
"CpusetMems": "0,1",
302
-
"MaximumIOps": 0,
303
-
"MaximumIOBps": 0,
302
+
"IOMaximumBandwidth": 0,
303
+
"IOMaximumIOps": 0,
304
304
"BlkioWeight": 300,
305
305
"BlkioWeightDevice": [{}],
306
306
"BlkioDeviceReadBps": [{}],
@@ -416,8 +416,8 @@ Create a container
416
416
-**CpuQuota** - Microseconds of CPU time that the container can get in a CPU period.
417
417
-**CpusetCpus** - String value containing the `cgroups CpusetCpus` to use.
418
418
-**CpusetMems** - Memory nodes (MEMs) in which to allow execution (0-3, 0,1). Only effective on NUMA systems.
419
-
-**MaximumIOps** - Maximum IO absolute rate in terms of IOps.
420
-
-**MaximumIOBps** - Maximum IO absolute rate in terms of bytes per second.
419
+
-**IOMaximumBandwidth** - Maximum IO absolute rate in terms of IOps.
420
+
-**IOMaximumIOps** - Maximum IO absolute rate in terms of bytes per second.
421
421
-**BlkioWeight** - Block IO weight (relative weight) accepts a weight value between 10 and 1000.
422
422
-**BlkioWeightDevice** - Block IO weight (relative device weight) in the form of: `"BlkioWeightDevice": [{"Path": "device_path", "Weight": weight}]`
423
423
-**BlkioDeviceReadBps** - Limit read rate (bytes per second) from a device in the form of: `"BlkioDeviceReadBps": [{"Path": "device_path", "Rate": rate}]`, for example:
@@ -565,8 +565,8 @@ Return low-level information on the container `id`
Copy file name to clipboardExpand all lines: docs/reference/api/docker_remote_api_v1.25.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -300,8 +300,8 @@ Create a container
300
300
"CpuQuota": 50000,
301
301
"CpusetCpus": "0,1",
302
302
"CpusetMems": "0,1",
303
-
"MaximumIOps": 0,
304
-
"MaximumIOBps": 0,
303
+
"IOMaximumBandwidth": 0,
304
+
"IOMaximumIOps": 0,
305
305
"BlkioWeight": 300,
306
306
"BlkioWeightDevice": [{}],
307
307
"BlkioDeviceReadBps": [{}],
@@ -420,8 +420,8 @@ Create a container
420
420
-**CpuQuota** - Microseconds of CPU time that the container can get in a CPU period.
421
421
-**CpusetCpus** - String value containing the `cgroups CpusetCpus` to use.
422
422
-**CpusetMems** - Memory nodes (MEMs) in which to allow execution (0-3, 0,1). Only effective on NUMA systems.
423
-
-**MaximumIOps** - Maximum IO absolute rate in terms of IOps.
424
-
-**MaximumIOBps** - Maximum IO absolute rate in terms of bytes per second.
423
+
-**IOMaximumBandwidth** - Maximum IO absolute rate in terms of IOps.
424
+
-**IOMaximumIOps** - Maximum IO absolute rate in terms of bytes per second.
425
425
-**BlkioWeight** - Block IO weight (relative weight) accepts a weight value between 10 and 1000.
426
426
-**BlkioWeightDevice** - Block IO weight (relative device weight) in the form of: `"BlkioWeightDevice": [{"Path": "device_path", "Weight": weight}]`
427
427
-**BlkioDeviceReadBps** - Limit read rate (bytes per second) from a device in the form of: `"BlkioDeviceReadBps": [{"Path": "device_path", "Rate": rate}]`, for example:
@@ -571,8 +571,8 @@ Return low-level information on the container `id`
0 commit comments