mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
194e0e4db6
We have a rule that for optional cgroups, don't fail if some of them are not mounted, but we want it fail hard when a user specifies an option and we are unable to fulfill the request. Memory cgroup should also follow this rule. Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>