Menu

#39 The confused parser

open-invalid
nobody
None
5
2008-11-22
2008-11-10
No

Hi,
Not sure how to classify this kind of issues which are more than one.
The cgconfigparser code needs to get some more attention now for sure. Focus required on the output messages as well. This is not very difficult to fix in my views. Please look at the part of the code which does cleanup of earlier found subsystems.(Perhaps I would have got some time to fix them ;))

[root@e325b my-configs]# cgconfigparser -l cpu-memory.conf
[root@e325b my-configs]# pm
cgroup /container cgroup rw,cpu 0 0
cgroup /memory cgroup rw,memory 0 0
[root@e325b my-configs]# cgconfigparser -l cpuset-memory.conf
Loading configuration file mix-ctls.conf.new failed, error: File exists
return code = 50016
[root@e325b my-configs]# pm
cgroup /container cgroup rw,cpu 0 0
[root@e325b my-configs]# cgconfigparser -l mix-ctls.conf.new
Loading configuration file mix-ctls.conf.new failed, error: Success
return code = 50004
[root@e325b my-configs]# pm
cgroup /container cgroup rw,cpu 0 0

Still the cpu is mounted and the kind of output messages ??.
The config files are same as attached in the previous bug. Please let me know if some more information is required.

Discussion

  • Dhaval Giani

    Dhaval Giani - 2008-11-22
    • status: open --> closed-invalid
     
  • Dhaval Giani

    Dhaval Giani - 2008-11-22

    We don't support such actions yet.

     
  • Sudhir Kumar

    Sudhir Kumar - 2008-11-22

    Please look at the kind of error messages and try to print something relevant if possible.
    This gives a wrong intution.

     
  • Sudhir Kumar

    Sudhir Kumar - 2008-11-22
    • status: closed-invalid --> open-invalid
     

Log in to post a comment.