Merge pull request #15604 from edsantiago/docs_dedup_deviceXY

[CI:DOCS] Man pages: refactor common options: --device-X-Y
This commit is contained in:
OpenShift Merge Robot 2022-09-02 12:57:45 +02:00 committed by GitHub
commit 0e66f75f2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 1 deletions

View File

@ -2,4 +2,8 @@
Limit read rate (in bytes per second) from a device (e.g. **--device-read-bps=/dev/sda:1mb**). Limit read rate (in bytes per second) from a device (e.g. **--device-read-bps=/dev/sda:1mb**).
On some systems, changing the resource limits may not be allowed for non-root
users. For more details, see
https://github.com/containers/podman/blob/main/troubleshooting.md#26-running-containers-with-resource-limits-fails-with-a-permissions-error
This option is not supported on cgroups V1 rootless systems. This option is not supported on cgroups V1 rootless systems.

View File

@ -2,4 +2,8 @@
Limit read rate (in IO operations per second) from a device (e.g. **--device-read-iops=/dev/sda:1000**). Limit read rate (in IO operations per second) from a device (e.g. **--device-read-iops=/dev/sda:1000**).
On some systems, changing the resource limits may not be allowed for non-root
users. For more details, see
https://github.com/containers/podman/blob/main/troubleshooting.md#26-running-containers-with-resource-limits-fails-with-a-permissions-error
This option is not supported on cgroups V1 rootless systems. This option is not supported on cgroups V1 rootless systems.

View File

@ -2,4 +2,8 @@
Limit write rate (in bytes per second) to a device (e.g. **--device-write-bps=/dev/sda:1mb**). Limit write rate (in bytes per second) to a device (e.g. **--device-write-bps=/dev/sda:1mb**).
On some systems, changing the resource limits may not be allowed for non-root
users. For more details, see
https://github.com/containers/podman/blob/main/troubleshooting.md#26-running-containers-with-resource-limits-fails-with-a-permissions-error
This option is not supported on cgroups V1 rootless systems. This option is not supported on cgroups V1 rootless systems.

View File

@ -2,4 +2,8 @@
Limit write rate (in IO operations per second) to a device (e.g. **--device-write-iops=/dev/sda:1000**). Limit write rate (in IO operations per second) to a device (e.g. **--device-write-iops=/dev/sda:1000**).
On some systems, changing the resource limits may not be allowed for non-root
users. For more details, see
https://github.com/containers/podman/blob/main/troubleshooting.md#26-running-containers-with-resource-limits-fails-with-a-permissions-error
This option is not supported on cgroups V1 rootless systems. This option is not supported on cgroups V1 rootless systems.

View File

@ -144,7 +144,7 @@ device. The devices that podman will load modules when necessary are:
@@option device-cgroup-rule @@option device-cgroup-rule
#### **--device-read-bps**=*path* @@option device-read-bps
@@option device-read-iops @@option device-read-iops