Created attachment 1110437 [details] screenshot Description of problem: ----------------------- Trying to reboot an atomic host after stopping a running RHGS container has problems due to failure in unmounting /var and /usr. See screenshot attached. Version-Release number of selected component (if applicable): ------------------------------------------------------------- rhgs-server-rhel7:3.1.2-3 How reproducible: ----------------- Frequently Steps to Reproduce: ------------------- 1. Stop a running RHGS container on atomic host. Doing this is impacted by BZ#1293667 every single time, but restarting docker service seems to solve the problem. 2. Remove the stopped container using `docker rm'. 3. Reboot the atomic host. Actual results: --------------- The machine does not come up for a few hours and stays in the state seen in the screenshot. After a couple of hours it comes up. Expected results: ----------------- Rebooting the machine should be smooth.
I believe the reboot delay comes only when there was no 'graceful shutdown' (docker stop) of the container and we fail to do it ( #docker stop ) when the volumes are not mounted inside the container. In short, this is a side effect of 'unsuccessful bind mount' issue which is mentioned @ bz#1293669. Can you please confirm this thought ? If that is the case, it is almost tangent to an expected result.
Issue is still reproducible with steps mentioned in comment #0. Re-assigning BZ.
Verified as fixed in rhgs-server-docker-3.1.2-7 with latest RHEL 7.2 atomic host.