[Devel] Re: Write Error: No space left on device

2008-09-05 Thread Paul Jackson
mmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.940.382.4214 ___ Containers mailing list [EMAIL PROTECTED] https://lists.linux-foundation.org/mailman/listinfo/containers ___

[Devel] Re: [RFC] Transactional CGroup task attachment

2008-07-10 Thread Paul Jackson
Paul M wrote: > So, thoughts? The cpuset portions seem reasonable to me, at first glance. But cpusets are easy, as you note. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]

[Devel] Re: Attaching PID 0 to a cgroup

2008-07-01 Thread Paul Jackson
> But it's better to document this. Good idea. Acked-by: Paul Jackson <[EMAIL PROTECTED]> You (Li Zefan) might want to resend this as a patch, in case Andrew doesn't happen to see this embedded here. Something like the following: Subject: [PATCH] cgroup: document zero pid

[Devel] Re: v2.6.26-rc7/cgroups: circular locking dependency

2008-06-23 Thread Paul Jackson
't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.940.382.4214 ___ Containers mailing list [EMAIL PROTECTED] https://lists.linux-

[Devel] Re: [RFC/PATCH 1/8]: CGroup Files: Add locking mode to cgroups control files

2008-05-13 Thread Paul Jackson
Comments variable declarations. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.940.382.4214 ___ Containers mailing list [EMAI

[Devel] Re: [RFC][PATCH 5/5] Add a Signal Control Group Subsystem

2008-04-30 Thread Paul Jackson
Matt wrote: > OK, I renamed it signal.send I'm not familiar with the cgroup subsystem naming conventions, but modulo that, this looks good to me - thanks! -- I won't rest till it's the best ... Programmer, Linux Scalability

[Devel] Re: [RFC][PATCH 5/5] Add a Signal Control Group Subsystem

2008-04-24 Thread Paul Jackson
hat more people, on seeing this file in a cgroup directory, will guess correctly what it does if it were named "signal" or "send_signal" or some such. -- I won't rest till it's the best ... Programmer, Linux Scalab

[Devel] Re: [RFC][-mm] Memory controller hierarchy support (v1)

2008-04-20 Thread Paul Jackson
de path, or while holding inconvenient locks. So cpusets shouldn't be the driving motivation for this, but it will likely be happy to go along for the ride. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul

[Devel] Re: [RFC][PATCH 0/9] cgroups: block: cfq: I/O bandwidth controlling subsystem for CGroups based on CFQ

2008-04-01 Thread Paul Jackson
words to describe each patch. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.940.382.4214 ___ Devel mailing list Devel@openvz.o

[Devel] Re: [RFC] Prefixing cgroup generic control filenames with "cgroup."

2008-03-04 Thread Paul Jackson
Paul M, even including tasks to cgroup.tasks or whatever, and then (2) adding symlinks for the legacy names, such as: tasks -> cgroup.tasks -- I won't rest till it's the best ... Programmer, Linux Scalability Pa

[Devel] Re: [RFC] [PATCH] Re: Prefixing cgroup generic control filenames with "cgroup."

2008-02-29 Thread Paul Jackson
/dev/cpuset. They do so without even a suggestion from myself, and without any consultation amongst themselves; just seems a convenient and sensible thing to do. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[

[Devel] Re: [RFC] [PATCH] Re: Prefixing cgroup generic control filenames with "cgroup."

2008-02-29 Thread Paul Jackson
tern such as "[a-z]+\.[a-z]+" I consider above? Perhaps I'm missing some reason to share in your revulsion. > but if people seem to prefer that approach we can go for it. So long as /dev/cpuset is unscathed, I'm ok either way. Let's see what others think. --

[Devel] Re: [RFC] [PATCH] Re: Prefixing cgroup generic control filenames with "cgroup."

2008-02-28 Thread Paul Jackson
ted names, with no risk of future collision. And did I say incompatible with released versions? Hopefully Paul M isn't too surprised that I'm not endorsing this one ;). -- I won't rest till it's the best ... Programmer, Linux Scalability

[Devel] Re: [RFC] Prefixing cgroup generic control filenames with "cgroup."

2008-02-28 Thread Paul Jackson
ling disaster forcing a change. But generic cgroup infrastructure files, such as "tasks", have not had such adornments. And now, that is what it is -- released, and sufficient to remain as it is. > No, I don't like that idea either. Good (and extra credit for saying so with

[Devel] Re: [RFC] Prefixing cgroup generic control filenames with "cgroup."

2008-02-28 Thread Paul Jackson
ust enough to comfortably do what's needed; not some overly formalized and unnecessarily robust complication beyond what's practically needed. More people can comfortably understand it this way. Design interfaces, and write code, for humans. Resists making concessions to the limitations of computers (o

[Devel] Re: [PATCH] cgroup: fix default notify_on_release setting

2008-02-25 Thread Paul Jackson
P_NOTIFY_ON_RELEASE, &cgrp->flags); Good catch, Li Zefan - thanks. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.940.382.4214 ___

[Devel] Re: [RFC][PATCH 1/7] CGroup API: Add cgroup.api control file

2008-02-19 Thread Paul Jackson
itical use or user was; who found this essential, not just nice to have. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.940.382.4214 _

[Devel] Re: [RFC][PATCH 1/7] CGroup API: Add cgroup.api control file

2008-02-19 Thread Paul Jackson
d man pages; good enough for my granddad, good enough for me ;). -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.940.382.4214 ___ Container

[Devel] Re: [PATCH 1/7] cgroup: fix and update documentation

2008-02-17 Thread Paul Jackson
release is now working ... no longer disabled. I believe the above line from the documentation is out of date. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL

[Devel] Re: [RFC][PATCH 7/7] CGroup API: Update cpusets to use cgroup structured file API

2008-02-17 Thread Paul Jackson
. Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.940.382.4214 ___ Containers mailing list [EMAIL PROTECTED] https://lists.linux-foundation.org/mailman/listinfo/containers __

[Devel] Re: [RFC][PATCH 7/7] CGroup API: Update cpusets to use cgroup structured file API

2008-02-16 Thread Paul Jackson
inor change in (1) pass without further comment. I'd like to recommend consideration of the following patch, to address the minor inconsistency of (2), and to save a few bytes of kernel text space. === From: Paul Jackson <[EMAIL PROTECTED]> Strip all trailing whitespace (such as carriage r

[Devel] Re: [PATCH 4/4] The control group itself

2008-02-12 Thread Paul Jackson
puset subsystem would just not request this. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.940.382.4214 ___ Containers

[Devel] Re: [PATCH 4/4] The control group itself

2008-02-12 Thread Paul Jackson
I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.940.382.4214 ___ Containers mailing list [EMAIL PROTECTED] http

[Devel] Re: [PATCH] Filesystems visibility control group

2008-02-07 Thread Paul Jackson
> useful to have a filesystem visibility control group. idle minds would like to know ... what is one of these? -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]

[Devel] Re: [PATCH] Move cgroups destroy() callbacks to cgroup_diput()

2007-10-25 Thread Paul Jackson
Paul M wrote: > -LL=cgroup_mutex > +(cgroup_mutex held by caller) Thanks. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECT

[Devel] Re: [RFC] cpuset update_cgroup_cpus_allowed

2007-10-16 Thread Paul Jackson
to David without all the CC list above. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containers mailing li

[Devel] Re: [PATCH] Control groups: Replace "cont" with "cgrp" and other misc renaming

2007-10-16 Thread Paul Jackson
> Replace "cont" with "cgrp" and other misc renaming Acked-by: Paul Jackson <[EMAIL PROTECTED]> Builds, boots, and I approve the 'cgrp' renaming - thanks. -- I won't rest till it's the best ... Programmer,

[Devel] Re: [RFC] cpuset update_cgroup_cpus_allowed

2007-10-16 Thread Paul Jackson
I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containers mailing list [EMAIL PROTECTED] https://lists.linux-foundatio

[Devel] Re: [RFC] cpuset update_cgroup_cpus_allowed

2007-10-15 Thread Paul Jackson
ing for cpumasks that didn't match, and then not noticing that it was failing to set them so as they would match. ... it needs work ... or the alternative solution from Paul M. -- I won't rest till it's the b

[Devel] Re: [RFC] cpuset update_cgroup_cpus_allowed

2007-10-15 Thread Paul Jackson
allowed of each task in that cpuset, then I'm ok. Right now, that goal is not met, with the cgroup patches lined up in *-mm for what will become 2.6.24. We're getting short of time to fix this. -- I won't rest till it's the best ... Pr

[Devel] Re: [RFC] cpuset update_cgroup_cpus_allowed

2007-10-15 Thread Paul Jackson
it compels us to this much code, however. Any chance you could provide a patch that works against cgroups? -- I won't rest till it's the best ... Programmer, Linux Scalability Paul J

[Devel] Re: [RFC] cpuset update_cgroup_cpus_allowed

2007-10-15 Thread Paul Jackson
t; isn't caught, and no error is reported to userspace. Good point ... hmmm ... -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 __

[Devel] Re: [RFC] cpuset update_cgroup_cpus_allowed

2007-10-15 Thread Paul Jackson
ffeine intake? -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containers mailing list [EMAIL PROTECTED] https://lists

[Devel] [RFC] cpuset update_cgroup_cpus_allowed

2007-10-15 Thread Paul Jackson
Paul M, David R, others -- how does this look? From: Paul Jackson <[EMAIL PROTECTED]> Update the per-task cpus_allowed of each task in a cgroup whenever it has a cpuset whose 'cpus' mask changes. The change to basing cpusets on the cgroup (aka container) infrastructure broke an

[Devel] Re: [PATCH] task containersv11 add tasks file interface fix for cpusets

2007-10-11 Thread Paul Jackson
7;t rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containers mailing list [EMAIL PROTECTED] https://lists.linux-foun

[Devel] Re: [PATCH] task containersv11 add tasks file interface fix for cpusets

2007-10-11 Thread Paul Jackson
see, and certainly doesn't seem to guard the consistency of cpu_online_map with the tasks cpus_allowed masks. ... lurkers beware ... good chance I haven't a friggin clue ;). In other words: Thirty minutes ago I couldn't even spell sched_hotcpu_mutex, and now I'm pontific

[Devel] Re: [PATCH] task containersv11 add tasks file interface fix for cpusets

2007-10-11 Thread Paul Jackson
ing the actual code suggestions posted by yourself and David (thanks!) this last week. I just couldn't resist a bit of philosophizing ... sorry. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[E

[Devel] Re: [PATCH] task containersv11 add tasks file interface fix for cpusets

2007-10-06 Thread Paul Jackson
I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containers mailing list [EMAIL PROTECTED] https://lists.linux-foundation.

[Devel] Re: [PATCH] task containersv11 add tasks file interface fix for cpusets

2007-10-06 Thread Paul Jackson
callback, called only by cgroup attach () requests back to the same group. Then code that wants to do something odd, such as cpusets, for what seems like a no-op, can do so. -- I won't rest till it's the best ... Programmer, Linux Scalability

[Devel] [PATCH] task containersv11 automatic userspace notification of idle containers fix

2007-10-06 Thread Paul Jackson
From: Paul Jackson <[EMAIL PROTECTED]> Need to include kmod.h to define UMH_WAIT_EXEC, at least for my configuration (sn2_defconfig). Signed-off-by: Paul Jackson <[EMAIL PROTECTED]> Cc: Paul Menage <[EMAIL PROTECTED]> --- kernel/cgroup.c |1 + 1 file changed, 1 insert

[Devel] Re: [PATCH] task containersv11 add tasks file interface fix for cpusets

2007-10-06 Thread Paul Jackson
x27;s the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containers mailing list [EMAIL PROTECTED] https://lists.linux-foundation.org/mailman/listinfo/containers ___

[Devel] Re: [PATCH 11/33] task containersv11 make cpusets a client of containers

2007-10-04 Thread Paul Jackson
Paul M wrote: > I didn't notice any performance hit on a pure allocate/free memory > benchmark relative to non-cgroup cpusets. Good. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jack

[Devel] Re: [PATCH 11/33] task containersv11 make cpusets a client of containers

2007-10-04 Thread Paul Jackson
) Good - thanks. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containers mailing list [EMAIL PROTECTED] https://lists.linux

[Devel] Re: [PATCH 11/33] task containersv11 make cpusets a client of containers

2007-10-04 Thread Paul Jackson
think that it actually matters however. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 __

[Devel] Re: [PATCH 03/33] task containersv11 add tasks file interface

2007-10-03 Thread Paul Jackson
n exiting tasks The downside of my writing too many comments ... its more of a maintenance burden on those changing the code ;). -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <

[Devel] Re: [PATCH 03/33] task containersv11 add tasks file interface

2007-10-03 Thread Paul Jackson
any name. The question is which name is most quickly and easily understood. ... yes ... I'm a stickler for names ... sorry. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PRO

[Devel] Re: [PATCH] task containersv11 add tasks file interface fix for cpusets

2007-10-03 Thread Paul Jackson
Andrew - please kill this patch. Looks like Paul Menage has a better solution that I will be trying out. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]>

[Devel] Re: [PATCH] task containersv11 add tasks file interface fix for cpusets

2007-10-03 Thread Paul Jackson
e involved on those issues. Nice work - thanks. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Cont

[Devel] Re: [PATCH] task containersv11 add tasks file interface fix for cpusets

2007-10-03 Thread Paul Jackson
re may be more hotplug interest, and less container interest, than currently seen on this threads cc list. Any further suggestions, or embarrassing (;) questions? Thanks! -- I won't rest till it's the best ... Programmer, Linux Scalability

[Devel] Re: [PATCH] task containersv11 add tasks file interface fix for cpusets

2007-10-03 Thread Paul Jackson
k, and thereby visible to the scheduler. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 _

[Devel] Re: [PATCH 03/33] task containersv11 add tasks file interface

2007-10-03 Thread Paul Jackson
I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containers mailing list [EMAIL PROTECTED] ht

[Devel] [PATCH] task containersv11 add tasks file interface fix for cpusets

2007-10-03 Thread Paul Jackson
From: Paul Jackson <[EMAIL PROTECTED]> The code in kernel/cgroup.c attach_task() which skips the attachment of a task to the group it is already in has to be removed. Cpusets depends on reattaching a task to its current cpuset, in order to trigger updating the cpus_allowed mask in th

[Devel] Re: [PATCH 03/33] task containersv11 add tasks file interface

2007-10-03 Thread Paul Jackson
/cgroups.txt - You can drop the cpuset mini-history at the top of cgroups.txt: Modified by Paul Jackson <[EMAIL PROTECTED]> Modified by Christoph Lameter <[EMAIL PROTECTED]> - The "Definitions" section is well done, thanks. - Could you change the present tense

[Devel] Re: [PATCH 01/29] task containersv11 basic task container framework

2007-09-30 Thread Paul Jackson
rch/powerpc/configs/pseries_defconfig |1 + But these are not commonly used configs, so that's not a big deal. So ... yeah ... good enough. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson

[Devel] Re: [PATCH 01/29] task containersv11 basic task container framework

2007-09-30 Thread Paul Jackson
I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containers mailing list [EMAIL PROTECTED] https://lists.linux-foundation.org/mailman/l

[Devel] Re: [PATCH 11/29] task containersv11 make cpusets a client of containers

2007-09-30 Thread Paul Jackson
> fixing this is on my todo list. thanks! -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containers

[Devel] Re: [PATCH 11/29] task containersv11 make cpusets a client of containers

2007-09-29 Thread Paul Jackson
rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containers mailing list [EMAIL PROTECTED] https://lists.linux-foundation.org/m

[Devel] Re: [PATCH 01/29] task containersv11 basic task container framework

2007-09-29 Thread Paul Jackson
I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containers mailing list [EMAIL PROTECTED] https://lists.li

[Devel] Re: [PATCH 01/29] task containersv11 basic task container framework

2007-09-29 Thread Paul Jackson
-include-fix.patch That's a big stretch of forbidden territory for innocent bisecters. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTE

[Devel] Re: [PATCH 01/29] task containersv11 basic task container framework

2007-09-29 Thread Paul Jackson
istory showed the correct name of 'cgroup' in these patch names. Well ... nice in my view ... such a patch rename would create more work for Andrew, so I can't claim to know what he will think of this patch name detail. -- I won't r

[Devel] Re: Kernel text size with pid namespace

2007-09-20 Thread Paul Jackson
I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containers mailing list [EMAIL PROTECTED] https://lists

[Devel] Re: Containers: css_put() dilemma

2007-07-17 Thread Paul Jackson
Paul M wrote: > In fact, that's exactly what the release agent > patch already does. I'm feeling lazy ;) What's the Subject of that patch, for my easy searching? -- I won't rest till it's the best ... Programmer, Linux Sca

[Devel] Re: Containers: css_put() dilemma

2007-07-17 Thread Paul Jackson
swered my questions. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containers mailing list [EMAIL PROTECTED] https://lists.linux-founda

[Devel] Re: Containers: css_put() dilemma

2007-07-17 Thread Paul Jackson
wouldn't want to break it without good reason. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containers

[Devel] Re: Containers: css_put() dilemma

2007-07-17 Thread Paul Jackson
ebugged crashes from live customer systems that were basically this race. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___

[Devel] Re: containers (was Re: -mm merge plans for 2.6.23)

2007-07-11 Thread Paul Jackson
ould go a long way of your first name was Linus. For the rest of us ... ;). -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401

[Devel] Re: containers (was Re: -mm merge plans for 2.6.23)

2007-07-11 Thread Paul Jackson
it, to preserve ongoing compatibility. That's not a very persuasive justification. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 _

[Devel] Re: containers (was Re: -mm merge plans for 2.6.23)

2007-07-11 Thread Paul Jackson
dding a cpuset API for a single 2.6.N release. ... gid's -- why not? -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401

[Devel] Re: containers (was Re: -mm merge plans for 2.6.23)

2007-07-11 Thread Paul Jackson
w what kind of purpose you have in mind for such a hook. Could you say a few words to that? Thanks. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackso

[Devel] Re: [ckrm-tech] containers development plans

2007-07-10 Thread Paul Jackson
eeds that between two brains. But since I'm not volunteering to do the work, I should not waste too much more time of those who are. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul

[Devel] Re: containers development plans

2007-07-10 Thread Paul Jackson
ainer framework' ... I'm clueless. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Devel mailing list Devel@openvz.org https://openvz.org/mailman/listinfo/devel

[Devel] Re: [ckrm-tech] containers development plans

2007-07-10 Thread Paul Jackson
Balbir wrote: > Aaah.. I see, that makes sense from a cpusets/containers perspective. Agreed. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]

[Devel] Re: [ckrm-tech] containers development plans

2007-07-10 Thread Paul Jackson
es in Python. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containers mailing list [EMAIL PROTECTED] https://lists.lin

[Devel] Re: containers development plans

2007-07-09 Thread Paul Jackson
ommunity's) cpusets. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containe

[Devel] Re: containers development plans

2007-07-05 Thread Paul Jackson
I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Containers mailing list [EMAIL PROTECTED] https:

[Devel] Re: containers development plans

2007-07-05 Thread Paul Jackson
Could someone explain how these directions impact Paul Menage's container patches and, the one I care about the most, kernel/cpuset.c? -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson &l

[Devel] Re: [PATCH 1/2] containers: implement subsys->post_clone()

2007-06-13 Thread Paul Jackson
clusive cpus or mems, the new container's > cpus and mems are inherited from the parent container. I'm ok with this part. Acked-by: Paul Jackson <[EMAIL PROTECTED]> -- I won't rest till it's the best ... Programmer, Linux Scalab

[Devel] Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers

2007-06-08 Thread Paul Jackson
Serge wrote: > Paul (Jackson), is this comment added in cpusets close enough to what > you were asking for? This comment? + * Currently we refuse to set up the container - thereby + * refusing the task to be entered, and as a result refusing + * the sys_unshare() or clone() which initia

[Devel] Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers

2007-06-08 Thread Paul Jackson
code, saying something like the above, so whomever does this will realize they are traveling in unchartered territory. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson &l

[Devel] Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers

2007-06-07 Thread Paul Jackson
on't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Devel mailing list Devel@openvz.org https://openvz.org/mailman/listinfo/devel

[Devel] Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers

2007-06-07 Thread Paul Jackson
sell your interests down the river. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Devel mailing list Devel@openvz.org https://openvz.org/mailman/listinfo/devel

[Devel] Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers

2007-06-06 Thread Paul Jackson
with cloning. Now if the above classic code must be encoded using cloning under the covers, then we've got problems, probably more problems than just this. -- I won't rest till it's the best ... Programmer, Linux Scalability

[Devel] Re: [PATCH 00/10] Containers(V10): Generic Process Containers

2007-06-06 Thread Paul Jackson
? Could you explain -- I still don't understand why you need this option. I still don't understand why you can't do it in two steps - make the container, then add cpu/mem separately. -- I won't rest till it's the best ... Programmer, Linu

[Devel] Re: [PATCH 00/10] Containers(V10): Generic Process Containers

2007-06-04 Thread Paul Jackson
ondering what all the complaining is about. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Devel mailing lis

[Devel] Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers

2007-06-04 Thread Paul Jackson
which have all files coming and going automagically in the middle of the night, and only allow mkdir and rmdir operations, not creat or unlink. -- I won't rest till it's the best ... Programmer, Linux Scalability

[Devel] Re: [PATCH 00/10] Containers(V10): Generic Process Containers

2007-06-04 Thread Paul Jackson
Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Devel mailing list Devel@openvz.org https://openvz.org/mailman/listinfo/devel

[Devel] Re: [PATCH 00/10] Containers(V10): Generic Process Containers

2007-06-04 Thread Paul Jackson
inux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Devel mailing list Devel@openvz.org https://openvz.org/mailman/listinfo/devel

[Devel] Re: [PATCH 00/10] Containers(V10): Generic Process Containers

2007-06-04 Thread Paul Jackson
he cpus or memory, respectively, of any of its sibling cpusets. So we changed it to creating new cpusets empty of cpus or memory. -- I won't rest till it's the best ... Programmer, Linux Scalability

[Devel] Re: [ckrm-tech] [PATCH 1/9] Containers (V9): Basic container framework

2007-05-09 Thread Paul Jackson
iour of each test, and it would be surprising if this test happen already to conform to LTP's requirements. -- I won't rest till it's the best ... Programmer, Linux Scalability P

[Devel] Re: [ckrm-tech] [PATCH 1/9] Containers (V9): Basic container framework

2007-05-01 Thread Paul Jackson
omments within the test script itself. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 cpuset_test Description: Binary data

[Devel] Re: [ckrm-tech] [PATCH 1/9] Containers (V9): Basic container framework

2007-05-01 Thread Paul Jackson
y, then we must find a way to ensure that one of these batch schedulers, using cpusets on a NUMA box, still works. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.04

[Devel] Re: [PATCH 0/9] Containers (V9): Generic Process Containers

2007-04-29 Thread Paul Jackson
t; mems echo 0-1 > mems echo 1 > mems On that last one, "echo 1 > mems", I did not do the echo to cpus first. The test system had 8 cpus, numbered 0-7, and 4 mems, numbered 0-3. -- I won't rest till it's the best ...

[Devel] Re: [ckrm-tech] [PATCH 1/9] Containers (V9): Basic container framework

2007-04-28 Thread Paul Jackson
unsigned int', but argument 3 has type 'u64' kernel/container.c:1025: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type 'u64' -- I won't rest till it's the best ... Pr

[Devel] Re: [PATCH 0/9] Containers (V9): Generic Process Containers

2007-04-28 Thread Paul Jackson
dutils utility is a concern, then the next best alternative would be: taskgroups This is the next shortest way to spell this "Something-Collection" form. -- I won't rest till it's the best ... Programmer, Linu

[Devel] Re: [ckrm-tech] [PATCH 7/7] containers (V7): Container interface to nsproxy subsystem

2007-04-03 Thread Paul Jackson
t ... though for the purposes of the present thread, this is probably not an interesting detail. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 __

[Devel] Re: [ckrm-tech] [PATCH 1/7] containers (V7): Generic container system abstracted from cpusets code

2007-03-24 Thread Paul Jackson
ase(oldcs_tobe_released, ppathbuf); return 0; } -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Devel mailing list Devel@openvz.org https://openvz.org/mailman/listinfo/devel

[Devel] Re: [ckrm-tech] [PATCH 1/7] containers (V7): Generic container system abstracted from cpusets code

2007-03-24 Thread Paul Jackson
> I will try to send out a patch later today to fix Thanks! > Agreed, but good to keep code clean isn't it? :) Definitely. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PR

[Devel] Re: [ckrm-tech] [PATCH 1/7] containers (V7): Generic container system abstracted from cpusets code

2007-03-24 Thread Paul Jackson
, this would be a difficult race to trigger. Thanks for finding this. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 __

[Devel] Re: [ckrm-tech] [PATCH 1/7] containers (V7): Generic container system abstracted from cpusets code

2007-03-24 Thread Paul Jackson
o ... ? I don't know of any sequence where that causes any problem. Do you see one? -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 ___ Devel mailing list Devel@openvz.org https://openvz.org/mailman/listinfo/devel

[Devel] Re: [ckrm-tech] [PATCH 1/7] containers (V7): Generic container system abstracted from cpusets code

2007-03-24 Thread Paul Jackson
task_unlock(tsk); mutex_unlock(&callback_mutex); put_task_struct(tsk); return -ESRCH; } -- I won't rest till it's the best ... Programmer, Linux Scalability

  1   2   >