ironic-python-agent/releasenotes/notes/software-raid-4a88e6c5af9ea742.yaml
Arne Wiebalck 2db123d318 Software RAID: Create/delete configurations
This patch proposes to extend the IPA to be able to configure software
RAID devices. For this, the {create,delete}_configuration methods of
the GenericHardwareManager are implemented.

Change-Id: Id20302537f7994982c7584af546a7e7520e9612b
Story: #2004581
Task: #29101
2019-06-04 12:33:40 +02:00

9 lines
406 B
YAML

---
features:
- |
Adds support for software RAID via the generic hardware manager. By
means of the target_raid_config a single RAID-1 or one RAID-1 plus
one RAID-N can be configured (where N can be 0, 1, and 1+0). The
RAID is created/deleted during manual cleaning. Note that this
initial implementation will use all available devices for the setup
of the software RAID device(s).