Jens Kristian Geyti created KUDU-2097:
-----------------------------------------
Summary: Add note about disabling timesyncd
Key: KUDU-2097
URL: https://issues.apache.org/jira/browse/KUDU-2097
Project: Kudu
Issue Type: Improvement
Environment: Ubuntu with both timesyncd and ntp running after a fresh
kudu install
Reporter: Jens Kristian Geyti
Priority: Trivial
As kudu requires and automatically installs ntpd, it would be helpful to have
the ntp troubleshooting document note that the user may to disable timesynd, as
they'll likely conflict if running at the same time.
Symptom:
On ubuntu for example, that would cause `timedatectl status` to return
```
NTP synchronized: no
```
despite `ntpstat` returning
```
...
synchronised to NTP server
...
```
Disabling timesyncd (`systemctl disable systemd-timesyncd`) solves the conflict.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)