Merge pull request #256 from Solvik/fix/cle/hpe-controller
fix: enable disk inventory for HPE
This commit is contained in:
commit
282f914665
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ class Inventory():
|
||||||
raid_class = OmreportRaid
|
raid_class = OmreportRaid
|
||||||
if is_tool('storcli'):
|
if is_tool('storcli'):
|
||||||
raid_class = StorcliRaid
|
raid_class = StorcliRaid
|
||||||
elif self.server.manufacturer == 'HP':
|
elif self.server.manufacturer in ('HP', 'HPE'):
|
||||||
if is_tool('ssacli'):
|
if is_tool('ssacli'):
|
||||||
raid_class = HPRaid
|
raid_class = HPRaid
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue