scality / Droplet

Cloud storage client library
http://www.scality.com
Other
54 stars 33 forks source link

Posix Backend: Failures are not mapped properly to droplet status codes #178

Closed Joacchim closed 9 years ago

Joacchim commented 9 years ago

For instance, a failure to read a file will always return DPL_FAILURE if the open failed. There is no smart mapping between errno and DPL statuses, which would actually help quite a bit.