search for: cgroup_cpuacct

Displaying 7 results from an estimated 7 matches for "cgroup_cpuacct".

2013 Aug 21
2
virsh "cpu-stats" not working !!!
...0 1 1 > blkio 0 1 1 > > # cat /proc/mounts | grep cpu > cpu /dev/cgroup_cpu cgroup rw,relatime,cpu 0 0 > cpuset /dev/cgroup_cpuset cgroup rw,relatime,cpuset 0 0 > cpuacct /dev/cgroup_cpuacct cgroup rw,relatime,cpuacct 0 0 > > # cat /proc/self/cgroup > 7:cpuacct:/ > 3:cpuset:/ > 2:memory:/ > 1:cpu:/ > > virsh # vcpucount CLA-0 > maximum config 3 > maximum live 3 > current config 3 > current live...
2013 Aug 21
2
Information needed regarding the libvirt version libvirt-1.0.6-1
...p" directory created by kenel under "/sys/fs/". We suspect that the 'cgroup' controllers are not mounted properly and hence the issue is observed. While using the libvirt-1.0.5 version below mentioned mount commands were sufficient to mount cgroup controllers *mkdir -p /dev/cgroup_cpuacct mount -t cgroup -o cpuacct cpuacct /dev/cgroup_cpuacct* As cgroups hieracrhy inside libvirtd has changed in libvirt-1.0.6-1, we feel that the above commands are now not sufficient. We feel we have to do some more steps get the 'cgroups' mounted properly on our hardware. Since we are new t...
2013 Aug 22
2
Re: Information needed regarding the libvirt version libvirt-1.0.6-1
Hi Daniel, Thanks a lot for your reply. We have mounted all the cgoup controllers at "/dev/cgroup_<controller>" as mentioned below. ls /dev/ | grep cgroup cgroup_cpu cgroup_cpuacct cgroup_cpuset cgroup_mem On further debugging we dound that the "VCPU" directories are not being created for our domains and hence the comamnd "cpu-stats <domain>" is failing. Below is the snippet of logs collected with debug logs enabled for libvirt. 2013-...
2013 Aug 21
0
Re: Information needed regarding the libvirt version libvirt-1.0.6-1
...gt; kenel under "/sys/fs/". We suspect that the 'cgroup' controllers are not > mounted properly and hence the issue is observed. While using the > libvirt-1.0.5 version below mentioned mount commands were sufficient to > mount cgroup controllers > > *mkdir -p /dev/cgroup_cpuacct > mount -t cgroup -o cpuacct cpuacct /dev/cgroup_cpuacct* > > As cgroups hieracrhy inside libvirtd has changed in libvirt-1.0.6-1, we Actually it changed in version 1.0.5 > feel that the above commands are now not sufficient. We feel we have to do > some more steps get the 'cg...
2013 Aug 22
0
Re: Information needed regarding the libvirt version libvirt-1.0.6-1
On Thu, Aug 22, 2013 at 01:35:29PM +0200, arun abhinay wrote: > Hi Daniel, > > Thanks a lot for your reply. > > We have mounted all the cgoup controllers at "/dev/cgroup_<controller>" as > mentioned below. > ls /dev/ | grep cgroup > cgroup_cpu cgroup_cpuacct cgroup_cpuset cgroup_mem > > On further debugging we dound that the "VCPU" directories are not being > created for our domains and hence the comamnd "cpu-stats <domain>" is > failing. > Below is the snippet of logs collected with debug logs en...
2013 Aug 22
2
Re: Information needed regarding the libvirt version libvirt-1.0.6-1
...M +0200, arun abhinay wrote: > > Hi Daniel, > > > > Thanks a lot for your reply. > > > > We have mounted all the cgoup controllers at "/dev/cgroup_<controller>" > as > > mentioned below. > > ls /dev/ | grep cgroup > > cgroup_cpu cgroup_cpuacct cgroup_cpuset cgroup_mem > > > > On further debugging we dound that the "VCPU" directories are not being > > created for our domains and hence the comamnd "cpu-stats <domain>" is > > failing. > > Below is the snippet of logs coll...
2013 Aug 23
2
Re: virsh "cpu-stats" not working !!!
Hi Eric, Thanks for your valuable time and comments. >> Are you sure cpuacct was mounted prior to libvirtd starting? Yes, we are mounting cpuacct before starting the libvirtd daemon. >> Libvirt won't mount cgroups; Yes, Agree. >>it only uses what was mounted at the time it was started. But we are mounting it well before it is started. We are facing the issue only while