Bug 678027
Summary: | libvirtd: error: udevGetDMIData:1489 : Failed to get udev device for syspath ... | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Milos Malik <mmalik> |
Component: | libvirt | Assignee: | Michal Privoznik <mprivozn> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | CC: | dallan, dyuan, eblake, gren, whuang, xen-maint, yoyzhang |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-0.9.4-rc1-1.el6 | Doc Type: | Bug Fix |
Doc Text: |
Cause: DMI data are not presented on s390(x) architectures
Consequence: Running 'virsh sysinfo' failed on non-intel architectures as we are getting DMI from /sys/devices/virtual/dmi/ tree which is missing on these architectures
Fix: Don't try fetching DMI info on non-intel architectures
Result: 'virsh sysinfo' succeed
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-12-06 10:54:29 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Milos Malik
2011-02-16 14:37:03 UTC
Since RHEL 6.1 External Beta has begun, and this bug remains unresolved, it has been rejected as it is not proposed as exception or blocker. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. Patch sent and is ready to push upstream: https://www.redhat.com/archives/libvir-list/2011-July/msg01202.html But maybe there is a little work to be done to solve a bigger issue this bug has shown. Basically, we try to run dmidecode to satisfy 'virsh sysinfo'. But dmidecode is not available on all achitectures (e.g. ppc64), therefore there might be a followup patch to solve this. Gonna investigate tomorrow. Moving to POST, as patch is pushed upstream. Verify this bug in libvirt-0.9.4-1.el6.s390x service libvirtd status libvirtd (pid 54738) is running... [root@ibm-z10-27 ~]# ps ax | grep -e udev -e libvirtd 600 ? S<s 0:00 /sbin/udevd -d 54738 ? Sl 0:00 libvirtd --daemon 54756 ? S< 0:00 /sbin/udevd -d 54758 ? S< 0:00 /sbin/udevd -d 56599 pts/1 S+ 0:00 grep -e udev -e libvirtd [root@ibm-z10-27 ~]# [root@ibm-z10-27 ~]# grep dmi /var/log/messages [root@ibm-z10-27 ~]# grep dmi /var/log/libvirt/libvirtd.log no error message Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause: DMI data are not presented on s390(x) architectures Consequence: Running 'virsh sysinfo' failed on non-intel architectures as we are getting DMI from /sys/devices/virtual/dmi/ tree which is missing on these architectures Fix: Don't try fetching DMI info on non-intel architectures Result: 'virsh sysinfo' succeed Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2011-1513.html |