You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: