Hi mt,
Yes, you are right. This is not mentioned explicitly in the documentation, but we can confirm it by checking the system time synchronization.
The output shows that the server is synchronized with NTP correctly.
In
chronyc sources -v, the entry marked with
^* shows the NTP server that is currently being used as the main time source. In this case, it is
prod-ntp-3.ntp1.ps5.canonical.com.
root@node:/home/vagrant# chronyc sources -v
.-- Source mode '^' = server, '=' = peer, '#' = local clock.
/ .- Source state '*' = current best, '+' = combined, '-' = not combined,
| / 'x' = may be in error, '~' = too variable, '?' = unusable.
|| .- xxxx [ yyyy ] +/- zzzz
|| Reachability register (octal) -. | xxxx = adjusted offset,
|| Log2(Polling interval) --. | | yyyy = measured offset,
|| \ | | zzzz = estimated error.
|| | | \
MS Name/IP address Stratum Poll Reach LastRx Last sample
===============================================================================
^- prod-ntp-3.ntp4.ps5.cano> 2 6 17 12 +16ms[ +16ms] +/- 107ms
^- prod-ntp-5.ntp4.ps5.cano> 2 6 17 12 +20ms[ +20ms] +/- 109ms
^* prod-ntp-3.ntp1.ps5.cano> 2 6 17 13 -2833us[ -16ms] +/- 103ms
The chronyc tracking output also shows that time synchronization is working properly. The line System time : 0.000047941 seconds fast of NTP time means the server time is only slightly ahead of NTP time, which is normal.
root@node:/home/vagrant# chronyc tracking
Stratum : 3
Ref time (UTC) : Sun Mar 15 07:21:29 2026
System time : 0.000047941 seconds fast of NTP time
Last offset : -0.013018744 seconds
RMS offset : 0.013018744 seconds
Frequency : 0.000 ppm slow
Residual freq : -2868.354 ppm
Skew : 1000000.000 ppm
Root delay : 0.205044389 seconds
Root dispersion : 23.716863632 seconds
Update interval : 0.8 seconds
Leap status : Normal
root@node:/home/vagrant#
Other values in the output also look healthy. The Reference ID shows the active time source, Stratum : 3 is a normal value, and Leap status : Normal indicates that time synchronization is in a good state.
Let me know if you need further assistance on this.