Andreas Vöst
1 month
Marc Dierig
4 months
Claus-Theodor Riegg
7 years
Claus-Theodor Riegg
6 years
Claus-Theodor Riegg
4 years
Andreas Vöst
8 months

Fix timedrifts after VM live migration

Posted Over 3 years ago. Visible to the public.

After performing a live migration of a VM you may encounter issues with the clock of the migrated VM. The time drifts fairly fast in the future or the past and ntpd doesn't seem to be able sync the time.

A bit of testing showed that the problem disappeared when we replaced openntpd with chrony. So it seems to be a openntpd issue probably.

To fix the issue on Ubuntu:

  1. sudo apt-get purge openntpd

  2. sudo rm /var/lib/openntpd/db/ntpd.drift

  3. reinstall openntpd and deploy the config again. In the makandra setup this is done by puppet.

Claus-Theodor Riegg
Last edit
Over 3 years ago
Claus-Theodor Riegg
License
Source code in this card is licensed under the MIT License.