[libvirt PATCH] util: drop support for obsolete systemd in RHEL-7

Daniel P. Berrangé berrange at redhat.com
Wed Feb 16 17:38:43 UTC 2022


On Wed, Feb 16, 2022 at 05:56:33PM +0100, Ján Tomko wrote:
> On a Wednesday in 2022, Daniel P. Berrangé wrote:
> > The systemd version in RHEL-7 lacked support for the LISTEN_FDNAMES env
> > variable with socket activation. Since we stopped targetting RHEL-7 we
> > can drop some considerable amount of compatibility code.
> > 
> > Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
> > ---
> > src/locking/lock_daemon.c  |   8 +--
> > src/logging/log_daemon.c   |   8 +--
> > src/remote/remote_daemon.c |  19 +-----
> > src/util/virsystemd.c      | 117 ++++---------------------------------
> > src/util/virsystemd.h      |  15 +----
> > tests/virsystemdtest.c     |  38 ++----------
> > 6 files changed, 18 insertions(+), 187 deletions(-)
> > 
> 
> Reviewed-by: Ján Tomko <jtomko at redhat.com>
> 
> Jano
> 
> Also, the following comments can be eleminiated:
> 
> $ git grep systemd.*227
> src/remote/libvirtd-admin.socket.in:# when using systemd version < 227
> src/remote/libvirtd-ro.socket.in:# when using systemd version < 227
> src/remote/libvirtd-tcp.socket.in:# when using systemd version < 227
> src/remote/libvirtd-tls.socket.in:# when using systemd version < 227
> src/remote/libvirtd.conf.in:# activation with systemd version >= 227
> src/remote/libvirtd.conf.in:# activation with systemd version >= 227
> src/remote/libvirtd.conf.in:# activation with systemd version >= 227
> src/remote/libvirtd.socket.in:# when using systemd version < 227

Oh, well spotted.



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 :|




More information about the libvir-list mailing list