File tree Expand file tree Collapse file tree 4 files changed +6
-15
lines changed Expand file tree Collapse file tree 4 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -8458,8 +8458,7 @@ msgstr ""
84588458#: ../../source/markdown/podman-create.1.md:185
84598459#: ../../source/markdown/podman-run.1.md:204
84608460msgid ""
8461- "If the host uses cgroups v1, the default is set to **host**. On cgroups "
8462- "v2, the default is **private**."
8461+ The default is **private**."
84638462msgstr ""
84648463
84658464#: ../../source/markdown/podman-create.1.md:191
@@ -23003,7 +23002,7 @@ msgstr ""
2300323002#: ../../source/markdown/podman-pod-stats.1.md:11
2300423003msgid ""
2300523004"Display a live stream of containers in one or more pods resource usage "
23006- "statistics. Running rootless is only supported on cgroups v2. "
23005+ "statistics."
2300723006msgstr ""
2300823007
2300923008#: ../../source/markdown/podman-pod-stats.1.md:17
@@ -30162,11 +30161,7 @@ msgid "update a container with a new cpu quota and period"
3016230161msgstr ""
3016330162
3016430163#: ../../source/markdown/podman-update.1.md:331
30165- msgid "update a container with all available options for cgroups v2"
30166- msgstr ""
30167-
30168- #: ../../source/markdown/podman-update.1.md:336
30169- msgid "update a container with all available options for cgroups v1"
30164+ msgid "update a container with all available options"
3017030165msgstr ""
3017130166
3017230167#: ../../source/markdown/podman-update.1.md:342
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ Set the cgroup namespace mode for the container.
1111- ** private** : create a new cgroup namespace.
1212- ** ns:** _ path_ : join the namespace at the specified path.
1313
14- If the host uses cgroups v1, the default is set to ** host ** . On cgroups v2, the default is ** private** .
14+ The default is ** private** .
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ podman\-pod\-stats - Display a live stream of resource usage stats for container
77**podman pod stats** [*options*] [*pod*]
88
99## DESCRIPTION
10- Display a live stream of containers in one or more pods resource usage statistics. Running rootless is only supported on cgroups v2.
10+ Display a live stream of containers in one or more pods resource usage statistics.
1111
1212## OPTIONS
1313
Original file line number Diff line number Diff line change @@ -11,11 +11,7 @@ podman\-stats - Display a live stream of one or more container's resource usage
1111## DESCRIPTION
1212Display a live stream of one or more containers' resource usage statistics
1313
14- Note: Podman stats does not work in rootless environments that use cgroups v1.
15- Podman stats relies on cgroup information for statistics, and cgroup v1 is not
16- supported for rootless use cases.
17-
18- Note: Rootless environments that use cgroups v2 are not able to report statistics
14+ Note: Rootless environments are not able to report statistics
1915about their networking usage.
2016
2117## OPTIONS
You can’t perform that action at this time.
0 commit comments