Re: [libvirt] [PATCH] qemu: hotplug: Ignore cgroup errors when hot-unplugging vcpus

2017-09-26 Thread John Ferlan
On 09/25/2017 04:37 PM, Peter Krempa wrote: > When the vcpu is successfully removed libvirt would remove the cgroup. > In cases when removal of the cgroup fails libvirt would report an error. > > This does not make much sense, since the vcpu was removed and we can't > really do anything with the

[libvirt] [PATCH] qemu: hotplug: Ignore cgroup errors when hot-unplugging vcpus

2017-09-25 Thread Peter Krempa
When the vcpu is successfully removed libvirt would remove the cgroup. In cases when removal of the cgroup fails libvirt would report an error. This does not make much sense, since the vcpu was removed and we can't really do anything with the cgroup. This patch silences the errors from cgroup remo