Installing NTP in your Ubuntu Server or workstation helps to make sure everything works smoothly especially with systems that depend on time sychronization. One of these is Ceph or Microceph. Let's look at the quick steps to get NTP installed and configured in Ubuntu.
To install the NTP package, run the following command:
sudo apt install ntp -y
sudo nano /etc/ntp.conf
# Use US-based NTP servers from the NTP Pool Project server 0.us.pool.ntp.org iburst server 1.us.pool.ntp.org iburst server 2.us.pool.ntp.org iburst server 3.us.pool.ntp.org iburst
sudo systemctl restart ntp
ntpq -p
