Comment 1 for bug 827798

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

Thanks for taking the time to submit this bug.

LXC will not run without warning if full cgroup isolation is unvailable - if that were the case this woudl be high priority, but it isn't so II'm changing the priority of this to wishlist.

The clone_children flag gets set by lxc at lxc-start. If clone_children were not available (by the kernel) then it would fail to start the containers.

The bug then, which is present but is wishlist priority, is that lxc-checklist reports ns cgroup as Required when it isn't. It should report whether either ns cgroup is available or cgroup.clone_children exists, and report the feature missing only if neither of those is true.