search for: vircgroupsetvaluestr

Displaying 5 results from an estimated 5 matches for "vircgroupsetvaluestr".

Did you mean: vircgroupgetvaluestr
2012 Apr 08
0
NFS + sanlock problems
...-04-08 20:03:13.353+0000: 3485: debug : virCgroupMakeGroup:545 : Make controller /cgroup/freezer/libvirt/qemu/rhel1.locktest/ 2012-04-08 20:03:13.353+0000: 3485: debug : virCgroupMakeGroup:545 : Make controller /cgroup/blkio/libvirt/qemu/rhel1.locktest/ 2012-04-08 20:03:13.353+0000: 3485: debug : virCgroupSetValueStr:319 : Set value '/cgroup/cpu/libvirt/qemu/rhel1.locktest/tasks' to '3485' 2012-04-08 20:03:13.359+0000: 3485: debug : virCgroupSetValueStr:319 : Set value '/cgroup/cpuacct/libvirt/qemu/rhel1.locktest/tasks' to '3485' 2012-04-08 20:03:13.367+0000: 3485: debug : virC...
2019 Aug 29
0
[libvirtd] qemu_process: reset CPU affinity to all enabled CPUs, when runs in custom cpuset
...ine.slice/machine-qemu\x2d4\x2dvm12vms\x2d2coreshost1.scope/cpuset.cpus 2019-08-28 15:11:03.357+0000: 25536: debug : virFileClose:111 : Closed fd 27 2019-08-28 15:11:03.357+0000: 25536: debug : virCgroupCpuSetInherit:999 : Inherit cpuset.cpus = 0,2,4,6,8 2019-08-28 15:11:03.357+0000: 25536: debug : virCgroupSetValueStr:796 : Set value '/sys/fs/cgroup/cpuset/machine.slice/machine-qemu\x2d4\x2dvm12vms\x2d2coreshost1.scope/emulator/cpuset.cpus' to '0,2,4,6,8' 2019-08-28 15:11:03.358+0000: 25536: debug : virFileClose:111 : Closed fd 27 2019-08-28 15:11:03.358+0000: 25536: debug : virCgroupGetValueStr:...
2012 May 23
0
monitor socket did not show up.: No such file or directory
...e controller /cgroup/cpuacct/libvirt/qemu/wrksp-427/ 10:09:13.514: 14116: debug : virCgroupMakeGroup:509 : Make controller /cgroup/cpuset/libvirt/qemu/wrksp-427/ 10:09:13.514: 14116: debug : virCgroupMakeGroup:509 : Make controller /cgroup/memory/libvirt/qemu/wrksp-427/ 10:09:13.514: 14116: debug : virCgroupSetValueStr:290 : Set value '/cgroup/cpu/libvirt/qemu/wrksp-427/tasks' to '14116' 10:09:13.714: 14116: debug : virCgroupSetValueStr:290 : Set value '/cgroup/cpuacct/libvirt/qemu/wrksp-427/tasks' to '14116' 10:09:14.467: 14116: debug : virCgroupSetValueStr:290 : Set value '/c...
2014 Apr 17
1
Re: LXC + USB passthrough = Operation not permitted
Me again! Think we've found it. By diving into the LXC logs for the specific container, we found this: 2014-04-17 21:07:06.066+0000: 2861: debug : virCgroupSetValueStr:678 : Set value '/sys/fs/cgroup/devices/machine/oshi32134.libvirt-lxc/devices.allow' to 'c 189:130 rw' Looks like libvirt the permission to 'rw', not 'rmw' [1], so no surprise that when it goes to call mknod [2], it can't do so. We are going to patch this so it...
2014 Apr 17
2
Re: LXC + USB passthrough = Operation not permitted
Further followups! We are correlating DEBUG-level output from libvirt with the libvirt 1.2.2 code to try to figure out what libvirt is doing under the hood. Even though we have the log level set to 1 (info) in our libvirtd.conf, we are not seeing the VIR_DEBUG() [1] statements being printed out. There are tons of other presumably-debug lines of output showing up in our log. We are sort of