-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
- 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 mountdocker 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
sapk and Muscothym
Metadata
Metadata
Assignees
Labels
No labels