summaryrefslogtreecommitdiff
path: root/libpod/define
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2020-09-22 11:43:02 -0400
committerMatthew Heon <matthew.heon@pm.me>2020-09-22 13:15:01 -0400
commit99386c7ae74a279a5dafc9bffc780440f0ef7f51 (patch)
tree5ac3971c04eba2bf39c4bc56d9b1641783e96400 /libpod/define
parent23cb2009196cdf604ad9f0a77ff7544d7a25b5e0 (diff)
downloadpodman-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 'libpod/define')
-rw-r--r--libpod/define/info.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpod/define/info.go b/libpod/define/info.go
index 47c53d067..f0e05801c 100644
--- a/libpod/define/info.go
+++ b/libpod/define/info.go
@@ -15,6 +15,7 @@ type Info struct {
type HostInfo struct {
Arch string `json:"arch"`
BuildahVersion string `json:"buildahVersion"`
+ CgroupManager string `json:"cgroupManager"`
CGroupsVersion string `json:"cgroupVersion"`
Conmon *ConmonInfo `json:"conmon"`
CPUs int `json:"cpus"`