Created
February 12, 2015 17:23
-
-
Save mcallaway/8d10ff88c6aa0e234edb to your computer and use it in GitHub Desktop.
etcd failing to come back up after reboot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Feb 12 16:12:49 apipe-deis1.gsc.wustl.edu systemd[1]: Started etcd. | |
| Feb 12 16:12:49 apipe-deis1.gsc.wustl.edu etcd[1373]: [etcd] Feb 12 16:12:49.123 INFO | Discovery via https://discovery.etcd.io using prefix /62775a30e41136ff07cb712c310ba30d. | |
| Feb 12 16:12:49 apipe-deis1.gsc.wustl.edu etcd[1373]: [etcd] Feb 12 16:12:49.509 INFO | Discovery found peers [http://10.0.28.53:7001 http://10.0.28.57:7001 http://10.0.28.54:7001 http://10.0.28.55:7001 http://10.0.28.57:7001 http://10.0.28.54:7001 http://10.0.28.55:7001 http://10.0.28.56:7001 http://10.0.28.55:7001 http://10.0.28.56:7001 http://10.0.28.57:7001 http://10.0.28.53:7001 http://10.0.28.54:7001 http://10.0.28.56:7001] | |
| Feb 12 16:12:49 apipe-deis1.gsc.wustl.edu etcd[1373]: [etcd] Feb 12 16:12:49.509 INFO | Discovery fetched back peer list: [10.0.28.53:7001 10.0.28.57:7001 10.0.28.54:7001 10.0.28.55:7001 10.0.28.57:7001 10.0.28.54:7001 10.0.28.55:7001 10.0.28.56:7001 10.0.28.55:7001 10.0.28.56:7001 10.0.28.57:7001 10.0.28.53:7001 10.0.28.54:7001 10.0.28.56:7001] | |
| Feb 12 16:12:49 apipe-deis1.gsc.wustl.edu etcd[1373]: [etcd] Feb 12 16:12:49.510 INFO | 3c6089713e41469a883c06e79f54b31d attempted to join via 10.0.28.53:7001 failed: fail checking join version: Client Internal Error (Get http://10.0.28.53:7001/version: dial tcp 10.0.28.53:7001: connection refused) | |
| Feb 12 16:12:49 apipe-deis1.gsc.wustl.edu etcd[1373]: [etcd] Feb 12 16:12:49.510 INFO | 3c6089713e41469a883c06e79f54b31d attempted to join via 10.0.28.57:7001 failed: fail checking join version: Client Internal Error (Get http://10.0.28.57:7001/version: dial tcp 10.0.28.57:7001: connection refused) | |
| Feb 12 16:12:49 apipe-deis1.gsc.wustl.edu etcd[1373]: [etcd] Feb 12 16:12:49.511 INFO | 3c6089713e41469a883c06e79f54b31d attempted to join via 10.0.28.54:7001 failed: fail checking join version: Client Internal Error (Get http://10.0.28.54:7001/version: dial tcp 10.0.28.54:7001: connection refused) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment