Bug 1085841
| Summary: | [rhevh] systemd-journald: unrecognized service | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Jiri Belka <jbelka> | ||||
| Component: | ovirt-node | Assignee: | Douglas Schilling Landgraf <dougsland> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 3.4.0 | CC: | aberezin, cshao, dfediuck, dougsland, fdeutsch, gklein, gouyang, hadong, huiwa, iheim, leiwang, yaniwang, ycui, yeylon | ||||
| Target Milestone: | --- | Keywords: | TestOnly | ||||
| Target Release: | 3.5.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | node | ||||||
| Fixed In Version: | rhev-hypervisor6-6.6-20141218.0.iso rhev-hypervisor7-7.0-20141218.0.iso | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-02-11 20:55:30 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | Node | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
This has been fixed by the merged commit ea4d170637d52aa2b988ff1e891cca8a9172d69a
ovirt-init-functions: validation for systemd-journald
Currently we run service systemd-journald restart on init
for all oVirt Node images. However, we still support distros
which doesn't contain systemd. This patch adds a validation
to execute the systemd-journald only for systemd systems.
Change-Id: I5dc0becfb0b54d4972254ec2a30df15c9f5b480a
Signed-off-by: Douglas Schilling Landgraf <dougsland>
Verified this bug on rhev-hypervisor6-6.6-20141218.0.iso(ovirt-node-3.1.0-0.37.20141218gitcf277e1.el6.noarch)
Test steps:
1. install this RHEVH version
2. # grep ^systemd /var/log/ovirt.log
There did not show systemd-journald: unrecognized service in /var/log/ovirt.log
Verified this bug on rhev-hypervisor7-7.0-20141218.0.iso(ovirt-node-3.1.0-0.37.20141218gitcf277e1.el7.noarch)
Test steps:
1. install this RHEVH version
2. # grep ^systemd /var/log/ovirt.log
3. # systemctl status systemd-journald
systemd-journald.service - Journal Service
Loaded: loaded (/usr/lib/systemd/system/systemd-journald.service; static)
Active: active (running) since Mon 2015-01-05 10:02:16 UTC; 3min 48s ago
Docs: man:systemd-journald.service(8)
man:journald.conf(5)
Main PID: 3590 (systemd-journal)
Status: "Processing requests..."
CGroup: /system.slice/systemd-journald.service
└─3590 /usr/lib/systemd/systemd-journald
There did not show systemd-journald: unrecognized service in /var/log/ovirt.log
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://rhn.redhat.com/errata/RHEA-2015-0160.html |
Created attachment 884503 [details] logs Description of problem: # grep ^systemd /var/log/ovirt.log systemd-journald: unrecognized service systemd-journald: unrecognized service systemd-journald: unrecognized service # cat /etc/redhat-release Red Hat Enterprise Virtualization Hypervisor release 6.5 (20140408.0.el6ev) Version-Release number of selected component (if applicable): av6.1 / 6.5 (20140408.0.el6ev) How reproducible: 100% Steps to Reproduce: 1. install this RHEVH version 2. grep ovirt.log 3. Actual results: code thinks there's systemd/journald rubbish on rhel 6.5 Expected results: ? Additional info: