Description of problem: After 7 days and 15 hours, it's found guest system time drift is about 16 seconds from host system time, while the guest hwclock is accordant with host system time and the drift is within 1 second. Version-Release number of selected component (if applicable): Host kernel: 3.10.0-318.el7.ppc64le Guest kernel: 3.10.0-316.el7.ppc64le Qemu-kvm-rhev: qemu-kvm-rhev-2.3.0-26.el7.ppc64le How reproducible: 100% Steps to Reproduce: 1. Sync the system time in host with following command: # ntpdate clock.redhat.com 2. Start 2 guests with '-rtc base=utc,clock=host' and '-rtc base=utc,clock=vm' respectively 3. Sync the system time in both guests as step 1 do. 4. Leave all system running there 5. After 7days 15 hours, check system time drift in the host and both guests with following command: # ntpdate -q clock.redhat.com Check system time and hwclock in the host and both guests with following command: # date # hwclock Actual results: In step5, system time drifts of the 2 guests are both about 16 seconds, while that of the host is within 1 second(I remembered it's only 0.00# seconds); guests hwclock is accordant with host system time, i.e. the drift is within 1 second. Expected results: Guest system time dirfts should not be so large. Additional info:
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.