Re: [libvirt] [PATCH 00/14] Basic implementation of persistent reservations

2018-02-12 Thread Peter Krempa
On Thu, Jan 18, 2018 at 17:04:32 +0100, Michal Privoznik wrote: > QEMU added support for SCSI persistent reservations. The way QEMU > implemented that makes it slightly harder for libvirt to adapt to - it's > a small binary that needs to start before qemu so that it can connect to > it. Basically,

Re: [libvirt] [PATCH 00/14] Basic implementation of persistent reservations

2018-02-12 Thread Michal Privoznik
On 01/18/2018 05:04 PM, Michal Privoznik wrote: > Ping? -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH 00/14] Basic implementation of persistent reservations

2018-01-18 Thread Michal Privoznik
QEMU added support for SCSI persistent reservations. The way QEMU implemented that makes it slightly harder for libvirt to adapt to - it's a small binary that needs to start before qemu so that it can connect to it. Basically, what libvirt does is: 1) start qemu-pr-helper (the small binary from