Docker 1.8.2 was limited to 60 second startup and would often fail to initialize loopback storage however docker-1.9.1 shouldn't suffer from that. If you're not using direct-lvm storage for docker then you should investigate moving to that, see https://docs.openshift.org/latest/install_config/install/prerequisites.html#configuring-docker-storage
Either way the logs should indicate why docker failed to start, you just need to go back far enough to find the failure. On Fri, Apr 15, 2016 at 10:40 AM, Den Cowboy <[email protected]> wrote: > Well it said: docker not found etc. it wasn't installed. > I tried it again of empty instances. than it was succesful for my master and > 2 of my nodes, enabling failed for the third one and the process failed. > When I ssh'd to the 3th node docker was running.. Very weird. > Tried a third time, worked for all. Is it dependent of some timeout which > isn't long enough or? > >> Date: Fri, 15 Apr 2016 10:34:24 -0400 >> Subject: Re: openshift ansible playbook 1.1.6 >> From: [email protected] >> To: [email protected] >> CC: [email protected] > >> >> Can you check the logs from docker service to see why it's failing to >> start? >> `journalctl -lu docker` >> >> On Fri, Apr 15, 2016 at 10:01 AM, Den Cowboy <[email protected]> >> wrote: >> > I try to set up a cluster with the ansible script on Centos7. >> > Previous times it went fine, but now it complains: >> > >> > TASK: [docker | enable and start the docker service] >> > ************************** >> > failed: [script-openshift-master-3280c] => {"failed": true} >> > msg: Job for docker.service failed because start of the service was >> > attempted too often. See "systemctl status docker.service" and >> > "journalctl >> > -xe" for details. >> > To force a start use "systemctl reset-failed docker.service" followed by >> > "systemctl start docker.service" again. >> > >> > So it seems that I have to install + enable docker manually on each >> > instance >> > (like necessary on RHEL I think). >> > But this wasn't necessary on Centos7 till 3 days ago or something. >> > >> > I know there were issues with docker versions (older version for origin >> > 1.1.3 etc.) Don't know this is the issue? >> > Do I have to change a variable or parameter to let the script work >> > without >> > manually install docker on each instance? >> > >> > Thanks >> > >> > _______________________________________________ >> > users mailing list >> > [email protected] >> > http://lists.openshift.redhat.com/openshiftmm/listinfo/users >> > _______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
