Re: [libvirt] [PATCH] qemu: hotplug: Fix detach of disk with managed persistent reservations

2018-05-31 Thread Michal Privoznik
On 05/31/2018 03:26 PM, Peter Krempa wrote: > In commit 8bebb2b735d I've refactored how the detach of disk with a > managed persistent reservations object is handled. After the commit if > any disk with a managed PR object would be removed libvirt would also > attempt to remove the shared 'pr-manag

[libvirt] [PATCH] qemu: hotplug: Fix detach of disk with managed persistent reservations

2018-05-31 Thread Peter Krempa
In commit 8bebb2b735d I've refactored how the detach of disk with a managed persistent reservations object is handled. After the commit if any disk with a managed PR object would be removed libvirt would also attempt to remove the shared 'pr-manager-helper' object potentially used by other disks.