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

chore: de-duplicate fuse mounting/unmounting code #2025

Closed
dtrudg opened this issue Aug 11, 2023 · 0 comments · Fixed by #2199
Closed

chore: de-duplicate fuse mounting/unmounting code #2025

dtrudg opened this issue Aug 11, 2023 · 0 comments · Fixed by #2199
Assignees
Labels

Comments

@dtrudg
Copy link
Member

dtrudg commented Aug 11, 2023

Type of issue

technical debt

Description of issue

Following work on the OCI mode, we now have internal/pkg/util/fs/fuse as a place for FUSE mount/unmount related code.

We are performing FUSE mounts in various other places, using different code.

We should expand internal/pkg/util/fs/fuse so that it can be used to replace other FUSE mount/unmount code, to reduce the number of unique places that may need to be examined given any FUSE mount bugs / maintenance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants