[libvirt] [PATCH 0/4] remote: better handle system activation and upgrades

Daniel P. Berrangé berrange at redhat.com
Fri Aug 23 15:11:39 UTC 2019


This improves the upgrade path to systemd socket activation

 - Disable socket activation in RPM %post if we see use of --listen
   arg on existing install
 - Report fatal error if --listen is used with socket activation,
   since it is not honoured

Daniel P. Berrangé (4):
  remote: use Wants instead of Requires for libvirtd sockets
  remote: move timeout arg into sysconf file
  remote: forbid the --listen arg when systemd socket activation
  rpm: don't enable socket activation in upgrade if --listen present

 libvirt.spec.in                | 44 ++++++++++++++++++++++++----------
 src/remote/libvirtd.pod        | 33 ++++++++++++++++++++++++-
 src/remote/libvirtd.service.in | 15 ++++++------
 src/remote/libvirtd.sysconf    | 12 +++++++---
 src/remote/remote_daemon.c     |  7 ++++++
 5 files changed, 86 insertions(+), 25 deletions(-)

-- 
2.21.0




More information about the libvir-list mailing list