Hi
Loading the same file agian should not clean earlier mounted controllers. However the current parser unloads the existing setup.
[root@e325b my-configs]# cgconfigparser -l basic.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 basic.conf
Loading configuration file basic.conf failed, error: Device or resource busy
return code = 50021
[root@e325b my-configs]# pm
[root@e325b my-configs]#
Here pm is cat /proc/mounts | grep -w cgroup
However this needs a discussion but anyway this is an unexpected behaviour.
Thanks
sudhir
This is something we will work on later.