Bug 1638606
| Summary: | NTP config is migrated to chrony on every upgrade | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Germano Veit Michel <gveitmic> | |
| Component: | imgbased | Assignee: | Yuval Turgeman <yturgema> | |
| Status: | CLOSED ERRATA | QA Contact: | Huijuan Zhao <huzhao> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 4.2.6 | CC: | cshao, dfediuck, gianluca.cecchi, huzhao, qiyuan, rdlugyhe, sbonazzo, weiwang, yaniwang, ycui, yturgema | |
| Target Milestone: | ovirt-4.3.0 | Keywords: | ZStream | |
| Target Release: | 4.3.0 | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | imgbased-1.1.1 | Doc Type: | Bug Fix | |
| Doc Text: |
Previously, the default ntp.conf file was migrated to chrony even when NTP was disabled, overwriting chrony.conf file with incorrect values. In the current release, ntp.conf is only migrated if NTP is enabled.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1652940 (view as bug list) | Environment: | ||
| Last Closed: | 2019-05-08 12:32:16 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1652940 | |||
|
Description
Germano Veit Michel
2018-10-12 04:16:39 UTC
Can reproduce this issue. Test steps: 1. Install rhvh-4.2.6.1-0.20180907.0 2. Modify /etc/chrony.conf 3. Upgrade Test result: /etc/chrony.conf not persisted This bug is fixed in redhat-virtualization-host-4.3-20181122.0.el7_6. Scenario 1 Test versions: # imgbase layout rhvh-4.1-0.20180425.0 +- rhvh-4.1-0.20180425.0+1 rhvh-4.3.0.0-0.20181122.0 +- rhvh-4.3.0.0-0.20181122.0+1 Test steps: 1. Install rhvh-4.1-0.20180425.0 2. Login rhvh, check chronyd.service is active 3. Change both /etc/chrony.conf (e.g. add server1) and /etc/ntp.conf(e.g. add server2) 4. Upgrade rhvh to rhvh-4.3.0.0-0.20181122.0 5. Check chronyd.service status and /etc/chrony.conf Test results: After step 5, chronyd.service is active, /etc/chrony.conf only persisted the change of /etc/chrony.conf in step 3(add server1). Scenario 2 Test versions: # imgbase layout rhvh-4.0-0.20170307.0 +- rhvh-4.0-0.20170307.0+1 rhvh-4.3.0.0-0.20181122.0 +- rhvh-4.3.0.0-0.20181122.0+1 Test steps: 1. Install rhvh-4.0-0.20170307.0 2. Login rhvh, stop chronyd.service, start ntpd.service 3. Change both /etc/chrony.conf (e.g. add server1) and /etc/ntp.conf(e.g. add server2) 4. Upgrade rhvh to rhvh-4.3.0.0-0.20181122.0 5. Check chronyd.service status and /etc/chrony.conf Test results: After step 5, chronyd.service is active, /etc/chrony.conf only persisted the change of /etc/ntp.conf in step 3(add server2). So this bug is fixed, change the status to 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/RHBA-2019:1053 |