diff options
author | Matthew Heon <matthew.heon@pm.me> | 2020-09-22 11:43:02 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-09-22 13:15:01 -0400 |
commit | 99386c7ae74a279a5dafc9bffc780440f0ef7f51 (patch) | |
tree | 5ac3971c04eba2bf39c4bc56d9b1641783e96400 /test | |
parent | 23cb2009196cdf604ad9f0a77ff7544d7a25b5e0 (diff) | |
download | podman-99386c7ae74a279a5dafc9bffc780440f0ef7f51.tar.gz podman-99386c7ae74a279a5dafc9bffc780440f0ef7f51.tar.bz2 podman-99386c7ae74a279a5dafc9bffc780440f0ef7f51.zip |
Include cgroup manager in `podman info` output
This is very useful for debugging cgroups v2, especially on
rootless - we need to ensure people are correctly using systemd
cgroups in these cases.
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'test')
-rw-r--r-- | test/system/005-info.bats | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/system/005-info.bats b/test/system/005-info.bats index 3f1efd364..ef3e97af0 100644 --- a/test/system/005-info.bats +++ b/test/system/005-info.bats @@ -19,6 +19,8 @@ graphRoot: graphStatus: imageStore:\\\s\\\+number: 1 runRoot: +cgroupManager: +cgroupVersion: v " while read expect; do is "$output" ".*$expect" "output includes '$expect'" |