Bug 1349373
| Summary: | rsyslog.service should not be inactive as default in rhevh-ng 4.0 | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-node | Reporter: | Ying Cui <ycui> |
| Component: | Installation & Update | Assignee: | Ryan Barry <rbarry> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ying Cui <ycui> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.0 | CC: | bugs, cshao, dfediuck, dougsland, rbarry, weiwang |
| Target Milestone: | ovirt-4.0.1 | Flags: | dfediuck:
ovirt-4.0.z+
rule-engine: planning_ack+ dfediuck: devel_ack+ ycui: testing_ack+ |
| Target Release: | 4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | redhat-release-virtualization-host-4.0-0.16.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-08-04 13:31:59 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: | |||
|
Description
Ying Cui
2016-06-23 10:49:43 UTC
I used the default ks file in ISO RHEV-H-7.2-20160622.1-RHVH-x86_64-dvd1.iso. Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release. VERIFIED on redhat-release-virtualization-host-4.0-0.20.el7.x86_64, imgbased-0.7.2-0.1.el7ev
# rpm -qa redhat-release-virtualization-host imgbased
imgbased-0.7.2-0.1.el7ev.noarch
redhat-release-virtualization-host-4.0-0.20.el7.x86_64
# systemctl status rsyslog.service
● rsyslog.service - System Logging Service
Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: disabled)
Active: active (running) since Mon 2016-08-01 09:11:14 CST; 5min ago
Main PID: 986 (rsyslogd)
CGroup: /system.slice/rsyslog.service
└─986 /usr/sbin/rsyslogd -n
Aug 01 09:11:13 dhcp-8-127.nay.redhat.com systemd[1]: Starting System Logging Service...
Aug 01 09:11:14 dhcp-8-127.nay.redhat.com systemd[1]: Started System Logging Service.
# systemctl is-enabled rsyslog
enabled
|