-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix(CSI-269): nfsmount mountPoint may be incorrect in certain cases #345
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Sep 27, 2024
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @sergeyberezansky and the rest of your teammates on Graphite |
This was referenced Sep 27, 2024
Graphite Automations"Request reviewers once CI passes" took an action on this PR • (09/27/24)1 reviewer was added to this PR based on Sergey Berezansky's automation. |
sergeyberezansky
force-pushed
the
sergey/delete-nfs-perms-on-fs-delete
branch
from
September 27, 2024 11:50
c0ad603
to
a7995be
Compare
sergeyberezansky
force-pushed
the
sergey/refcount-logic-fix-nfs
branch
from
September 27, 2024 11:51
d052835
to
17b3135
Compare
sergeyberezansky
force-pushed
the
sergey/delete-nfs-perms-on-fs-delete
branch
from
September 27, 2024 12:27
a7995be
to
865370d
Compare
sergeyberezansky
force-pushed
the
sergey/refcount-logic-fix-nfs
branch
from
September 27, 2024 12:27
17b3135
to
7358d79
Compare
Merge activity
|
sergeyberezansky
changed the base branch from
sergey/delete-nfs-perms-on-fs-delete
to
graphite-base/345
September 27, 2024 13:06
sergeyberezansky
force-pushed
the
sergey/refcount-logic-fix-nfs
branch
from
September 27, 2024 13:15
7358d79
to
cf1f59a
Compare
sergeyberezansky
force-pushed
the
sergey/refcount-logic-fix-nfs
branch
from
September 27, 2024 13:17
cf1f59a
to
fe2dd1e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TL;DR
Improved NFS mount handling, error reporting, and refcount management.
What changed?
locateMountIP
method from interfacesHow to test?
Why make this change?
These changes aim to improve the reliability and robustness of NFS mount operations, provide better error handling and reporting, and enhance the overall stability of the CSI driver. The refactored refcount management and mount tracking should lead to more accurate resource management and prevent potential issues with stale mounts.