dustymabe reported a new issue against the project: `atomic-wg` that you are following: `` Started the CentOS Atomic Host vagrant box I have lying around on my system. It was the `7.1711` version. It starts fine but after I upgrade docker service doesn't come up. I see two issues:
- docker-storage-setup fails
``` -bash-4.2# systemctl status docker-storage-setup -o cat | tee ● docker-storage-setup.service - Docker Storage Setup Loaded: loaded (/usr/lib/systemd/system/docker-storage-setup.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Wed 2018-05-16 01:30:26 UTC; 10min ago Process: 719 ExecStart=/usr/bin/container-storage-setup (code=exited, status=1/FAILURE) Main PID: 719 (code=exited, status=1/FAILURE)
Starting Docker Storage Setup... ERROR: Storage is already configured with devicemapper driver. Can't configure it with overlay2 driver. To override, remove /etc/sysconfig/docker-storage and retry. docker-storage-setup.service: main process exited, code=exited, status=1/FAILURE Failed to start Docker Storage Setup. Unit docker-storage-setup.service entered failed state. docker-storage-setup.service failed. ```
- docker service itself doesn't come up
``` -bash-4.2# systemctl status docker -o cat | tee ● docker.service - Docker Application Container Engine Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled) Drop-In: /usr/lib/systemd/system/docker.service.d └─flannel.conf Active: failed (Result: exit-code) since Wed 2018-05-16 01:30:27 UTC; 9min ago Docs: http://docs.docker.com Process: 795 ExecStart=/usr/bin/dockerd-current --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --exec-opt native.cgroupdriver=systemd --userland-proxy-path=/usr/libexec/docker/docker-proxy-current --seccomp-profile=/etc/docker/seccomp.json $OPTIONS $DOCKER_STORAGE_OPTIONS $DOCKER_NETWORK_OPTIONS $ADD_REGISTRY $BLOCK_REGISTRY $INSECURE_REGISTRY $REGISTRIES (code=exited, status=1/FAILURE) Main PID: 795 (code=exited, status=1/FAILURE)
Starting Docker Application Container Engine... time="2018-05-16T01:30:26.496375725Z" level=warning msg="could not change group /var/run/docker.sock to docker: group docker not found" time="2018-05-16T01:30:26.499243981Z" level=info msg="libcontainerd: new containerd process, pid: 925" Error starting daemon: error initializing graphdriver: devicemapper: Non existing device atomicos-docker--pool docker.service: main process exited, code=exited, status=1/FAILURE Failed to start Docker Application Container Engine. Unit docker.service entered failed state. docker.service failed. ```
We probably need to address these issues. ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/498