handle HP RAID physical disk
This commit is contained in:
parent
b30591b382
commit
4c3864b94e
2 changed files with 26 additions and 0 deletions
|
@ -12,6 +12,9 @@ class RaidController():
|
|||
def get_firmware_version(self):
|
||||
raise NotImplementedError
|
||||
|
||||
def get_physical_disks(self):
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
class Raid():
|
||||
def get_controllers(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue