• Jan Pazdziora's avatar
    Allow unmounting bind-mounted directories. · 6b7d4b79
    Jan Pazdziora authored
    For bind-mounted directories, the isNotMounted which calls
    IsLikelyNotMountPoint fails because the filesystem of the mounted
    location and the parent directory are the same.
    
    Addressing:
    unmounter.go:59] Warning: Path: /path/.../test-dir already unmounted
    6b7d4b79
unmounter.go 1.85 KB