Gris Ge
2014-10-09 07:28:32 UTC
* Remove smis_constants.py by moving its constants to:
1. dmtf.py: DMTF CIM/WBEM constants
2. smis_common.py: SNIA constants, plugin internal constants and misc.
This patch set is based on these patchset:
[PATCH 0/7] SMI-S plugin refactor (squashed commits)
[PATCH 1/4] Fix mem leaks in lsm_daemon.c, simc_lsmplugin.c
Gris Ge (15):
SMI-S Plugin: Move job state constants to dmtf.py
SMI-S Plugin: Replace JOB_XX with dmtf.OP_STATUS_XXX
SMI-S Plugin: Move InvokeMethod() return code to SmisCommon
SMI-S Plugin: Remove unused method: _get_supported_sync_and_mode()
SMI-S Plugin: Move cim_vol VPD83 constants to dmtf.py
SMI-S Plugin: Move JOB_RETRIEVE_XXX into SmisCommon
SMI-S Plugin: Move WBEM port number constants to SmisCommon
SMI-S Plugin: Fix Capabilities.VOLUME_REPLICATE
SMI-S Plugin: Remove smis_constants.RepSvc class
SMI-S Plugin: Remove smis_constants.CopyStates class
SMI-S Plugin: Move smis_constants.CopyTypes to dmtf.py
SMI-S Plugin: Remove smis_constants.Synchronized class
SMI-S Plugin: Remove unused constants of smis_constants.py
SMI-S Plugin: Replace smis_constants.EXPOSE_PATHS_DA_READ_WRITE
SMI-S Plugin: Remove smis_constants.py
packaging/libstoragemgmt.spec.in | 1 -
plugin/Makefile.am | 1 -
plugin/smispy/dmtf.py | 46 +++++++++++
plugin/smispy/smis.py | 165 +++++++++++++-------------------------
plugin/smispy/smis_cap.py | 38 +++------
plugin/smispy/smis_common.py | 17 ++++
plugin/smispy/smis_constants.py | 131 ------------------------------
7 files changed, 132 insertions(+), 267 deletions(-)
delete mode 100644 plugin/smispy/smis_constants.py
1. dmtf.py: DMTF CIM/WBEM constants
2. smis_common.py: SNIA constants, plugin internal constants and misc.
This patch set is based on these patchset:
[PATCH 0/7] SMI-S plugin refactor (squashed commits)
[PATCH 1/4] Fix mem leaks in lsm_daemon.c, simc_lsmplugin.c
Gris Ge (15):
SMI-S Plugin: Move job state constants to dmtf.py
SMI-S Plugin: Replace JOB_XX with dmtf.OP_STATUS_XXX
SMI-S Plugin: Move InvokeMethod() return code to SmisCommon
SMI-S Plugin: Remove unused method: _get_supported_sync_and_mode()
SMI-S Plugin: Move cim_vol VPD83 constants to dmtf.py
SMI-S Plugin: Move JOB_RETRIEVE_XXX into SmisCommon
SMI-S Plugin: Move WBEM port number constants to SmisCommon
SMI-S Plugin: Fix Capabilities.VOLUME_REPLICATE
SMI-S Plugin: Remove smis_constants.RepSvc class
SMI-S Plugin: Remove smis_constants.CopyStates class
SMI-S Plugin: Move smis_constants.CopyTypes to dmtf.py
SMI-S Plugin: Remove smis_constants.Synchronized class
SMI-S Plugin: Remove unused constants of smis_constants.py
SMI-S Plugin: Replace smis_constants.EXPOSE_PATHS_DA_READ_WRITE
SMI-S Plugin: Remove smis_constants.py
packaging/libstoragemgmt.spec.in | 1 -
plugin/Makefile.am | 1 -
plugin/smispy/dmtf.py | 46 +++++++++++
plugin/smispy/smis.py | 165 +++++++++++++-------------------------
plugin/smispy/smis_cap.py | 38 +++------
plugin/smispy/smis_common.py | 17 ++++
plugin/smispy/smis_constants.py | 131 ------------------------------
7 files changed, 132 insertions(+), 267 deletions(-)
delete mode 100644 plugin/smispy/smis_constants.py