* In storcli of MegaRAID, 'Rbld' of disk status indicate this disk in using for reconstructing pool data.
Signed-off-by: Gris Ge <f...@redhat.com> --- plugin/megaraid/megaraid.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/megaraid/megaraid.py b/plugin/megaraid/megaraid.py index ae2e953..83abf63 100644 --- a/plugin/megaraid/megaraid.py +++ b/plugin/megaraid/megaraid.py @@ -93,6 +93,7 @@ _DISK_STATE_MAP = { 'DHS': Disk.STATUS_SPARE_DISK | Disk.STATUS_OK, 'UGood': Disk.STATUS_STOPPED | Disk.STATUS_OK, 'UBad': Disk.STATUS_STOPPED | Disk.STATUS_ERROR, + 'Rbld': Disk.STATUS_RECONSTRUCT, } -- 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