Re: [libvirt] [PATCH] snapshot: allow block devices past cgroup

2012-05-08 Thread Laine Stump
On 05/07/2012 07:00 PM, Eric Blake wrote: It turns out that when cgroups are enabled, the use of a block device for a snapshot target was failing with EPERM due to libvirt failing to add the block device to the cgroup whitelist. See also https://bugzilla.redhat.com/show_bug.cgi?id=810200 *

Re: [libvirt] [PATCH] snapshot: allow block devices past cgroup

2012-05-08 Thread Eric Blake
On 05/08/2012 12:42 PM, Laine Stump wrote: On 05/07/2012 07:00 PM, Eric Blake wrote: It turns out that when cgroups are enabled, the use of a block device for a snapshot target was failing with EPERM due to libvirt failing to add the block device to the cgroup whitelist. See also

[libvirt] [PATCH] snapshot: allow block devices past cgroup

2012-05-07 Thread Eric Blake
It turns out that when cgroups are enabled, the use of a block device for a snapshot target was failing with EPERM due to libvirt failing to add the block device to the cgroup whitelist. See also https://bugzilla.redhat.com/show_bug.cgi?id=810200 * src/qemu/qemu_driver.c