Re: cpuset trouble after hibernate

2007-09-18 Thread Paul Menage
On 9/9/07, Pavel Machek <[EMAIL PROTECTED]> wrote: > > One of the cpus was unplugged during suspend... perhaps some > save/restore is needed during hotplug/unplug? Or else keep track separately in cpusets of - cpus that the cpuset can run on - cpus that the admin has specified for the cpu to run

Re: cpuset trouble after hibernate

2007-09-17 Thread Balbir Singh
Andrew Morton wrote: > On Mon, 10 Sep 2007 11:45:10 +0200 (CEST) Simon Derr <[EMAIL PROTECTED]> > wrote: > >> On Sat, 8 Sep 2007, Nicolas Capit wrote: >> >>> Hello, >>> >>> This is my situation: >>> - I mounted the pseudo cpuset filesystem into /dev/cpuset >>> - I created a cpuset named oar w

Re: cpuset trouble after hibernate

2007-09-17 Thread Paul Menage
On 9/15/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > > Yeah. Bug, surely. But I guess it's always been there. > > What are the implications of this for cpusets-via-containers? > I don't think it should be any different from the previous version - I tried to avoid touching those bits of cpusets

Re: cpuset trouble after hibernate

2007-09-17 Thread Pavel Machek
Hi! > This is my situation: > - I mounted the pseudo cpuset filesystem into /dev/cpuset > - I created a cpuset named oar with my 2 cpus > > cat /dev/cpuset/oar/cpus > 0-1 > > - Then I hibernate my computer with 'echo -n "disk" >/sys/power/state' > - After reboot: > > cat /dev/cpuset/oa

Re: cpuset trouble after hibernate

2007-09-15 Thread Andrew Morton
On Mon, 10 Sep 2007 11:45:10 +0200 (CEST) Simon Derr <[EMAIL PROTECTED]> wrote: > On Sat, 8 Sep 2007, Nicolas Capit wrote: > > > Hello, > > > > This is my situation: > > - I mounted the pseudo cpuset filesystem into /dev/cpuset > > - I created a cpuset named oar with my 2 cpus > > > > cat /

Re: cpuset trouble after hibernate

2007-09-10 Thread Nicolas Capit
On Mon, 10 Sep 2007 11:45:10 +0200 (CEST) Simon Derr <[EMAIL PROTECTED]> wrote: > On Sat, 8 Sep 2007, Nicolas Capit wrote: > > > Hello, > > > > This is my situation: > > - I mounted the pseudo cpuset filesystem into /dev/cpuset > > - I created a cpuset named oar with my 2 cpus > > > > cat /

Re: cpuset trouble after hibernate

2007-09-10 Thread Simon Derr
On Sat, 8 Sep 2007, Nicolas Capit wrote: > Hello, > > This is my situation: > - I mounted the pseudo cpuset filesystem into /dev/cpuset > - I created a cpuset named oar with my 2 cpus > > cat /dev/cpuset/oar/cpus > 0-1 > > - Then I hibernate my computer with 'echo -n "disk" >/sys/power/s

cpuset trouble after hibernate

2007-09-08 Thread Nicolas Capit
Hello, This is my situation: - I mounted the pseudo cpuset filesystem into /dev/cpuset - I created a cpuset named oar with my 2 cpus cat /dev/cpuset/oar/cpus 0-1 - Then I hibernate my computer with 'echo -n "disk" >/sys/power/state' - After reboot: cat /dev/cpuset/oar/cpus 0 Why did