Thanks for the new XML and thanks for explaining what you expect to be
added.

So to be extra sure you expect lsblk to list them (already the case) but
also be available in the namespaced /dev


$ lsblk | grep '^sd'
sda       8:0    0  100M  0 disk 
sdb       8:16   0  100M  0 disk 
sdc       8:32   0  100M  0 disk 
sdd       8:48   0  100M  0 disk 

implies that those are used in the namespace but due to the issue they
are not available as

$ ll /dev/sd*
ls: cannot access '/dev/sd*': No such file or directory

And the latter should be changed with the fix.
Thanks for the explanation, makes sense to me now

Trying that against the PPA builds...

Yes with the fix this becomes:

$ pgrep qemu-pr-helper
4865

$ sudo nsenter --target 4865 --mount bash
root@p-lp-2117467:/# ll /dev/sd*
brw-rw---- 1 root disk 8,  0 Sep 24 10:27 /dev/sda
brw-rw---- 1 root disk 8, 16 Sep 24 10:27 /dev/sdb
brw-rw---- 1 root disk 8, 32 Sep 24 10:27 /dev/sdc
brw-rw---- 1 root disk 8, 48 Sep 24 10:27 /dev/sdd


OK, testcase confirmed - awesome.
Therefore ready for the SRU AFAICS - thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2117467

Title:
  Multipath device's targets are not added to domain namespace/cgroup

To manage notifications about this bug go to:
https://bugs.launchpad.net/libvirt/+bug/2117467/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to