aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/options/cpu-rt-runtime.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-08-23 09:42:47 -0400
committerGitHub <noreply@github.com>2022-08-23 09:42:47 -0400
commit5948320951e17a60da848ba16e3c7aed1676129a (patch)
tree6cdfaef577783527a6fae0b123a465156064f000 /docs/source/markdown/options/cpu-rt-runtime.md
parent833501a9a15562865d4ab8887a58250f7f4fe14a (diff)
parent64339d47c105373557248d45fddf7ab2db435180 (diff)
downloadpodman-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-rt-runtime.md')
-rw-r--r--docs/source/markdown/options/cpu-rt-runtime.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/options/cpu-rt-runtime.md b/docs/source/markdown/options/cpu-rt-runtime.md
index 05b1d3b96..64f0ec38b 100644
--- a/docs/source/markdown/options/cpu-rt-runtime.md
+++ b/docs/source/markdown/options/cpu-rt-runtime.md
@@ -7,4 +7,4 @@ Period of 1,000,000us and Runtime of 950,000us means that this container could c
The sum of all runtimes across containers cannot exceed the amount allotted to the parent cgroup.
-This option is not supported on cgroups V2 systems.
+This option is only supported on cgroups V1 rootful systems.