-
Notifications
You must be signed in to change notification settings - Fork 553
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
e2e: corrupted mount not attempting to recover. #4633
Comments
There is a change in the IsLikelyNotMountPoint method: kubernetes/mount-utils@v0.29.3...v0.30.2 From the method description, it is clear that IsLikelyNotMountPoint is not suitable for detecting bind mounts: https://github.com/kubernetes/mount-utils/blob/dfd453c575c09ba21aa9f45bf9a9ddb8724c5e0b/mount_linux.go#L498-L513 ceph-csi uses this method for fuse mount recovery to determine if the path is a valid MountPoint or not. ceph-csi/internal/util/util.go Lines 327 to 335 in 202f43c
we need alternative method to be used? |
Probably you can delete this function and call |
may be because of that, they chose |
@iPraveenParihar |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions. |
sorry, I might have missed it in your merged pr, but if indeed we identify a bind mount how do we recover from it? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions. |
@iPraveenParihar Thank you, lets get it merged and we will revisit mount-utils, lets check what is changed in mount-utils release notes.
Originally posted by @Madhu-1 in #4614 (comment)
The text was updated successfully, but these errors were encountered: