search for: cgroup_

Displaying 6 results from an estimated 6 matches for "cgroup_".

Did you mean: cgroup
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>&quot...
2013 Aug 23
2
Re: virsh "cpu-stats" not working !!!
...44.326+0000: 17554: warning : qemuSetupCgroupForVcpu:953 : Unable to get vcpus' pids." This may be the root cause of virsh cpu-stats not working. ( seems to be because of CPU pinning issue ) Because of this the VCPU directories are not created for the corresponding domain in "/dev/cgroup_<controller>/machine/<domain>.libvirt-qemu/" and hence the "cpu-stats" command is not working. Please let us know your view on this. We have collected the debug logs, please find the attachment for the same.. Thanks and Regards, Shree Duth Awasthi. On Wed, Aug 21, 2013...
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 &quot...
2013 Aug 22
2
Re: Information needed regarding the libvirt version libvirt-1.0.6-1
...n Thu, Aug 22, 2013 at 1:43 PM, Daniel P. Berrange <berrange@redhat.com>wrote: > 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 d...
2013 Aug 21
2
virsh "cpu-stats" not working !!!
...1 > freezer 0 1 1 > net_cls 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...
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 ar...