Apr 03 15:23:00 follower systemd[1]: Failed to start etcd (System Application Container).Apr 03 15:23:10 follower systemd[1]: etcd-member.service: Service hold-off time over, scheduling restart.Apr 03 15:23:10 follower systemd[1]: etcd-member.service: Scheduled restart job, restart counter is at 3.Apr 03 15:23:10 follower systemd[1]: Stopped etcd (System Application Container).Apr 03 15:23:10 follower systemd[1]: Starting etcd (System Application Container)...Apr 03 15:23:10 follower etcd-wrapper[1359]: ++ id -u etcdApr 03 15:23:10 follower etcd-wrapper[1359]: + exec /usr/bin/rkt run --uuid-file-save=/var/lib/coreos/etcd-member-wrapper.uuid --trust-keys-from-https --mount volume=coreos-systemd-dir,target=/run/systemd/system --volume core>
core@leader ~ $ netstat -tupln(Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.)Active Internet connections (only servers)Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program nametcp6 0 0 :::22 :::* LISTEN -udp 0 0 192.168.200.30:68 0.0.0.0:* -udp6 0 0 fe80::d294:66ff:fe8:546 :::* -
core@leader ~ $ etcdctl cluster-healthcluster may be unhealthy: failed to list membersError: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: connect: connection refused; error #1: dial tcp 127.0.0.1:2379: connect: connection refused
error #0: dial tcp 127.0.0.1:4001: connect: connection refusederror #1: dial tcp 127.0.0.1:2379: connect: connection refusedcore@leader ~ $ systemctl status etcd-member● etcd-member.service - etcd (System Application Container) Loaded: loaded (/usr/lib/systemd/system/etcd-member.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/etcd-member.service.d └─40-etcd-cluster.conf Active: activating (start) since Wed 2019-04-03 10:01:42 UTC; 46s ago Process: 2681 ExecStartPre=/usr/bin/rkt rm --uuid-file=/var/lib/coreos/etcd-member-wrapper.uuid (code=exited, status=254) Process: 2679 ExecStartPre=/usr/bin/mkdir --parents /var/lib/coreos (code=exited, status=0/SUCCESS) Main PID: 2695 (rkt) Tasks: 18 (limit: 32767) Memory: 36.1M CGroup: /system.slice/etcd-member.service └─2695 /usr/bin/rkt run --uuid-file-save=/var/lib/coreos/etcd-member-wrapper.uuid --trust-keys-from-https --mount volume=coreos-systemd-dir,target=/run/systemd/system --volume coreos-systemd-dir,kind=host,source=>
Apr 03 10:01:42 leader systemd[1]: Starting etcd (System Application Container)...Apr 03 10:01:42 leader etcd-wrapper[2695]: ++ id -u etcdApr 03 10:01:42 leader etcd-wrapper[2695]: + exec /usr/bin/rkt run --uuid-file-save=/var/lib/coreos/etcd-member-wrapper.uuid --trust-keys-from-https --mount volume=coreos-systemd-dir,target=/run/systemd/system --volume core>--
You received this message because you are subscribed to the Google Groups "CoreOS User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to coreos-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to coreo...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Environment="ETCD_LISTEN_CLIENT_URLS=http://0.0.0.0:2379"Environment="ETCD_LISTEN_PEER_URLS=http://0.0.0.0:2380"
Environment="ETCD_INITIAL_CLUSTER=node2=http://node2.sp.swarm:2380,node3=http://node3.sp.swarm:2380"
--
You received this message because you are subscribed to the Google Groups "CoreOS User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to coreos-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
core@leader ~ $ systemctl cat etcd-member# /usr/lib/systemd/system/etcd-member.service[Unit]Description=etcd (System Application Container)Documentation=https://github.com/coreos/etcdWants=network-online.target network.targetAfter=network-online.targetConflicts=etcd.serviceConflicts=etcd2.service
[Service]Type=notifyRestart=on-failureRestartSec=10sTimeoutStartSec=0LimitNOFILE=40000
Environment="ETCD_IMAGE_TAG=v3.3.10"Environment="ETCD_NAME=%m"Environment="ETCD_USER=etcd"Environment="ETCD_DATA_DIR=/var/lib/etcd"Environment="RKT_RUN_ARGS=--uuid-file-save=/var/lib/coreos/etcd-member-wrapper.uuid"
ExecStartPre=/usr/bin/mkdir --parents /var/lib/coreosExecStartPre=-/usr/bin/rkt rm --uuid-file=/var/lib/coreos/etcd-member-wrapper.uuidExecStart=/usr/lib/coreos/etcd-wrapper $ETCD_OPTSExecStop=-/usr/bin/rkt stop --uuid-file=/var/lib/coreos/etcd-member-wrapper.uuid
[Install]WantedBy=multi-user.target
# /etc/systemd/system/etcd-member.service.d/40-etcd-cluster.conf[Service]Environment="ETCD_IMAGE_TAG=v3.3.10"Environment="ETCD_NAME=node2"Environment="ETCD_ADVERTISE_CLIENT_URLS=http://node2.sp.swarm:2379"Environment="ETCD_INITIAL_ADVERTISE_PEER_URLS=http://node2.sp.swarm:2380"Environment="ETCD_LISTEN_CLIENT_URLS=http://0.0.0.0:2379"Environment="ETCD_LISTEN_PEER_URLS=http://0.0.0.0:2380"Environment="ETCD_INITIAL_CLUSTER=node2=http://node2.sp.swarm:2380,node3=http://node3.sp.swarm:2380"Environment="ETCD_STRICT_RECONFIG_CHECK=true"core@follower ~ $ systemctl cat etcd-member# /usr/lib/systemd/system/etcd-member.service[Unit]Description=etcd (System Application Container)Documentation=https://github.com/coreos/etcdWants=network-online.target network.targetAfter=network-online.targetConflicts=etcd.serviceConflicts=etcd2.service
[Service]Type=notifyRestart=on-failureRestartSec=10sTimeoutStartSec=0LimitNOFILE=40000
Environment="ETCD_IMAGE_TAG=v3.3.10"Environment="ETCD_NAME=%m"Environment="ETCD_USER=etcd"Environment="ETCD_DATA_DIR=/var/lib/etcd"Environment="RKT_RUN_ARGS=--uuid-file-save=/var/lib/coreos/etcd-member-wrapper.uuid"
ExecStartPre=/usr/bin/mkdir --parents /var/lib/coreosExecStartPre=-/usr/bin/rkt rm --uuid-file=/var/lib/coreos/etcd-member-wrapper.uuidExecStart=/usr/lib/coreos/etcd-wrapper $ETCD_OPTSExecStop=-/usr/bin/rkt stop --uuid-file=/var/lib/coreos/etcd-member-wrapper.uuid
[Install]WantedBy=multi-user.target
# /etc/systemd/system/etcd-member.service.d/40-etcd-cluster.conf[Service]Environment="ETCD_IMAGE_TAG=v3.3.10"Environment="ETCD_NAME=node3"Environment="ETCD_ADVERTISE_CLIENT_URLS=http://node3.sp.swarm:2379"Environment="ETCD_INITIAL_ADVERTISE_PEER_URLS=http://node3.sp.swarm:2380"Environment="ETCD_LISTEN_CLIENT_URLS=http://0.0.0.0:2379"Environment="ETCD_LISTEN_PEER_URLS=http://0.0.0.0:2380"Environment="ETCD_INITIAL_CLUSTER=node2=http://node2.sp.swarm:2380,node3=http://node3.sp.swarm:2380"Environment="ETCD_STRICT_RECONFIG_CHECK=true"--
You received this message because you are subscribed to the Google Groups "CoreOS User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to coreos-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
core@leader ~ $ sudo netstat -tuplnActive Internet connections (only servers)Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program nametcp6 0 0 :::22 :::* LISTEN 1/systemdudp 0 0 192.168.200.30:68 0.0.0.0:* 1043/systemd-networudp6 0 0 fe80::d294:66ff:fe8:546 :::* 1043/systemd-networEnvironment="ETCD_STRICT_RECONFIG_CHECK=true"Environment="ETCD_INITIAL_CLUSTER_STATE=new"
core@leader ~ $ systemctl status etcd-member● etcd-member.service - etcd (System Application Container) Loaded: loaded (/usr/lib/systemd/system/etcd-member.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/etcd-member.service.d └─40-etcd-cluster.conf Active: activating (start) since Wed 2019-04-03 16:20:49 UTC; 26s ago Process: 2295 ExecStartPre=/usr/bin/rkt rm --uuid-file=/var/lib/coreos/etcd-member-wrapper.uuid (code=exited, status=254) Process: 2292 ExecStartPre=/usr/bin/mkdir --parents /var/lib/coreos (code=exited, status=0/SUCCESS) Main PID: 2307 (rkt) Tasks: 19 (limit: 32767) Memory: 37.1M CGroup: /system.slice/etcd-member.service └─2307 /usr/bin/rkt run --uuid-file-save=/var/lib/coreos/etcd-member-wrapper.uuid --trust-keys-from-https --mount volume=coreos-systemd-dir,target=/run/systemd/system --volume coreos-systemd-dir,kind=host,source=>
Apr 03 16:20:49 leader systemd[1]: Starting etcd (System Application Container)...Apr 03 16:20:49 leader etcd-wrapper[2307]: ++ id -u etcdApr 03 16:20:49 leader etcd-wrapper[2307]: + exec /usr/bin/rkt run --uuid-file-save=/var/lib/coreos/etcd-member-wrapper.uuid --trust-keys-from-https --mount volume=coreos-systemd-dir,target=/run/systemd/system --volume core>lines 1-17/17 (END)
Apr 03 16:20:39 leader systemd[1]: Failed to start etcd (System Application Container).Apr 03 16:20:49 leader systemd[1]: etcd-member.service: Service hold-off time over, scheduling restart.Apr 03 16:20:49 leader systemd[1]: etcd-member.service: Scheduled restart job, restart counter is at 28.Apr 03 16:20:49 leader systemd[1]: Stopped etcd (System Application Container).Apr 03 16:20:49 leader systemd[1]: Starting etcd (System Application Container)...Apr 03 16:20:49 leader etcd-wrapper[2307]: ++ id -u etcdApr 03 16:20:49 leader etcd-wrapper[2307]: + exec /usr/bin/rkt run --uuid-file-save=/var/lib/coreos/etcd-member-wrapper.uuid --trust-keys-from-https --mount volume=coreos-systemd-dir,target=/run/systemd/system --volume core>Apr 03 16:21:49 leader systemd[1]: etcd-member.service: Main process exited, code=exited, status=254/n/aApr 03 16:21:49 leader systemd[1]: etcd-member.service: Failed with result 'exit-code'.Apr 03 16:21:49 leader systemd[1]: Failed to start etcd (System Application Container).Apr 04 09:22:20 leader systemd[1]: Starting etcd (System Application Container)...Apr 04 09:22:20 leader etcd-wrapper[2306]: ++ id -u etcdApr 04 09:22:20 leader etcd-wrapper[2306]: + exec /usr/bin/rkt run --uuid-file-save=/var/lib/coreos/etcd-member-wrapper.uuid --trust-keys-from-https --mount volume=coreos-systemd-dir,target=/run/systemd/system --volume coreos-systemd-dir,kind=host,source=/run/systemd/system,readOnly=true --mount volume=coreos-notify,target=/run/systemd/notify --volume coreos-notify,kind=host,source=/run/systemd/notify --set-env=NOTIFY_SOCKET=/run/systemd/notify --volume coreos-data-dir,kind=host,source=/var/lib/etcd,readOnly=false --volume coreos-etc-ssl-certs,kind=host,source=/etc/ssl/certs,readOnly=true --volume coreos-usr-share-certs,kind=host,source=/usr/share/ca-certificates,readOnly=true --volume coreos-etc-hosts,kind=host,source=/etc/hosts,readOnly=true --volume coreos-etc-resolv,kind=host,source=/etc/resolv.conf,readOnly=true --mount volume=coreos-data-dir,target=/var/lib/etcd --mount volume=coreos-etc-ssl-certs,target=/etc/ssl/certs --mount volume=coreos-usr-share-certs,target=/usr/share/ca-certificates --mount volume=coreos-etc-hosts,target=/etc/hosts --mount volume=coreos-etc-resolv,target=/etc/resolv.conf --inherit-env --stage1-from-dir=stage1-fly.aci quay.io/coreos/etcd:v3.3.10 --user=232 --Apr 04 09:23:21 leader systemd[1]: etcd-member.service: Main process exited, code=exited, status=254/n/aApr 04 09:23:21 leader systemd[1]: etcd-member.service: Failed with result 'exit-code'.Apr 04 09:23:21 leader systemd[1]: Failed to start etcd (System Application Container).Apr 04 09:23:31 leader systemd[1]: etcd-member.service: Service hold-off time over, scheduling restart.Apr 04 09:23:31 leader systemd[1]: etcd-member.service: Scheduled restart job, restart counter is at 29.Apr 04 09:23:31 leader systemd[1]: Stopped etcd (System Application Container).To unsubscribe from this group and stop receiving emails from it, send an email to coreo...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.