Bug 1422318
Summary: | After update libvirt-daemon, user started virtual machine, error message logged messages file. | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Yoshinori Takahashi <hkim> |
Component: | libvirt | Assignee: | Peter Krempa <pkrempa> |
Status: | CLOSED ERRATA | QA Contact: | Lili Zhu <lizhu> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.3 | CC: | dyuan, pkrempa, rbalakri, xuzhang |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-3.2.0-1.el7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-08-01 17:21:45 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1420851 |
Comment 3
Peter Krempa
2017-03-17 16:26:37 UTC
Reproduce the bug with build libvirt-2.0.0-10.el7.x86_64 steps to produce: 1. cat /etc/libvirt/libvirtd.conf ... log_outputs="3:journald" ... 2. restart deamon systemctl restart libvirtd 3. check virtlogd status and /var/log/messages # systemctl -l status virtlogd ● virtlogd.service - Virtual machine log manager Loaded: loaded (/usr/lib/systemd/system/virtlogd.service; indirect; vendor preset: disabled) Active: active (running) since Wed 2017-06-14 12:33:35 CST; 11s ago Docs: man:virtlogd(8) http://libvirt.org Main PID: 1678 (virtlogd) CGroup: /system.slice/virtlogd.service └─1678 /usr/sbin/virtlogd Jun 14 12:33:35 systemd[1]: Started Virtual machine log manager. Jun 14 12:33:35 systemd[1]: Starting Virtual machine log manager... Jun 14 12:33:35 virtlogd[1678]: libvirt version: 2.0.0, package: 10.el7 (Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>, 2016-09-21-10:15:26, <>) Jun 14 12:33:35 virtlogd[1678]: **End of file while reading data: Input/output error** cat /var/log/messages Jun 14 12:33:35 libvirtd journal: libvirt version: 2.0.0, package: 10.el7 (Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>, 2016-09-21-10:15:26, <>) Jun 14 12:33:35 libvirtd journal: **End of file while reading data: Input/output error** Verify the bug with build libvirt-3.2.0-9.el7.x86_64 1. yum update libvirt 2. restart deamon systemctl restart libvirtd 3. check virtlogd status # systemctl -l status virtlogd ● virtlogd.service - Virtual machine log manager Loaded: loaded (/usr/lib/systemd/system/virtlogd.service; indirect; vendor preset: disabled) Active: active (running) since Wed 2017-06-14 12:33:35 CST; 1h 2min ago Docs: man:virtlogd(8) http://libvirt.org Main PID: 1678 (virtlogd) CGroup: /system.slice/virtlogd.service └─1678 /usr/sbin/virtlogd .redhat.com systemd[1]: Reloaded Virtual machine log manager. Jun 14 12:56:20 virtlogd[1678]: 2017-06-14 04:56:20.956+0000: 2461: info : libvirt version: 3.2.0, package: 9.el7 (Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>, 2017-06-07-16:25:03, <>) Jun 14 12:56:20 virtlogd[1678]: 2017-06-14 04:56:20.956+0000: 2461: info : hostname: <> 3. check /var/log/messages Jun 14 12:56:20 libvirtd journal: libvirt version: 3.2.0, package: 9.el7 (Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>, 2017-06-07-16:25:03, <>) Jun 14 12:56:20 libvirtd kernel: virbr0: port 3(vnet1) entered disabled state Jun 14 12:56:20 libvirtd kernel: device vnet1 left promiscuous mode Jun 14 12:56:20 libvirtd kernel: virbr0: port 3(vnet1) entered disabled state Jun 14 12:56:20 libvirtd journal: hostname: <> As the result match the expectation, mark the bug as verified. 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. https://access.redhat.com/errata/RHEA-2017:1846 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. https://access.redhat.com/errata/RHEA-2017:1846 |