We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I execute pouch info, and check cgroup driver, the value is empty.
pouch info
cgroup driver
see above.
it should show systemd or cgroupfs
None
pouch version (use pouch version): 1.0.0-rc1
pouch version
OS (e.g. from /etc/os-release):
Kernel (e.g. uname -a): Linux z05i10391.sqa.zth 3.10.0-327.ali2011.alios7.x86_64 add travis.yml for CI #1 SMP Tue Jun 6 14:29:12 CST 2017 x86_64 x86_64 x86_64 GNU/Linux
uname -a
Install tools:
Others:
The text was updated successfully, but these errors were encountered:
Indeed, it doesn't return CgroupDriver in https://github.com/alibaba/pouch/blob/master/daemon/mgr/system.go#L118.
CgroupDriver
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Ⅰ. Issue Description
when I execute
pouch info
, and checkcgroup driver
,the value is empty.
Ⅱ. Describe what happened
see above.
Ⅲ. Describe what you expected to happen
it should show systemd or cgroupfs
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
None
Ⅵ. Environment:
pouch version (use
pouch version
): 1.0.0-rc1OS (e.g. from /etc/os-release):
Kernel (e.g.
uname -a
): Linux z05i10391.sqa.zth 3.10.0-327.ali2011.alios7.x86_64 add travis.yml for CI #1 SMP Tue Jun 6 14:29:12 CST 2017 x86_64 x86_64 x86_64 GNU/LinuxInstall tools:
Others:
The text was updated successfully, but these errors were encountered: