Bug 1903777
Summary: | chronyd is disabled after upgrading RHV-H 4.4.2 -> 4.4.3 | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | amashah |
Component: | imgbased | Assignee: | Asaf Rachmani <arachman> |
Status: | CLOSED ERRATA | QA Contact: | peyu |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.4.3 | CC: | arachman, cshao, dfediuck, emarcus, lsurette, lsvaty, matteo.panella, mavital, patrizio.bassi, peyu, sacpatil, sbonazzo, shlei, weiwang, yaniwang, ycui |
Target Milestone: | ovirt-4.4.4-2 | Keywords: | Regression |
Target Release: | 4.4.4 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | imgbased-1.2.15 | Doc Type: | Bug Fix |
Doc Text: |
Previously, the chronyd symlink was removed during the upgrade process. As a result, the chronyd service was disabled following the upgrade.
In this release, the chronyd service is enabled after upgrade.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2021-03-23 18:51:42 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: | 1916659 |
Description
amashah
2020-12-02 18:38:15 UTC
reducing severity to high since you can still re-enable chronyd. Asaf can you please check why this service is being disabled on uprgade? QE reproduced this issue. Test Steps: 1. Install RHVH-4.4-20200930.0-RHVH-x86_64-dvd1.iso 2. Check the chronyd service status # systemctl status chronyd 3. Set up local repo and point to "redhat-virtualization-host-4.4.3-20201116.0.el8_3" 4. Add host to RHVM 5. Upgrade the host via RHVM 6. Check the chronyd service status again after upgrade Test results: chronyd.service is inactive. ~~~~~~ # systemctl status chronyd ● chronyd.service - NTP client/server Loaded: loaded (/usr/lib/systemd/system/chronyd.service; disabled; vendor preset: disabled) Active: inactive (dead) Docs: man:chronyd(8) man:chrony.conf(5) ~~~~~~ This issue does not occur, when upgrading RHVH from “redhat-virtualization-host-4.4.3-20201116.0.el8_3” to the latest "redhat-virtualization-host-4.4.3-20201210.0.el8_3". Pending New Build QE verified this issue on "redhat-virtualization-host-4.4.4-20210307.0.el8_3". Test Steps: 1. Install RHVH-4.4-20210202.0-RHVH-x86_64-dvd1.iso 2. Check the chronyd service status # systemctl status chronyd 3. Set up local repo and point to "redhat-virtualization-host-4.4.4-20210307.0.el8_3" 4. Add host to RHVM 5. Upgrade the host via RHVM 6. Check the chronyd service status again after upgrade Test results: After upgrade, chronyd.service is active. ~~~~~~ # imgbase w You are on rhvh-4.4.4.2-0.20210307.0+1 # imgbase layout rhvh-4.4.4.1-0.20210201.0 +- rhvh-4.4.4.1-0.20210201.0+1 rhvh-4.4.4.2-0.20210307.0 +- rhvh-4.4.4.2-0.20210307.0+1 # systemctl status chronyd ● chronyd.service - NTP client/server Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled; vendor preset: disabled) Active: active (running) since Tue 2021-03-09 00:02:46 EST; 8min ago Docs: man:chronyd(8) man:chrony.conf(5) Process: 1766 ExecStartPost=/usr/libexec/chrony-helper update-daemon (code=exited, status=0/SUCCESS) Process: 1736 ExecStart=/usr/sbin/chronyd $OPTIONS (code=exited, status=0/SUCCESS) Main PID: 1751 (chronyd) Tasks: 1 (limit: 203464) Memory: 5.7M CGroup: /system.slice/chronyd.service └─1751 /usr/sbin/chronyd Mar 09 00:02:45 localhost.localdomain chronyd[1751]: Using right/UTC timezone to obtain leap second data Mar 09 00:02:46 localhost.localdomain systemd[1]: Started NTP client/server. Mar 09 00:02:51 localhost.localdomain chronyd[1751]: Source 10.66.127.10 offline Mar 09 00:02:51 localhost.localdomain chronyd[1751]: Source 134.226.81.3 offline Mar 09 00:02:51 localhost.localdomain chronyd[1751]: Source 10.5.26.10 offline Mar 09 00:02:58 dell-per730-35.lab.eng.pek2.redhat.com chronyd[1751]: Source 10.66.127.10 online Mar 09 00:02:58 dell-per730-35.lab.eng.pek2.redhat.com chronyd[1751]: Source 134.226.81.3 online Mar 09 00:02:58 dell-per730-35.lab.eng.pek2.redhat.com chronyd[1751]: Source 10.5.26.10 online Mar 09 00:03:04 dell-per730-35.lab.eng.pek2.redhat.com chronyd[1751]: Selected source 10.5.26.10 Mar 09 00:03:04 dell-per730-35.lab.eng.pek2.redhat.com chronyd[1751]: System clock TAI offset set to 37 seconds ~~~~~~ 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 (Moderate: Red Hat Virtualization Host security, bug fix and enhancement update (4.4.4-2)), 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/RHSA-2021:0976 |