Redfish: Adds 'delete_raid_configuration' API to clear raid
The commit adds functionality to delete logical drives in a SmartStorageConfig redfish systems. Co-Authored-By: Paresh Sao <paresh.sao@hpe.com> Change-Id: Id3a07ab0ca1c0ad8199a28ef2efb22aadc5edfd5
This commit is contained in:
@@ -80,6 +80,16 @@ class IloCommandNotSupportedInBiosError(IloCommandNotSupportedError):
|
||||
super(IloCommandNotSupportedInBiosError, self).__init__(message)
|
||||
|
||||
|
||||
class IloLogicalDriveNotFoundError(IloError):
|
||||
"""Logical drive not found error.
|
||||
|
||||
This exception is raised when iLO client library unable to find
|
||||
any logical drive on storage controller
|
||||
"""
|
||||
def __init__(self, message, errorcode=None):
|
||||
super(IloLogicalDriveNotFoundError, self).__init__(message)
|
||||
|
||||
|
||||
class IloLoginFailError(IloError):
|
||||
"""iLO Login Failed.
|
||||
|
||||
|
Reference in New Issue
Block a user