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

[sshfs_mount] Better logic to determine if mount is active in instance #3286

Merged
merged 3 commits into from
Nov 15, 2023

Conversation

townsend2010
Copy link
Contributor

Fixes #3164

Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #3286 (d4b3102) into main (642f5d9) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #3286      +/-   ##
==========================================
+ Coverage   84.02%   84.04%   +0.01%     
==========================================
  Files         250      250              
  Lines       13462    13467       +5     
==========================================
+ Hits        11312    11318       +6     
+ Misses       2150     2149       -1     
Files Coverage Δ
include/multipass/utils.h 81.63% <ø> (ø)
src/sshfs_mount/sshfs_mount_handler.cpp 90.09% <100.00%> (+0.18%) ⬆️
src/utils/utils.cpp 81.53% <100.00%> (+0.17%) ⬆️

... and 1 file with indirect coverage changes

@townsend2010 townsend2010 force-pushed the fix-unmount-does-not-unmount branch from a5cc9da to d4b3102 Compare November 7, 2023 13:46
Copy link
Contributor

@andrei-toterman andrei-toterman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, @townsend2010! Indeed this seems to fix the issue. Code looks good too.

bors merge

@townsend2010
Copy link
Contributor Author

Passed CI and integration tests. Will merge.

@townsend2010 townsend2010 merged commit a6d546b into main Nov 15, 2023
23 checks passed
@townsend2010 townsend2010 deleted the fix-unmount-does-not-unmount branch November 15, 2023 17:45
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.

multipass umount not unmounting in instance
2 participants