Skip to content
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

cmd/mount: add JFS_MOUNT_TIMEOUT env for adjust check mountpoint timeout #4219

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

zhijian-pro
Copy link
Contributor

@zhijian-pro zhijian-pro commented Nov 30, 2023

close #4206

@zhijian-pro zhijian-pro force-pushed the add-mount-timeout-env branch from 6b30995 to 7b50153 Compare November 30, 2023 05:09
@zhijian-pro zhijian-pro marked this pull request as ready for review November 30, 2023 05:10
Copy link

codecov bot commented Nov 30, 2023

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (e89ecd3) 55.63% compared to head (7b50153) 55.55%.

Files Patch % Lines
cmd/mount_unix.go 33.33% 7 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4219      +/-   ##
==========================================
- Coverage   55.63%   55.55%   -0.08%     
==========================================
  Files         154      153       -1     
  Lines       39517    39420      -97     
==========================================
- Hits        21984    21901      -83     
+ Misses      15075    15066       -9     
+ Partials     2458     2453       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@davies davies merged commit 49e2fed into main Nov 30, 2023
29 of 31 checks passed
@davies davies deleted the add-mount-timeout-env branch November 30, 2023 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Initial mount timeout should be configurable
2 participants