bbengfort / fluidfs

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

Error handling #53

Open bbengfort opened 7 years ago

bbengfort commented 7 years ago

Make sure all of the FluidFS errors are handled using the fluid.Error type. Search for places where:

Hopefully that will catch all of them.

Make sure that logger.Error calls are replaced with err.Log() as well.