spacepaste

  1.  
  2. [root@deployer ~]# sudo systemctl status docker
  3. ● docker.service - Docker Application Container Engine
  4. Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled)
  5. Drop-In: /etc/systemd/system/docker.service.d
  6. └─kolla.conf
  7. Active: failed (Result: exit-code) since Tue 2016-08-16 22:22:06 EDT; 10min ago
  8. Docs: https://docs.docker.com
  9. Process: 2685 ExecStart=/usr/bin/dockerd --storage-driver btrfs (code=exited, status=1/FAILURE)
  10. Main PID: 2685 (code=exited, status=1/FAILURE)
  11. Aug 16 22:22:05 deployer.local systemd[1]: Starting Docker Application Container Engine...
  12. Aug 16 22:22:05 deployer.local dockerd[2685]: time="2016-08-16T22:22:05.754409095-04:00" level=info msg="libcontainerd: new containerd process, pid: 2691"
  13. Aug 16 22:22:06 deployer.local dockerd[2685]: time="2016-08-16T22:22:06.759772915-04:00" level=fatal msg="Error starting daemon: error initializing gra...system?)"
  14. Aug 16 22:22:06 deployer.local systemd[1]: docker.service: main process exited, code=exited, status=1/FAILURE
  15. Aug 16 22:22:06 deployer.local systemd[1]: Failed to start Docker Application Container Engine.
  16. Aug 16 22:22:06 deployer.local systemd[1]: Unit docker.service entered failed state.
  17. Aug 16 22:22:06 deployer.local systemd[1]: docker.service failed.
  18. Hint: Some lines were ellipsized, use -l to show in full.
  19.