handle HP RAID physical disk

This commit is contained in:
Solvik Blum 2019-08-21 17:22:22 +02:00
parent b30591b382
commit 4c3864b94e
No known key found for this signature in database
GPG key ID: CC12B3DC262B6C47
2 changed files with 26 additions and 0 deletions

View file

@ -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):