bwester / consulfs

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

Mount subpath in consul #5

Closed Alars-ALIT closed 8 years ago

Alars-ALIT commented 8 years ago

A nice feature would be to be able to mount a subpath in consul. We use consul for many roles, and file storage is just one of them. It seems unnecessary to expose the whole K/V store for all clients.

bwester commented 8 years ago

That does seem very useful. Thanks for the suggestion!

bwester commented 8 years ago

I just pushed a new -root option for consulfs that will allow you to specify the Consul subpath that you want to mount as the filesystem root. Please re-open this ticket if you find any bugs.