Bugzilla – Bug 1215809
[Tumbleweed][XEN] miss required virtlogd modular libvirt daemons
Last modified: 2023-10-05 12:42:48 UTC
Created attachment 869815 [details] supportconfig_logs from openSUSE Tumbleweed XEN domain0 vm host with Snapshot20230926 ## Summary Figure out that miss required virtlogd modular libvirt daemons in openSUSE Tumbleweed XEN domain0 vm host with Snapshot20230926 # for drv in log; do systemctl status virt${drv}d.service; systemctl status virt${drv}d{,-ro,-admin}.socket; done Unit virtlogd.service could not be found. Unit virtlogd.socket could not be found. Unit virtlogd-ro.socket could not be found. Unit virtlogd-admin.socket could not be found. Meanwhile, the same problem does not reproduce in openSUSE Tumbleweed KVM vm host with Snapshot20230926 and SLE15SP6 KVM | XEN vm host with build20.1. ## Reproduce steps 1. Deploy openSUSE Tumbleweed XEN domain0 vm host with Snapshot20230926 built image 2. Check with required virtlogd modular libvirt daemons # for drv in log; do systemctl status virt${drv}d.service; systemctl status virt${drv}d{,-ro,-admin}.socket; done Expected result: There should be required virtlogd modular libvirt daemons in openSUSE Tumbleweed XEN domain0 vm host Real result: Miss required virtlogd modular libvirt daemons in openSUSE Tumbleweed XEN domain0 vm host ## Reproducibility 100% ## Logs Attach required supportconfig log file from openSUSE Tumbleweed XEN domain0 vm host with Snapshot20230926 ## Workaround no
Xen does not use or require virtlogd.
(In reply to James Fehlig from comment #1) > Xen does not use or require virtlogd. @Jim, Supper! Gotcha. Thanks so much for your great help.