diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-23 09:42:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-23 09:42:47 -0400 |
commit | 5948320951e17a60da848ba16e3c7aed1676129a (patch) | |
tree | 6cdfaef577783527a6fae0b123a465156064f000 /docs/source/markdown/options/cpu-period.md | |
parent | 833501a9a15562865d4ab8887a58250f7f4fe14a (diff) | |
parent | 64339d47c105373557248d45fddf7ab2db435180 (diff) | |
download | podman-5948320951e17a60da848ba16e3c7aed1676129a.tar.gz podman-5948320951e17a60da848ba16e3c7aed1676129a.tar.bz2 podman-5948320951e17a60da848ba16e3c7aed1676129a.zip |
Merge pull request #15384 from sstosh/options-cgroupsv1-rootless
Warning messages are printed and ignored if we use an unsupported option on cgroups V1 rootless systems
Diffstat (limited to 'docs/source/markdown/options/cpu-period.md')
-rw-r--r-- | docs/source/markdown/options/cpu-period.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/options/cpu-period.md b/docs/source/markdown/options/cpu-period.md index efbe6c2ab..5c5eb56e7 100644 --- a/docs/source/markdown/options/cpu-period.md +++ b/docs/source/markdown/options/cpu-period.md @@ -8,3 +8,5 @@ microseconds. 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. |