Bug 1215809

Summary: [Tumbleweed][XEN] miss required virtlogd modular libvirt daemons
Product: [openSUSE] openSUSE Tumbleweed Reporter: Xuguang Guo <xguo>
Component: Virtualization:OtherAssignee: James Fehlig <jfehlig>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: qe-virt, xguo
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: supportconfig_logs from openSUSE Tumbleweed XEN domain0 vm host with Snapshot20230926

Description Xuguang Guo 2023-09-28 12:29:45 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
Comment 1 James Fehlig 2023-09-28 14:17:13 UTC
Xen does not use or require virtlogd.
Comment 2 Xuguang Guo 2023-10-05 12:42:48 UTC
(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.