[PATCH 0/2] libvirt-guests: small improvments

Jim Fehlig jfehlig at suse.com
Mon Jul 31 23:06:44 UTC 2023


The first patch is trivial. I suppose the second is debatable. If I build
libvirt with -Dremote_default_mode=legacy but deploy modular daemons,
/run/libvirt/libvirt-sock is provided by virtproxyd, which may or may not
be running when libvirt-guests starts/stops. I added an 'After=virtproxyd.socket'
ordering dependency to libvirt-guests, but it hasn't fixed an issue I'm
seeing when using libvirt-guests+virtproxyd

libvirt-guests.sh[2607]: Can't connect to default. Skipping

I'm still investigating that issue but think the dependency issue is worth
discussing independently.

Jim Fehlig (2):
  libvirt-guests: Remove unused variable 'libvirtd'
  libvirt-guests: Add systemd odering dependency to virtproxyd

 tools/libvirt-guests.service.in | 1 +
 tools/libvirt-guests.sh.in      | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

-- 
2.41.0



More information about the libvir-list mailing list