Re: [libvirt] [PATCH] lxc: properly clean up qemu-nbd

2015-05-28 Thread Martin Kletzander
On Wed, May 27, 2015 at 10:56:06AM +0200, Cédric Bosdonnat wrote: Add the qemu-nbd tasks to the container cgroup to make sure those will be killed when the container is stopped. In order to reliably get the qemu-nbd tasks PIDs, we use /sys/devices/virtual/block/DEV/pid as qemu-nbd is daemonizing

[libvirt] [PATCH] lxc: properly clean up qemu-nbd

2015-05-27 Thread Cédric Bosdonnat
Add the qemu-nbd tasks to the container cgroup to make sure those will be killed when the container is stopped. In order to reliably get the qemu-nbd tasks PIDs, we use /sys/devices/virtual/block/DEV/pid as qemu-nbd is daemonizing itself. --- src/libvirt_private.syms | 1 +