bbengfort / fluidfs

A highly consistent distributed filesystem built with FUSE
http://www.fluidfs.com
MIT License
1 stars 0 forks source link

mount and umount commands #39

Open bbengfort opened 7 years ago

bbengfort commented 7 years ago

Create mount and umount commands that allow for a RESTful API.

Here's the deal, right now we just have a hacked together mount command on the CLI just to get things going. However, what we really want is mount and umount commands.

The MountHandler should be a RESTful endpoint:

That way this command is usable from the Web API as well.