The mountpoint check was failing in the case of ENOTCONN, causing us to
wrongly believe the directory was not mounted. This removes that check
and always tries to unmount. This should fix the last piece of mounted
volumes causing pods to get stuck terminating.
The mountpoint check was failing in the case of ENOTCONN, causing us to wrongly believe the directory was not mounted. This removes that check and always tries to unmount. This should fix the last piece of mounted volumes causing pods to get stuck terminating.
Fixes #34