ironic.drivers.modules.drac.raid Module¶DRAC RAID specific methods
ironic.drivers.modules.drac.raid.DracRAID[source]¶Bases: ironic.drivers.base.RAIDInterface
create_configuration(*args, **kwargs)[source]¶Create the RAID configuration.
This method creates the RAID configuration on the given node.
| Parameters: |
|
|---|---|
| Returns: | states.CLEANWAIT if creation is in progress asynchronously or None if it is completed. |
| Raises: | MissingParameterValue, if node.target_raid_config is missing or empty. |
| Raises: | DracOperationError on an error from python-dracclient. |
delete_configuration(*args, **kwargs)[source]¶Delete the RAID configuration.
| Parameters: | task – a TaskManager instance containing the node to act on. |
|---|---|
| Returns: | states.CLEANWAIT if deletion is in progress asynchronously or None if it is completed. |
| Raises: | DracOperationError on an error from python-dracclient. |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.