#161: NTP should be enabled by default on Atomic Host -------------------------------+-------------------- Reporter: jberkus | Owner: Type: defect | Status: new Priority: normal | Milestone: Future Component: Docker Host Image | Keywords: -------------------------------+-------------------- The way it is now:
Timesyncd is disabled by default when one deploys atomic host. Without synchronized time, Etcd does not work and you can't build a cluster.
The way it should be:
timesyncd should be enabled out-of-the-box.
#161: NTP should be enabled by default on Atomic Host -------------------------------+--------------------- Reporter: jberkus | Owner: Type: defect | Status: new Priority: normal | Milestone: Future Component: Docker Host Image | Resolution: Keywords: | -------------------------------+---------------------
Comment (by walters):
From 56d268f30c6f479141802f7ad3cfc9806dd47625 Mon Sep 17 00:00:00 2001 From: Colin Walters walters@verbum.org Date: Thu, 16 Jun 2016 09:46:30 -0400 Subject: [PATCH] Enable timesyncd by default
See https://fedorahosted.org/cloud/ticket/161 --- fedora-atomic-docker-host.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker- host.json index 17ea8d2..bdaec49 100644 --- a/fedora-atomic-docker-host.json +++ b/fedora-atomic-docker-host.json @@ -82,5 +82,5 @@
"default_target": "multi-user.target",
- "units": ["docker.service", "cockpit.socket", "docker-storage- setup.service"] + "units": ["docker.service", "cockpit.socket", "docker-storage- setup.service", "systemd-timesyncd.service"] } -- 2.5.5
On Thu, Jun 16, 2016, at 10:13 AM, Fedora Cloud Trac Tickets wrote:
- "units": ["docker.service", "cockpit.socket", "docker-storage-
setup.service"]
- "units": ["docker.service", "cockpit.socket", "docker-storage-
setup.service", "systemd-timesyncd.service"]
BTW see also http://ask.projectatomic.io/en/question/3612/atomic-etcd-and-ntp/ which links to https://lists.fedoraproject.org/pipermail/devel/2015-March/209434.html
On Thu, Jun 16, 2016, at 10:26 AM, Colin Walters wrote:
On Thu, Jun 16, 2016, at 10:13 AM, Fedora Cloud Trac Tickets wrote:
- "units": ["docker.service", "cockpit.socket", "docker-storage-
setup.service"]
- "units": ["docker.service", "cockpit.socket", "docker-storage-
setup.service", "systemd-timesyncd.service"]
BTW see also http://ask.projectatomic.io/en/question/3612/atomic-etcd-and-ntp/ which links to https://lists.fedoraproject.org/pipermail/devel/2015-March/209434.html
So, this was actually a call for patch review. Can someone do so? Thanks!