cinder/cinder/volume/drivers/prophetstor
Rick Chen f5217aa63c Modify error code compatible with Mac OS.
Mac OS builtin python errno object has no
attribute 'ENAVAIL'.
Changed
  errno.ENAVAIL --> errno.ENODATA
Another when backend storage service not ready, the
error code "ENAVAIL" change to "ENOPROTOOPT".

Change-Id: I0c41dfe44a4dea02329ff21df881f4c133fe6099
Closes-Bug: 1357010
2014-08-20 12:23:02 +08:00
..
__init__.py Add ProphetStor DPL Storage server volume driver for Cinder 2014-08-12 09:26:25 +08:00
dpl_fc.py Failed to initialize connection 2014-08-20 00:22:36 +08:00
dpl_iscsi.py Failed to initialize connection 2014-08-20 00:22:36 +08:00
dplcommon.py Modify error code compatible with Mac OS. 2014-08-20 12:23:02 +08:00
options.py Add ProphetStor DPL Storage server volume driver for Cinder 2014-08-12 09:26:25 +08:00