Docker ctl
script isn't compatible with overlay2 installations
#125
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The docker ctl script attempts to umount
overlay
mounts but notoverlay2
mounts.I also see with the latest version that a new mount is created by docker at
/var/vcap/store/docker/docker
this needs to be umount as well.If you deploy with a persistent volumes in AWS. When you don't umount the
/var/vcap/store/docker/docker
as part of the shutdown. BOSH will attempt to umount the device but since there are two mounts only one will be removed. This causes therecreate
to fail.The text was updated successfully, but these errors were encountered: