* This patch set introduced new disk status -- STATUS_FREE to indicate disk could be used for pool or assign as dedicated spare disk.
Changes in V2: * Patch 6/7: Fix incorrect data assignment in MegaRAID plugin. * Patch 5/7: Don't mark partner's disks as free disk in ONTAP plugin.. * Patch 7/7: Include SMI-S plugin support for STATUS_FREE using vendor specific ways. Also come with STATUS_SPARE_DISK support. Changes in V3: * Patch 6/9: Remove the debug print line in simulator plugin. * Patch 1/9: New patch. Change currnt git tree version as 1.2. * Patch 2/9: New patch. Fix missing VOLUME_RAID_INFO capability of megaraid plugin. Changes in V4: * Removed unrelated patches and submitted them in separate patch sets. * Removed LSI MegaRAID SMI-S Disk.STATUS_FREE code as we have dedicate MegaRAID plugin now. Gris Ge (6): API: New disk status DISK.STATUS_FREE/LSM_DISK_STATUS_FREE lsmcli: Add support of Disk.STATUS_FREE Simulator Plugin: Support Disk.STATUS_FREE ONTAP Plugin: Add support of Disk.STATUS_FREE MegaRAID Plugin: Add support of Disk.STATUS_FREE SMI-S Plugin: Add Disk.STATUS_SPARE_DISK and Disk.STATUS_FREE .../include/libstoragemgmt/libstoragemgmt_types.h | 10 +++++++++ plugin/megaraid/megaraid.py | 25 ++++++++++++++-------- plugin/ontap/ontap.py | 12 ++++++++++- plugin/sim/simarray.py | 8 +++++-- plugin/smispy/smis_disk.py | 12 ++++++++++- python_binding/lsm/_data.py | 8 +++++++ tools/lsmcli/data_display.py | 1 + 7 files changed, 63 insertions(+), 13 deletions(-) -- 1.8.3.1 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Libstoragemgmt-devel mailing list Libstoragemgmt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libstoragemgmt-devel