mantl / mantl

Mantl is a modern platform for rapidly deploying globally distributed services
http://mantl.io
Apache License 2.0
3k stars 414 forks source link

docker crashes if journald is restarted #1478

Open ryane opened 8 years ago

ryane commented 8 years ago

Our docker install is affected by the bug described in https://bugzilla.redhat.com/show_bug.cgi?id=1300076. If the systemd-journal service is restarted, docker will crash.

Presumably, this would not occur if Docker were built on go 1.6.

Newer Redhat packages include the docker-forward-journald package to work around this problem

langston-barrett commented 8 years ago

Still reproducible:

[centos@mantl-control-03 ~]$ sudo systemctl stop systemd-journald
Warning: Stopping systemd-journald.service, but it can still be activated by:
  systemd-journald.socket
[centos@mantl-control-03 ~]$ sudo systemctl stop systemd-journald.socket
[centos@mantl-control-03 ~]$ sudo docker ps
Cannot connect to the Docker daemon. Is the docker daemon running on this host?