Discussion:
[Libstoragemgmt-devel] [PATCH 0/4] New error: IS_MASKED
Gris Ge
2014-08-21 10:19:43 UTC
Permalink
Please check comments in patches.

Thank you for your time on reviewing this patch set.

Patch set is based on:
'[PATCH 1/4] ontap.py: Remove the 'hidden' NetApp Volume (lun container)'
'Clean up system status constants'

Gris Ge (4):
Replace NO_MAPPING with NO_STATE_CHANGE
C library: Add new error: LSM_ERR_IS_MASKED
Python library: Add new error: lsm.ErrorNumber.IS_MASKED
Plugins: Handle lsm.ErrorNumber.IS_MASKED

.../include/libstoragemgmt/libstoragemgmt_error.h | 3 ++-
c_binding/lsm_plugin_ipc.cpp | 2 +-
plugin/nstor/nstor.py | 6 ++---
plugin/ontap/na.py | 3 +++
plugin/ontap/ontap.py | 26 +++++++++++--------
plugin/sim/simarray.py | 15 +++++++++--
plugin/simc/simc_lsmplugin.c | 2 +-
plugin/targetd/targetd.py | 29 +++++++++++++++++++---
python_binding/lsm/_common.py | 4 ++-
9 files changed, 67 insertions(+), 23 deletions(-)
--
2.1.0
Loading...