-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mountinfo.Mounted: incorrect results for some corner cases #88
Comments
Actually, issue c should be also fixed if we are sure that the path is no longer a symlink (In that case, |
@mkimuram right :) somehow I missed it yesterday. I am adding more test cases, as well as fixes. |
I was looking if we should do a new release of the modules in this repository; let me wait until this one is addressed 👍 (from your comment, I gather you're working on this, @kolyshkin ?) |
@thaJeztah yes, I want to release mountinfo 0.5.0 once all this is merged. PTAL #89, #90. |
As reported by @mkimuram here: kubernetes/kubernetes#105833 (comment)
Obviously, issues a and b can be fixed by using
filepath.EvalSymlinks
(and in view of that part of #86 might need to be reverted).Not sure what to do with issue c for now...
The text was updated successfully, but these errors were encountered: