
31 Aug
2021
31 Aug
'21
1:27 p.m.
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@redhat.com> --- src/libxl/virtxend.service.in | 2 ++ src/qemu/virtqemud.service.in | 4 ++++ 2 files changed, 6 insertions(+)
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>