Another daemon for managing control groups
Another daemon for managing control groups
Posted Dec 7, 2013 6:21 UTC (Sat) by raven667 (guest, #5198)In reply to: Another daemon for managing control groups by dlang
Parent article: Another daemon for managing control groups
I think you are exactly right, and I would guess that Tejun Heo would agree with you, but the time and effort it is going to take to build a cgroup API in kernel space which could be delegated to untrusted users and have some guarantees that they couldn't cause trouble will take many years of effort and probably a thorough rewrite of the cgroup implementation to put in appropriate policy and access control.
In the mean time the single-userspace-manager approach will both help solve the immediate issue and provide very useful operational experience which will inform the choices what that eventual kernel API should look like based on the real-world cases of how the userspace managers are actually used.
