Hello,
I tested lxc0.8 rc1 and saw that cgroups are now created in
/cgroup/lxc/, so lxc-create will create the cgroups in this directory
as a cgroups hierarchy.
It makes the thing unusable when using cgroups capabilities that does
not support hierarchies. I'm thinking about CONFIG_NETPRIO_CGROUP i
Quoting William Dauchy (wdau...@gmail.com):
> Hello,
>
> I tested lxc0.8 rc1 and saw that cgroups are now created in
> /cgroup/lxc/, so lxc-create will create the cgroups in this directory
> as a cgroups hierarchy.
> It makes the thing unusable when using cgroups capabilities that does
> not suppo
Hi Serge,
Thanks for your quick reply.
On Wed, May 2, 2012 at 4:14 PM, Serge Hallyn wrote:
> The issue of what to do with control groups which do not support
> hierarchies has been discussed on lkml recently. I thought (though
> maybe I'm wrong) the decision was that such a subsystem would have
On 02/05/12 10:14, Serge Hallyn wrote:
> Quoting William Dauchy (wdauchy-re5jqeeqqe8avxtiumw...@public.gmane.org):
>> Hello,
>>
>> I tested lxc0.8 rc1 and saw that cgroups are now created in
>> /cgroup/lxc/, so lxc-create will create the cgroups in this directory
>> as a cgroups hierarchy.
>> It ma
Hello,
I saw that lxc-0.8.0-rc2 has been tagged 6 weeks ago
(http://lxc.git.sourceforge.net/git/gitweb.cgi?p=lxc/lxc;a=summary)
I was wondering why there was no package available in
http://lxc.sourceforge.net/download/lxc/ (since rc1 is present)
Regards,
--
William
-
On 21/03/12 19:28, Ward, David - 0663 - MITLL wrote:
When a hierarchy contains the 'ns' subsystem, do not append '/lxc'
to the parent cgroup. Update surrounding comments for consistency.
Signed-off-by: David Ward
This patch is actually unnecessary. The existing code already handled
the 'ns'
On 05/02/2012 06:43 PM, Ward, David - 0663 - MITLL wrote:
> On 21/03/12 19:28, Ward, David - 0663 - MITLL wrote:
>> When a hierarchy contains the 'ns' subsystem, do not append '/lxc'
>> to the parent cgroup. Update surrounding comments for consistency.
>>
>> Signed-off-by: David Ward
>
> This patch
Otherwise things like '*:*' in config can get expanded if there is a
matching filename in cwd.
Signed-off-by: Serge Hallyn
---
src/lxc/lxc-clone.in |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lxc/lxc-clone.in b/src/lxc/lxc-clone.in
index 28c47e8..c9a8691 100644
---