[libvirt] [PATCH 0/5] Fix virtlockd loosing locks

Daniel P. Berrangé posted 5 patches 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180306175852.18773-1-berrange@redhat.com
Test syntax-check failed
src/locking/lock_daemon.c    |  4 +--
src/logging/log_daemon.c     |  4 +--
src/rpc/virnetserver.c       | 29 ++++++++++------
src/rpc/virnetserverclient.c | 81 ++++++++++++++++++++++++++++++--------------
src/rpc/virnetserverclient.h |  9 +++--
5 files changed, 83 insertions(+), 44 deletions(-)
[libvirt] [PATCH 0/5] Fix virtlockd loosing locks
Posted by Daniel P. Berrangé 6 years ago
This is a workaround for the bizarre behaviour whereby the kernel throws
away all fcntl() locks on execve()... if any threads are running. We
simply make virtlockd & virlogd single threaded instead.

Daniel P. Berrangé (5):
  rpc: push ref acquisition into RPC dispatch function
  rpc: simplify calling convention of virNetServerClientDispatchFunc
  rpc: invoke the message dispatch callback with client unlocked
  rpc: avoid crashing in pre-exec if no workers are present
  rpc: switch virtlockd and virtlogd to use single-threaded dispatch

 src/locking/lock_daemon.c    |  4 +--
 src/logging/log_daemon.c     |  4 +--
 src/rpc/virnetserver.c       | 29 ++++++++++------
 src/rpc/virnetserverclient.c | 81 ++++++++++++++++++++++++++++++--------------
 src/rpc/virnetserverclient.h |  9 +++--
 5 files changed, 83 insertions(+), 44 deletions(-)

-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/5] Fix virtlockd loosing locks
Posted by Daniel P. Berrangé 6 years ago
On Tue, Mar 06, 2018 at 05:58:47PM +0000, Daniel P. Berrangé wrote:
> This is a workaround for the bizarre behaviour whereby the kernel throws
> away all fcntl() locks on execve()... if any threads are running. We
> simply make virtlockd & virlogd single threaded instead.
> 
> Daniel P. Berrangé (5):
>   rpc: push ref acquisition into RPC dispatch function
>   rpc: simplify calling convention of virNetServerClientDispatchFunc
>   rpc: invoke the message dispatch callback with client unlocked
>   rpc: avoid crashing in pre-exec if no workers are present
>   rpc: switch virtlockd and virtlogd to use single-threaded dispatch
> 
>  src/locking/lock_daemon.c    |  4 +--
>  src/logging/log_daemon.c     |  4 +--
>  src/rpc/virnetserver.c       | 29 ++++++++++------
>  src/rpc/virnetserverclient.c | 81 ++++++++++++++++++++++++++++++--------------
>  src/rpc/virnetserverclient.h |  9 +++--
>  5 files changed, 83 insertions(+), 44 deletions(-)

Forgot to say that we might want to still take a variety on Jim's pathc
to re-aquire locks after execve() so that existing deployments recover
their state. This patch series only fixes things when virtlockd is cold
started, and RPM upgrades will warm-restart with re-exec


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list