-
Notifications
You must be signed in to change notification settings - Fork 959
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 FUSE Recovery #2747
Fix CSI FUSE Recovery #2747
Conversation
Signed-off-by: dongyun.xzh <[email protected]>
Signed-off-by: dongyun.xzh <[email protected]>
Signed-off-by: dongyun.xzh <[email protected]>
Signed-off-by: dongyun.xzh <[email protected]>
SonarCloud Quality Gate failed.
|
Codecov Report
@@ Coverage Diff @@
## master #2747 +/- ##
==========================================
- Coverage 67.55% 67.55% -0.01%
==========================================
Files 382 382
Lines 22042 21992 -50
==========================================
- Hits 14891 14856 -35
+ Misses 5404 5392 -12
+ Partials 1747 1744 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
LGTM |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheyang, zwwhdls The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Ⅰ. Describe what this PR does
Fix CSI FUSE Recovery. More details pls see #2719 .
This PR skip checking FUSE containers' restart and keep check /proc/self/mountinfo to find broken mount points in a loop mannner. This ensures any broken FUSE mount points will be eventually found and recoverd after a short period.
Ⅱ. Does this pull request fix one issue?
fixes #2719
Ⅲ. List the added test cases (unit test/integration test) if any, please explain if no tests are needed.
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews