> On 3 Aug 2018, at 13:46, Tobias Urdin <tobias.urdin at binero.se> wrote: > > Kubernetes: > * Master etcd does not start because /run/etcd does not exist This could be an issue with etcd rpm. With Systemd, /run is an in-memory tmpfs and is wiped on reboots. We’ve come across a similar issue in mariadb rpm on CentOS 7: https://bugzilla.redhat.com/show_bug.cgi?id=1538066 If the etcd rpm only creates /run/etcd during installation, that directory will not survive reboots. The rpm should also drop a file in /usr/lib/tmpfiles.d/etcd.conf with contents similar to d /run/etcd 0755 etcd etcd - - -- Bogdan Katyński freenode: bodgix -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: Message signed with OpenPGP URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20180804/080ab68a/attachment.sig>