bwester / consulfs

ConsulFS is a FUSE distributed filesystem backed by a Consul Key-Value store
Other
73 stars 11 forks source link

Passing additional arguments to fusermount #2

Closed gchiesa closed 8 years ago

gchiesa commented 8 years ago

Hi, how can I pass additional fusermount options using consulfs binary? It supports only -debug flag, correct?

bwester commented 8 years ago

I don't have any way to do that yet, but it seems useful! What are you trying to achieve?

gchiesa commented 8 years ago

I would like to use at least the options like uid, gid, and allow_others when mounting the consulfs.

bwester commented 8 years ago

I've added support for those mount options in commit 60e037c7. Let me know how those work for you.

gchiesa commented 8 years ago

I just tried it out and it works perfectly. Thank you for your prompt feedback.