I see a lot of these:
[> apply.sh:8] curl -f http://localhost:8111/v1/reload
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0curl: (7) Failed to connect to localhost port 8111: Connection refused
[apply.sh:9] echo Failed to reload ipsec config
[edit]
Also, on the host not usable for now there’s a bunch of these processes suggesting networking issues:
root 25300 0.0 0.0 6568 740 ? D 04:58 0:00 ip xfrm state add src 1.1.1.1 dst 1.1.1.1 spi 42 proto esp mode tunnel aead
root 25713 0.0 0.0 17980 2852 ? S 04:59 0:00 /bin/bash /etc/init.d/rancher-net start
[/edit]
Now, what do I try next? I have two hosts that are currently out of order. I’ve removed them from rancher, removed /var/lib/rancher and added them again to no avail.
[edit 2]
The course was a kernel upgrade to 4.2.0-whatever for other reasons. The XFRM kernel module crashed and disabled ipsec networking. Now why a newer kernel should be worse off is the next question.
[/edit 2]