Bug 1271048
Summary: | Guest system time drift from host time for about 16 seconds after 7days 15 hours | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Gu Nini <ngu> |
Component: | qemu-kvm-rhev | Assignee: | David Gibson <dgibson> |
Status: | CLOSED CANTFIX | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.2 | CC: | dgibson, hannsj_uhl, knoel, ngu, qzhang, scui, virt-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | ppc64le | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-02-24 05:08:02 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: | 1308609, 1359843 |
Description
Gu Nini
2015-10-13 03:35:35 UTC
Definitely not vital enough for a 7.2 candidate. Moving to 7.3. Is the host running ntpd? Is the guest running ntpd? (In reply to David Gibson from comment #3) > Is the host running ntpd? > > Is the guest running ntpd? I have not set them manually, so they should be the default one on host/guests. On current rhel7.2z host, it's found the service is inactive: [root@ibm-p8-kvm-02-qe ~]# service ntpd status Redirecting to /bin/systemctl status ntpd.service ● ntpd.service - Network Time Service Loaded: loaded (/usr/lib/systemd/system/ntpd.service; disabled; vendor preset: disabled) Active: inactive (dead) [root@ibm-p8-kvm-02-qe ~]# uname -r 3.10.0-327.8.1.el7.ppc64le [root@ibm-p8-kvm-02-qe ~]# rpm -qa|grep qemu-kvm-rhev qemu-kvm-rhev-2.3.0-31.el7_2.5.ppc64le qemu-kvm-rhev-debuginfo-2.3.0-31.el7_2.5.ppc64le While for a rhel7.2z le guest on the host, it's found there is no the service: [root@dhcp70-169 ~]# service ntpd status Redirecting to /bin/systemctl status ntpd.service ● ntpd.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead) [root@dhcp70-169 ~]# uname -r 3.10.0-327.2.1.el7.ppc64le Hmm. I suspect ntpd was running in the host at some point. Without something like NTP actively adjusting the host time, I don't see how it could get out of sync with the guets - they're using the same physical timebase. However, if NTP runs in the host it will adjust the host time and there's no obvious way to communicate those adjustments to the guest. There's not really anything we can do about this. If we confirmed these got out of sync with no NTPD in the host, we might have a real bug. The obvious workaround is to run ntpd in the guests. So, I'm intending to close this as CANTFIX. |