Charles Rose
2015-06-05 17:29:33 UTC
storcli will not work on with Dell PERC (PowerEdge RAID Controller).
perccli is compatible with storcli and has been validated for use with
Dell PERC.
Signed-off-by: Charles Rose <***@gmail.com>
---
plugin/megaraid/megaraid.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/plugin/megaraid/megaraid.py b/plugin/megaraid/megaraid.py
index 62ad028..17e8f77 100644
--- a/plugin/megaraid/megaraid.py
+++ b/plugin/megaraid/megaraid.py
@@ -210,7 +210,8 @@ def _lsm_raid_type_to_mega(lsm_raid_type):
class MegaRAID(IPlugin):
_DEFAULT_BIN_PATHS = [
- "/opt/MegaRAID/storcli/storcli64", "/opt/MegaRAID/storcli/storcli"]
+ "/opt/MegaRAID/storcli/storcli64", "/opt/MegaRAID/storcli/storcli",
+ "/opt/MegaRAID/perccli/perccli64", "/opt/MegaRAID/perccli/perccli"]
_CMD_JSON_OUTPUT_SWITCH = 'J'
def __init__(self):
perccli is compatible with storcli and has been validated for use with
Dell PERC.
Signed-off-by: Charles Rose <***@gmail.com>
---
plugin/megaraid/megaraid.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/plugin/megaraid/megaraid.py b/plugin/megaraid/megaraid.py
index 62ad028..17e8f77 100644
--- a/plugin/megaraid/megaraid.py
+++ b/plugin/megaraid/megaraid.py
@@ -210,7 +210,8 @@ def _lsm_raid_type_to_mega(lsm_raid_type):
class MegaRAID(IPlugin):
_DEFAULT_BIN_PATHS = [
- "/opt/MegaRAID/storcli/storcli64", "/opt/MegaRAID/storcli/storcli"]
+ "/opt/MegaRAID/storcli/storcli64", "/opt/MegaRAID/storcli/storcli",
+ "/opt/MegaRAID/perccli/perccli64", "/opt/MegaRAID/perccli/perccli"]
_CMD_JSON_OUTPUT_SWITCH = 'J'
def __init__(self):
--
2.4.2
2.4.2