Skip to content

Commit 95b242c

Browse files
committed
docs: Remove Cgroups v1
Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent 56135a0 commit 95b242c

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26352,16 +26352,9 @@ msgstr ""
2635226352
msgid "Display a live stream of one or more containers' resource usage statistics"
2635326353
msgstr ""
2635426354

26355-
#: ../../source/markdown/podman-stats.1.md:15
26356-
msgid ""
26357-
"Note: Podman stats does not work in rootless environments that use "
26358-
"CGroups V1. Podman stats relies on CGroup information for statistics, and"
26359-
" CGroup v1 is not supported for rootless use cases."
26360-
msgstr ""
26361-
2636226355
#: ../../source/markdown/podman-stats.1.md:19
2636326356
msgid ""
26364-
"Note: Rootless environments that use CGroups V2 are not able to report "
26357+
"Note: Rootless environments are not able to report "
2636526358
"statistics about their networking usage."
2636626359
msgstr ""
2636726360

@@ -26521,10 +26514,6 @@ msgstr ""
2652126514
msgid "Same as UpTime"
2652226515
msgstr ""
2652326516

26524-
#: ../../source/markdown/podman-stats.1.md:64
26525-
msgid "[1] Cgroups V1 only"
26526-
msgstr ""
26527-
2652826517
#: ../../source/markdown/podman-stats.1.md:68
2652926518
msgid "**--interval**, **-i**=*seconds*"
2653026519
msgstr ""

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

Lines changed: 1 addition & 8 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
@@ -52,15 +48,12 @@ Valid placeholders for the Go template are listed below:
5248
| .Name | Container Name |
5349
| .NetIO | Network IO |
5450
| .Network ... | Network I/O, separated by network interface |
55-
| .PerCPU | CPU time consumed by all tasks [1] |
5651
| .PIDs | Number of PIDs |
5752
| .PIDS | Number of PIDs (yes, we know this is a dup) |
5853
| .SystemNano | Current system datetime, nanoseconds since epoch |
5954
| .Up | Duration (CPUNano), in human-readable form |
6055
| .UpTime | Same as Up |
6156

62-
[1] Cgroups V1 only
63-
6457
When using a Go template, precede the format with `table` to print headers.
6558

6659
#### **--interval**, **-i**=*seconds*

docs/source/markdown/podman.1.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ The CDI spec directory path (may be set multiple times). Default path is `/etc/c
3434
The CGroup manager to use for container cgroups. Supported values are __cgroupfs__ or __systemd__. Default is _systemd_ unless overridden in the containers.conf file.
3535

3636
Note: Setting this flag can cause certain commands to break when called on containers previously created by the other CGroup manager type.
37-
Note: CGroup manager is not supported in rootless mode when using CGroups Version V1.
3837

3938
#### **--config**
4039
Location of config file. Mainly for docker compatibility, only the authentication parts of the config are supported.

0 commit comments

Comments
 (0)