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
I'm playing with bb-clientd and observing that performance doesn't seem great in some cases. From past experience with similar pprof profiles, I wanted to try passing some additional mount options to FUSE to check if they make any difference, but this is currently not possible.
Right now, the configuration offers a way to set AllowOther and DirectMount but nothing else. What do you think about extending this to support other options exposed by FUSE according to fuse.MountOptions? The proto would expose the individual options, or it would simply allow passing a collection of strings via the Options field, as these are passed verbatim to the FUSE mount.
The text was updated successfully, but these errors were encountered:
I'm playing with bb-clientd and observing that performance doesn't seem great in some cases. From past experience with similar pprof profiles, I wanted to try passing some additional mount options to FUSE to check if they make any difference, but this is currently not possible.
Right now, the configuration offers a way to set
AllowOther
andDirectMount
but nothing else. What do you think about extending this to support other options exposed by FUSE according tofuse.MountOptions
? The proto would expose the individual options, or it would simply allow passing a collection of strings via theOptions
field, as these are passed verbatim to the FUSE mount.The text was updated successfully, but these errors were encountered: