Re: [libvirt] [PATCH 00/10] Another set of qemu namespace fixes

2017-02-07 Thread Michal Privoznik
On 01/20/2017 10:42 AM, Michal Privoznik wrote: > The major problem was with symlinks. Imagine the following chain of symlinks: > > /dev/my_awesome_disk -> /home/user/blaah -> /dev/disk/by-uuid/$uuid -> > /dev/sda > > We really need to create all those /dev/* symlinks and /dev/sda device. Also,

Re: [libvirt] [PATCH 00/10] Another set of qemu namespace fixes

2017-01-30 Thread Marc Hartmayer
On Mon, Jan 30, 2017 at 11:15 AM +0100, Michal Privoznik wrote: > On 01/20/2017 10:42 AM, Michal Privoznik wrote: >> The major problem was with symlinks. Imagine the following chain of symlinks: >> >> /dev/my_awesome_disk -> /home/user/blaah -> /dev/disk/by-uuid/$uuid -> >>

Re: [libvirt] [PATCH 00/10] Another set of qemu namespace fixes

2017-01-30 Thread Michal Privoznik
On 01/20/2017 10:42 AM, Michal Privoznik wrote: > The major problem was with symlinks. Imagine the following chain of symlinks: > > /dev/my_awesome_disk -> /home/user/blaah -> /dev/disk/by-uuid/$uuid -> > /dev/sda > > We really need to create all those /dev/* symlinks and /dev/sda device. Also,