[libvirt] [PATCH] qemu: turn on virtlockd by default

Daniel P. Berrange berrange at redhat.com
Thu Feb 2 10:02:54 UTC 2017


On Thu, Feb 02, 2017 at 10:58:50AM +0100, Peter Krempa wrote:
> On Wed, Feb 01, 2017 at 18:11:28 +0000, Daniel Berrange wrote:
> > On Wed, Feb 01, 2017 at 07:04:54PM +0100, Peter Krempa wrote:
> > > On Wed, Feb 01, 2017 at 16:54:01 +0000, Daniel Berrange wrote:
> > > > The virtlockd daemon has existed for years now, but we have never
> > > > turned it on by default, requiring explicit user opt-in. This leaves
> > > > users unprotected against accidents out of the box.
> > > > 
> > > > By turning it on by default, users will at least be protected for
> > > > mistakes involving local files, and files on shared filesystems
> > > > that support fcntl() (eg NFS).
> > > > 
> > > > In turning it on the various services files are updated to have
> > > > the same dependancies for virtlockd as we have for virtlogd
> > > > now, since turning the latter on exposed some gaps.
> > > > 
> > > > Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> > > > ---
> > > 
> > > Unfortunately ... NACK, while I fixed quite some bugs with locking and
> > > block jobs few of them are still present. Mostly non-active layer block
> > > commit where we will leak the locked file once we finish the job as we
> > > are not tracking the job progress ( and nor can we properly do so since
> > > qemu jobs vanish right after finishing). I discussed it today with Kevin
> > > Wolf and John Snow and they plan to add a way for the jobs to linger.
> > 
> > Can't we detrect completion / error via the the block job events, even
> > if the actual job object itself vanishes ? The events look like that
> 
> We can and we do, the problem is only if libvirt would not run at that
> point, when it's hard to re-detect what's happening. We also don't track
> which job we've started for non-active commit and block pull and thus
> can't infer from the backing chain which was dropped.
> 
> > contain enough info to correlate back to libvirt's record of the job.
> 
> Well it won't be that hard to fix for the active case. We need to track
> the backing chain fully anyways. The problem only remains in case when
> we need to infer whether it was or wasn't successful if we missed the
> event.
> 
> I've filed https://bugzilla.redhat.com/show_bug.cgi?id=1405537 a while
> ago so that I don't forget about this issue.
> 
> I'm currently working on the support for blockdev-add and friends so
> this work will be somewhat relevant to that. I'll let you know once all
> known locking issues are resolved.

So based on the above we only have a show stopper problem if libvirtd
is restarted while a job is running. IMHO if we can make job handling
reliable while libvirtd is running that is good enough to let us enable
virtlockd by default, without needing to wait for QEMU improvements.

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://entangle-photo.org       -o-    http://search.cpan.org/~danberr/ :|




More information about the libvir-list mailing list