-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Cache mounts on the host #49793
Comments
cc @kubernetes/sig-storage-feature-requests |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
/lifecycle frozen More areas of the code are using the fully iterative mount check, so this will become more important as we start to scale the number of mounts allowed on a single system. |
hi, @msau42 I'm going to work on this. |
/assign @cofyc |
@msau42: GitHub didn't allow me to assign the following users: cofyc. Note that only kubernetes members and repo collaborators can be assigned. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is this a BUG REPORT or FEATURE REQUEST?:
/kind feature
/sig storage
What happened:
In #48402 a new mount check was added to handle the case of bind mounts on directories (and not actual mount points). The new check has to iterate through all the mounts on the system, which could be time-consuming if there are many mounts. It may be worth looking into caching the mounts to optimize this check.
The text was updated successfully, but these errors were encountered: