Re: [libvirt] [PATCH v3 2/3] qemu_cgroup: Handle device mapper targets properly

2018-04-04 Thread Peter Krempa
On Tue, Apr 03, 2018 at 11:03:26 +0200, Michal Privoznik wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1557769 > > Problem with device mapper targets is that there can be several > other devices 'hidden' behind them. For instance, /dev/dm-1 can > consist of /dev/sda, /dev/sdb and /dev/sdc.

Re: [libvirt] [PATCH v3 2/3] qemu_cgroup: Handle device mapper targets properly

2018-04-04 Thread Peter Krempa
On Tue, Apr 03, 2018 at 11:03:26 +0200, Michal Privoznik wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1557769 This BZ is private. Please don't use links which can't be viewed by the public. > > Problem with device mapper targets is that there can be several > other devices 'hidden'

[libvirt] [PATCH v3 2/3] qemu_cgroup: Handle device mapper targets properly

2018-04-03 Thread Michal Privoznik
https://bugzilla.redhat.com/show_bug.cgi?id=1557769 Problem with device mapper targets is that there can be several other devices 'hidden' behind them. For instance, /dev/dm-1 can consist of /dev/sda, /dev/sdb and /dev/sdc. Therefore, when setting up devices CGroup and namespaces we have to take