fix: enable disk inventory for HPE
This commit is contained in:
parent
778814b0a1
commit
ca2a69b66f
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ class Inventory():
|
|||
raid_class = OmreportRaid
|
||||
if is_tool('storcli'):
|
||||
raid_class = StorcliRaid
|
||||
elif self.server.manufacturer == 'HP':
|
||||
elif self.server.manufacturer in ('HP', 'HPE'):
|
||||
if is_tool('ssacli'):
|
||||
raid_class = HPRaid
|
||||
|
||||
|
|
Loading…
Reference in a new issue