-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add fuse3 support #493
Add fuse3 support #493
Conversation
Uses fox-it/fusepy3#1 for target-mount. The only thing that doesn't match up is the st_ino, but that was made fuse3 in the first place |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #493 +/- ##
==========================================
+ Coverage 70.82% 73.89% +3.07%
==========================================
Files 273 273
Lines 22576 22663 +87
==========================================
+ Hits 15989 16747 +758
+ Misses 6587 5916 -671
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
4556852
to
f30fc1a
Compare
Also missing a new dependency in |
Yes, we haven't published it yet. So I would not add it as a dependency yet. |
0866017
to
97478ee
Compare
7af1c65
to
06f65ce
Compare
Co-authored-by: Erik Schamper <[email protected]>
Co-authored-by: Erik Schamper <[email protected]>
85c98ea
to
adb802f
Compare
- Use feature flags to enable and disable it. - When using fuse3 the st_ino now uses the dissect st_ino. (Stat information) (DIS-1967)
- Use feature flags to enable and disable it. - When using fuse3 the st_ino now uses the dissect st_ino. (Stat information) (DIS-1967)
(DIS-1967)