github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/device-read-iops.md (about)

     1  ####> This option file is used in:
     2  ####>   podman create, run, update
     3  ####> If file is edited, make sure the changes
     4  ####> are applicable to all of those.
     5  #### **--device-read-iops**=*path:rate*
     6  
     7  Limit read rate (in IO operations per second) from a device (e.g. **--device-read-iops=/dev/sda:1000**).
     8  
     9  On some systems, changing the resource limits may not be allowed for non-root
    10  users. For more details, see
    11  https://github.com/containers/podman/blob/main/troubleshooting.md#26-running-containers-with-resource-limits-fails-with-a-permissions-error
    12  
    13  This option is not supported on cgroups V1 rootless systems.