Re: [libvirt] [PATCH] virCgroupDetect: Print pid as long long

2016-10-07 Thread Michal Privoznik
On 06.10.2016 17:42, Daniel P. Berrange wrote: > On Thu, Oct 06, 2016 at 05:18:11PM +0200, Pavel Hrdina wrote: >> On Thu, Oct 06, 2016 at 04:58:40PM +0200, Michal Privoznik wrote: >>> Pids are signed, report them as such. >>> >>> Before: >>> Detected mount/mapping 2:cpuset at /sys/fs/cgroup/cpuset

Re: [libvirt] [PATCH] virCgroupDetect: Print pid as long long

2016-10-06 Thread Daniel P. Berrange
On Thu, Oct 06, 2016 at 05:18:11PM +0200, Pavel Hrdina wrote: > On Thu, Oct 06, 2016 at 04:58:40PM +0200, Michal Privoznik wrote: > > Pids are signed, report them as such. > > > > Before: > > Detected mount/mapping 2:cpuset at /sys/fs/cgroup/cpuset in > > /machine/qemu-4-fedora.libvirt-qemu/vcpu0

Re: [libvirt] [PATCH] virCgroupDetect: Print pid as long long

2016-10-06 Thread Pavel Hrdina
On Thu, Oct 06, 2016 at 04:58:40PM +0200, Michal Privoznik wrote: > Pids are signed, report them as such. > > Before: > Detected mount/mapping 2:cpuset at /sys/fs/cgroup/cpuset in > /machine/qemu-4-fedora.libvirt-qemu/vcpu0 for pid 18446744073709551615 > > After: > Detected mount/mapping 2:cpuse

[libvirt] [PATCH] virCgroupDetect: Print pid as long long

2016-10-06 Thread Michal Privoznik
Pids are signed, report them as such. Before: Detected mount/mapping 2:cpuset at /sys/fs/cgroup/cpuset in /machine/qemu-4-fedora.libvirt-qemu/vcpu0 for pid 18446744073709551615 After: Detected mount/mapping 2:cpuset at /sys/fs/cgroup/cpuset in /machine/qemu-4-fedora.libvirt-qemu/vcpu0 for pid -