Skip to content

Instantly share code, notes, and snippets.

@CaptTofu
Created August 14, 2015 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CaptTofu/9788f487bbd6c66f0cef to your computer and use it in GitHub Desktop.
Save CaptTofu/9788f487bbd6c66f0cef to your computer and use it in GitHub Desktop.
Aug 13 17:34:07 dod-west-1 etcd[21134]: setting maximum number of CPUs to 1, total number of available CPUs is 2
Aug 13 17:34:07 dod-west-1 etcd[21134]: listening for peers on http://10.0.0.95:2380
Aug 13 17:34:07 dod-west-1 etcd[21134]: listening for client requests on http://0.0.0.0:2379
Aug 13 17:34:07 dod-west-1 etcd[21134]: listening for client requests on http://0.0.0.0:4001
Aug 13 17:34:07 dod-west-1 etcd[21134]: stopping listening for client requests on http://0.0.0.0:4001
Aug 13 17:34:07 dod-west-1 etcd[21134]: stopping listening for client requests on http://0.0.0.0:2379
Aug 13 17:34:07 dod-west-1 etcd[21134]: stopping listening for peers on http://10.0.0.95:2380
Aug 13 17:34:07 dod-west-1 etcd[21134]: couldn't find local name "dod-west-1" in the initial cluster configuration
Aug 13 17:34:07 dod-west-1 systemd[1]: etcd2.service: main process exited, code=exited, status=1/FAILURE
Aug 13 17:34:07 dod-west-1 systemd[1]: Unit etcd2.service entered failed state.
Aug 13 17:34:07 dod-west-1 systemd[1]: etcd2.service failed.
ExecStart=/srv/etcd2-src/bin/etcd \
-name %H \
-data-dir machines/%m \
-initial-advertise-peer-urls http://10.0.0.95:2380 \
-listen-peer-urls http://10.0.0.95:2380 \
-listen-client-urls http://0.0.0.0:2379,http://0.0.0.0:4001 \
-advertise-client-urls http://10.0.0.95:2379 \
-initial-cluster-token dod-west \
capttofu [4:52 PM]
running in /srv/etcd2-src is compiled from the 2.1 branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment