Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

12.29. ironic node-set-target-raid-config

usage: ironic node-set-target-raid-config <node> <target-raid-config>
Set target RAID config on a node.

Positional arguments

<node>


        Name or UUID of the node.

<target-raid-config>


        A file containing JSON data of the desired RAID
      configuration. Use '-' to read the contents from
      standard input. It also accepts the valid json string
      as input if file/standard input are not used for
      providing input. The input can be an empty dictionary
      too which unsets the node.target_raid_config on the
      node.