Comment 0 for bug 1590749

Revision history for this message
Christopher Brown (snecklifter) wrote :

Currently there is no way to provision software RAID for nodes without a dedicated hardware controller.

It would be useful to be able to do this to add resiliency for compute nodes for example.

I suppose it would be good to use the command:

ironic node-set-target-raid-config

and then feed it a simple json file like:

{
 "logical_disks": [
                   {
                    "size_gb": "MAX",
                    "raid_level": "1",
                    "is_root_volume": true
                   }
                  ]
}