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

Allow passing arbitrary options to fusermount #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jmmv
Copy link

@jmmv jmmv commented Mar 22, 2023

Extend the FUSE mount options to support passing a collection of textual options that are directly passed to fusermount.

Fixes buildbarn/bb-clientd#6.

Extend the FUSE mount options to support passing a collection of textual
options that are directly passed to fusermount.

Fixes buildbarn/bb-clientd#6.
@@ -133,6 +133,9 @@ message FUSEMountConfiguration {
//
// Recommended value: unset
map<string, string> linux_backing_dev_info_tunables = 9;

// List of options to pass directly to fusermount.
repeated string options = 10;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we describe what the semantics of this option are if direct_mount is used? Because then we don’t use fusermount, right?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also make sure to refer to man pages that people can use to get a full list of options that can be provided.

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.

Expose arbitrary FUSE mount options
2 participants