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

Switch to using fuse3 instead of fuse2 #379

Merged
merged 3 commits into from
Jan 22, 2024
Merged

Switch to using fuse3 instead of fuse2 #379

merged 3 commits into from
Jan 22, 2024

Conversation

jstaf
Copy link
Owner

@jstaf jstaf commented Jan 14, 2024

We don't actually use fuse for the filesystem (it uses go-fuse), it's used pretty much exclusively by the systemd service to unmount the filesystem if the filesystem exits uncleanly or to force an unmount. This switches all references of fuse2 to fuse3.

@jstaf jstaf mentioned this pull request Jan 14, 2024
@foopsss
Copy link
Contributor

foopsss commented Jan 22, 2024

Is moby/sys supposed to be a new dependency? I mean, like the ones declared in go.mod.

@jstaf
Copy link
Owner Author

jstaf commented Jan 22, 2024

Yeah looks like it's used by go-fuse https://github.com/hanwen/go-fuse/blob/cbb13ba8d29c65dd5661be449c56563edcb7f5a1/go.mod

@jstaf jstaf merged commit de0e0dd into master Jan 22, 2024
8 of 9 checks passed
@jstaf jstaf deleted the fuse3 branch January 22, 2024 22:50
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.

2 participants