Re: [PATCH] qemu: Create multipath targets for PRs

2020-03-11 Thread Jim Fehlig
On 3/5/20 10:11 AM, Michal Privoznik wrote: If a disk has persistent reservations enabled, qemu-pr-helper might open not only /dev/mapper/control but also individual targets of the multipath device. We are already querying for them in CGroups, but now we have to create them in the namespace too.

Re: [PATCH] qemu: Create multipath targets for PRs

2020-03-11 Thread Michal Privoznik
On 3/11/20 8:29 AM, Lin Ma wrote: Verified, This patch fixes the namespace issue while PR in guest with lun passed-through multipath device node. Awesome, thanks for testing it! If you want, I can add Tested-by: to the commit message to give you credit. Michal

Re: [PATCH] qemu: Create multipath targets for PRs

2020-03-11 Thread Lin Ma
: [PATCH] qemu: Create multipath targets for PRs If a disk has persistent reservations enabled, qemu-pr-helper might open not only /dev/mapper/control but also individual targets of the multipath device. We are already querying for them in CGroups, but now we have to create them in the namespace too

[PATCH] qemu: Create multipath targets for PRs

2020-03-05 Thread Michal Privoznik
If a disk has persistent reservations enabled, qemu-pr-helper might open not only /dev/mapper/control but also individual targets of the multipath device. We are already querying for them in CGroups, but now we have to create them in the namespace too. This was brought up in [1]. 1: