- Plugin version (or commit ref) : v1.01
- Docker version : 18.03
- Plugin type : legacy
- Operating system: Linux
Description
- Create the volume
- Create a container that uses the volume
- stop the container
umount the glusterfs mount
docker volume rm fails with error code 32 in the logs because the mount point does not exist.
The scenario happens as well when you reboot the cluster.
I think a quick fix would be to check if there is a mount before doing a umount when doing an rm
rm -f still works though
Description
umountthe glusterfs mountdocker volume rmfails with error code 32 in the logs because the mount point does not exist.The scenario happens as well when you reboot the cluster.
I think a quick fix would be to check if there is a mount before doing a
umountwhen doing anrmrm -fstill works though