* Rishikesh <[email protected]> [2009-12-01 15:51:51]:

> Hi List,
> 
> While using libcg from latest git as per today i found this bug. 
> Initially i had config file like :
> [r...@mhs21a ~]# cat /etc/cgconfig.conf.old
> mount {
> cpuset = /mnt/cgroups/cpuset;
> }
> group usergroup {
> cpuset {
>         cpuset.cpus = 0;
>         cpuset.mems = 0-100;
> }
> }
> [r...@mhs21a ~]#
> 
> 
> And i edited my config file as:
> 
> [r...@mhs21a ~]# cat /etc/cgconfig.conf
> group daemons/ftp {
>        perm {
>                task {
>                        uid = root;
>                        gid = root;
>                }
>                admin {
>                        uid = root;
>                        gid = root;
>                }
>        }
>        cpu {
>                cpu.shares = 1500;
>                notify_on_release = 0;
>                 cpu.rt_runtime_us = 100;
>        }
> }
> 
> mount {
>        cpu = /mnt/cgroups/cpu;
>        cpuacct = /mnt/cgroups/cpuacct;
> }
>

Definitely sounds like a bug, it sounds as if we failed to create the
sysdefault directory. The config works for me (cut-copy-paste), could
you please check to see if your shutdown was clean and please document
the steps to reproduce the issue.
 
-- 
        Balbir

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Libcg-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libcg-devel

Reply via email to