On Tue, Aug 31, 2021 at 12:04:14 +0100, Daniel P. Berrangé wrote:
The QEMU driver uses both virtlogd and virtlockd, while the Xen
driver
uses virtlockd. The libvirtd.service unit contains deps on the socket
units for these services, but these deps were missed in the modular
daemons. As a result the virtlockd/virtlogd sockets are not started
when the virtqemud/virtxend daemons are started.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/libxl/virtxend.service.in | 2 ++
src/qemu/virtqemud.service.in | 4 ++++
2 files changed, 6 insertions(+)
Reviewed-by: Jiri Denemark <jdenemar(a)redhat.com>