fix: enable disk inventory for HPE #256
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…
Reference in a new issue