Re: [libvirt] [PATCH] libvirt-guests: wait for ntp service

2014-09-23 Thread Martin Kletzander
On Mon, Sep 22, 2014 at 04:50:33PM -0600, Jim Fehlig wrote: Michal Privoznik wrote: On 20.09.2014 01:36, Jim Fehlig wrote: Martin Kletzander wrote: Unfortunately I'm not very familiar with systemd files, but my guess is that After=ntp-wait.service means it should be started after the time is

Re: [libvirt] [PATCH] libvirt-guests: wait for ntp service

2014-09-23 Thread Michal Privoznik
On 23.09.2014 08:06, Martin Kletzander wrote: On Mon, Sep 22, 2014 at 04:50:33PM -0600, Jim Fehlig wrote: Michal Privoznik wrote: On 20.09.2014 01:36, Jim Fehlig wrote: Martin Kletzander wrote: Unfortunately I'm not very familiar with systemd files, but my guess is that

Re: [libvirt] [PATCH] libvirt-guests: wait for ntp service

2014-09-23 Thread Jim Fehlig
Martin Kletzander wrote: On Mon, Sep 22, 2014 at 04:50:33PM -0600, Jim Fehlig wrote: Michal Privoznik wrote: On 20.09.2014 01:36, Jim Fehlig wrote: Martin Kletzander wrote: Unfortunately I'm not very familiar with systemd files, but my guess is that After=ntp-wait.service means it should be

Re: [libvirt] [PATCH] libvirt-guests: wait for ntp service

2014-09-23 Thread Jim Fehlig
Michal Privoznik wrote: On 23.09.2014 08:06, Martin Kletzander wrote: On Mon, Sep 22, 2014 at 04:50:33PM -0600, Jim Fehlig wrote: Michal Privoznik wrote: On 20.09.2014 01:36, Jim Fehlig wrote: Martin Kletzander wrote: Unfortunately I'm not very familiar with systemd files, but my guess is

Re: [libvirt] [PATCH] libvirt-guests: wait for ntp service

2014-09-22 Thread Jim Fehlig
Michal Privoznik wrote: On 20.09.2014 01:36, Jim Fehlig wrote: Martin Kletzander wrote: On Fri, Sep 19, 2014 at 02:37:12PM -0600, Jim Fehlig wrote: Michal Privoznik wrote: On 08.09.2014 18:30, Jim Fehlig wrote: If an NTP server is configured on the host, it is possible for libvirt-guests to

Re: [libvirt] [PATCH] libvirt-guests: wait for ntp service

2014-09-21 Thread Martin Kletzander
On Sat, Sep 20, 2014 at 10:09:40AM +0200, Michal Privoznik wrote: On 20.09.2014 01:36, Jim Fehlig wrote: Martin Kletzander wrote: On Fri, Sep 19, 2014 at 02:37:12PM -0600, Jim Fehlig wrote: Michal Privoznik wrote: On 08.09.2014 18:30, Jim Fehlig wrote: If an NTP server is configured on the

Re: [libvirt] [PATCH] libvirt-guests: wait for ntp service

2014-09-20 Thread Michal Privoznik
On 20.09.2014 01:36, Jim Fehlig wrote: Martin Kletzander wrote: On Fri, Sep 19, 2014 at 02:37:12PM -0600, Jim Fehlig wrote: Michal Privoznik wrote: On 08.09.2014 18:30, Jim Fehlig wrote: If an NTP server is configured on the host, it is possible for libvirt-guests to start before the NTP

Re: [libvirt] [PATCH] libvirt-guests: wait for ntp service

2014-09-19 Thread Jim Fehlig
Michal Privoznik wrote: On 08.09.2014 18:30, Jim Fehlig wrote: If an NTP server is configured on the host, it is possible for libvirt-guests to start before the NTP service, in which case guest clocks won't be synchronized to the host clock. Add ntp-wait.service to After in libvirt-guests

Re: [libvirt] [PATCH] libvirt-guests: wait for ntp service

2014-09-19 Thread Martin Kletzander
On Fri, Sep 19, 2014 at 02:37:12PM -0600, Jim Fehlig wrote: Michal Privoznik wrote: On 08.09.2014 18:30, Jim Fehlig wrote: If an NTP server is configured on the host, it is possible for libvirt-guests to start before the NTP service, in which case guest clocks won't be synchronized to the host

Re: [libvirt] [PATCH] libvirt-guests: wait for ntp service

2014-09-19 Thread Jim Fehlig
Martin Kletzander wrote: On Fri, Sep 19, 2014 at 02:37:12PM -0600, Jim Fehlig wrote: Michal Privoznik wrote: On 08.09.2014 18:30, Jim Fehlig wrote: If an NTP server is configured on the host, it is possible for libvirt-guests to start before the NTP service, in which case guest clocks won't

Re: [libvirt] [PATCH] libvirt-guests: wait for ntp service

2014-09-18 Thread Jim Fehlig
Any comments on this change? Regards, Jim Jim Fehlig wrote: If an NTP server is configured on the host, it is possible for libvirt-guests to start before the NTP service, in which case guest clocks won't be synchronized to the host clock. Add ntp-wait.service to After in libvirt-guests

[libvirt] [PATCH] libvirt-guests: wait for ntp service

2014-09-08 Thread Jim Fehlig
If an NTP server is configured on the host, it is possible for libvirt-guests to start before the NTP service, in which case guest clocks won't be synchronized to the host clock. Add ntp-wait.service to After in libvirt-guests systemd service file, ensuring NTP has synchronized the host clock