Skip to content

Commit a426114

Browse files
committed
docs: Remove Cgroups v1 references
Wherever cgroups v2 references were mentioned by name, those have been set to defaults. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
1 parent ac01331 commit a426114

File tree

4 files changed

+6
-15
lines changed

4 files changed

+6
-15
lines changed

docs/source/locale/ja/LC_MESSAGES/markdown.po

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8458,8 +8458,7 @@ msgstr ""
84588458
#: ../../source/markdown/podman-create.1.md:185
84598459
#: ../../source/markdown/podman-run.1.md:204
84608460
msgid ""
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**."
84638462
msgstr ""
84648463

84658464
#: ../../source/markdown/podman-create.1.md:191
@@ -23003,7 +23002,7 @@ msgstr ""
2300323002
#: ../../source/markdown/podman-pod-stats.1.md:11
2300423003
msgid ""
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."
2300723006
msgstr ""
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"
3016230161
msgstr ""
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"
3017030165
msgstr ""
3017130166

3017230167
#: ../../source/markdown/podman-update.1.md:342

docs/source/markdown/options/cgroupns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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**.

docs/source/markdown/podman-pod-stats.1.md.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/source/markdown/podman-stats.1.md.in

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ podman\-stats - Display a live stream of one or more container's resource usage
1111
## DESCRIPTION
1212
Display 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
1915
about their networking usage.
2016

2117
## OPTIONS

0 commit comments

Comments
 (0)