Activity log for bug #1590749

Date Who What changed Old value New value Message
2016-06-09 11:57:51 Christopher Brown bug added bug
2016-06-09 11:59:34 Christopher Brown tags rfe
2016-06-09 12:03:20 Dmitry Tantsur ironic: status New Confirmed
2016-06-09 12:03:23 Dmitry Tantsur ironic: importance Undecided Wishlist
2016-06-09 12:07:33 Christopher Brown description 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 } ] } 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                    }                   ] } Additionally, this would need implementing as a clean step in the default IPA hardware manager. We should expect that the disks would be cleaned on every deploy.
2016-06-09 12:10:26 Christopher Brown description 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                    }                   ] } Additionally, this would need implementing as a clean step in the default IPA hardware manager. We should expect that the disks would be cleaned on every deploy. Currently there is no way to provision software RAID for nodes without a dedicated hardware controller. Removing the requirement for a hardware RAID controller by implementing software RAID on compute nodes reduces initial hardware costs but retains some resiliency, allowing a good "trade-off" between cost and features. 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                    }                   ] } Additionally, this would need implementing as a clean step in the default IPA hardware manager. We should expect that the disks would be cleaned on every deploy.
2016-06-09 13:02:45 Mathieu Mitchell bug added subscriber Mathieu Mitchell
2016-06-09 13:48:59 OpenStack Infra ironic: status Confirmed In Progress
2016-06-09 13:48:59 OpenStack Infra ironic: assignee Christopher Brown (snecklifter)
2016-09-14 19:02:44 Jim Rollenhagen tags rfe needs-spec rfe
2016-09-15 13:17:47 Grzegorz Grasza bug added subscriber Grzegorz Grasza
2017-07-10 11:52:04 Christopher Brown ironic: assignee Christopher Brown (snecklifter)
2017-07-10 14:13:03 Dmitry Tantsur ironic: status In Progress Confirmed
2018-02-24 06:46:43 Logan V bug added subscriber Logan V
2023-04-03 16:43:17 Julia Kreger ironic: status Confirmed Fix Released