diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-16 10:48:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-16 10:48:22 +0200 |
commit | 7b54aeb6e3dca3511daa1e511625f7e446fbc710 (patch) | |
tree | cf3fcb9b54704a7739dc0a3d6dc541ab3630ba81 /docs | |
parent | 1137c1084b960c9d186cdf8276121658c33a1a56 (diff) | |
parent | f10f9bc58fa0a8863aa2502221795b69e7b8bd0e (diff) | |
download | podman-7b54aeb6e3dca3511daa1e511625f7e446fbc710.tar.gz podman-7b54aeb6e3dca3511daa1e511625f7e446fbc710.tar.bz2 podman-7b54aeb6e3dca3511daa1e511625f7e446fbc710.zip |
Merge pull request #4272 from baude/rootlesstatsnet
rootless v2 cannot collect network stats
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-stats.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/podman-stats.1.md b/docs/podman-stats.1.md index e0cff0dc2..741873c3f 100644 --- a/docs/podman-stats.1.md +++ b/docs/podman-stats.1.md @@ -15,6 +15,9 @@ Note: Podman stats will not work in rootless environments that use CGroups V1. Podman stats relies on CGroup information for statistics, and CGroup v1 is not supported for rootless use cases. +Note: Rootless environments that use CGroups V2 are not able to report statistics +about their networking usage. + ## OPTIONS **--all**, **-a** |