Irmc RAID specific methods
Bases: RAIDInterface
Create the RAID configuration.
This method creates the RAID configuration on the given node.
task – a TaskManager instance containing the node to act on.
create_root_volume – If True, a root volume is created during RAID configuration. Otherwise, no root volume is created. Default is True.
create_nonroot_volumes – If True, non-root volumes are created. If False, no non-root volumes are created. Default is True.
states.CLEANWAIT if RAID configuration is in progress asynchronously.
MissingParameterValue, if node.target_raid_config is missing or empty.
IRMCOperationError on an error from scciclient
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.