distribution/docs/storage/driver/rados
amitshukla 7840a5bc8f Fix for issue 664: https://github.com/docker/distribution/issues/664
Errors thrown by storage drivers don't have the name of the driver, causing user
confusion about whether the error is coming from Docker or from a storage driver.
This change adds the storage driver name to each error message.

This required changing ErrUnsupportedDriver to a type, leading to code changes
whenever ErrUnsupportedDriver is used.  The tests check whether the driver name
appears in the error message.

Signed-off-by: Amit Shukla <amit.shukla@docker.com>
2015-11-03 11:19:17 -08:00
..
doc.go Ensure that rados is disabled without build tag 2015-06-16 20:00:02 -07:00
rados.go Fix for issue 664: https://github.com/docker/distribution/issues/664 2015-11-03 11:19:17 -08:00
rados_test.go Remove half-baked Storage Driver IPC support 2015-06-29 16:52:12 -07:00