accre / lstore

LStore - A fault-tolerant, performant distributed data storage framework.
http://www.lstore.org
Apache License 2.0
4 stars 5 forks source link

properly report full filsystem errors #183

Open PerilousApricot opened 5 years ago

PerilousApricot commented 5 years ago

When lstore fills up, writes/closes on a full filesystem returns a generic error code, when something like ENOSPACE would be more appropriate.

In addition, the FUSE interface fails silently and returns no errors at all.