Skip to content

Support for FUSE passthrough #1613

@martingms

Description

@martingms

Tell us more about this new feature.

Hi, first of all thanks for all the work on this project!

We're evaluating using mountpoint-s3 on our ML training nodes. We have a lot more data than we have room for on a single node, but we often read the same data multiple times on the same node, so the cache feature could be very useful.

We are, as expected from a FUSE filesystem, seeing quite bad performance on reads from cached files, however.

It seems like implementing support for FUSE passthrough could help alleviate this somewhat, is this feasible/something you've evaluated for mountpoint-s3?

Similarly, it would be very nice to be able to passthrough writes, and only write to S3 on close(2), for example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions