On Thu, Oct 09, 2014 at 09:06:11AM -0400, Tejun Heo wrote: > On Thu, Oct 09, 2014 at 01:50:52PM +0530, Preeti U Murthy wrote: > > However what remains to be answered is that the V2 of cgroup design - > > the default hierarchy, tracks hotplug operations for children cgroups as > > well. Tejun, Li, will not the concerns that Peter raised above hold for > > the default hierarchy as well? > > I don't think the legacy one is a good design. Kernel shouldn't lose > configurations in an irreversible way and the legacy one is also > making random cpuset flips by migrating tasks upwards anyway. You do know we disagree on this :-) The thing is, if you restrict a process to one cpu and then take that cpu away you have a fail, pretending its 'OK' because you'll place it back once the cpu appears again doesn't make it right. And while legacy will indeed move tasks upwards, it does so under protest, its a clear error and the user needs to go figure out wtf to do about it. And while you all can try and pretend hotplug is a 'normal' and 'sane' operation with cpusets, the same failure more very much still exists with the regular affinity controls. So you can pretend all you want, but its a clear and utter fail. You cannot give the kernel contradictory instructions and then pretend all is well and dandy. -- To unsubscribe from this list: send the line "unsubscribe cgroups" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html