2db123d318
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
9 lines
406 B
YAML
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). |