Bug 1215809 - [Tumbleweed][XEN] miss required virtlogd modular libvirt daemons
Summary: [Tumbleweed][XEN] miss required virtlogd modular libvirt daemons
Status: RESOLVED INVALID
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Virtualization:Other (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: James Fehlig
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-28 12:29 UTC by Xuguang Guo
Modified: 2023-10-05 12:42 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
supportconfig_logs from openSUSE Tumbleweed XEN domain0 vm host with Snapshot20230926 (4.04 MB, application/gzip)
2023-09-28 12:29 UTC, Xuguang Guo
Details

Note You need to log in before you can comment on or make changes to this bug.
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.