aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/options/device-read-bps.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/markdown/options/device-read-bps.md')
-rw-r--r--docs/source/markdown/options/device-read-bps.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/source/markdown/options/device-read-bps.md b/docs/source/markdown/options/device-read-bps.md
new file mode 100644
index 000000000..f6617ab77
--- /dev/null
+++ b/docs/source/markdown/options/device-read-bps.md
@@ -0,0 +1,9 @@
+#### **--device-read-bps**=*path:rate*
+
+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.