* 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. Gris Ge (7): MegaRAID: Fix incorrect system status query. 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 | 90 ++++++++++++---------- plugin/ontap/ontap.py | 12 ++- plugin/sim/simarray.py | 9 ++- plugin/smispy/smis_disk.py | 28 ++++++- python_binding/lsm/_data.py | 8 ++ tools/lsmcli/data_display.py | 1 + 7 files changed, 114 insertions(+), 44 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