ironic-python-agent/releasenotes/notes/raid5-6-support-0807597c3633a26c.yaml
Julia Kreger e4659c94cf RAID 5/6
Looks like adding RAID 5/6 support may be easier than most
could immagine. The code, as written appears to be safe and
logical creating a RAID 5 or RAID 6 volume.

Not that we can really test this in CI, but it seems only
validation code needs to be changed to loosen the constraint.

Change-Id: Ib891b3c97f0bfb02af3b59581a451c4b25e03b85
2019-11-27 20:30:28 +00:00

8 lines
281 B
YAML

---
features:
- |
Adds support to allow selection of RAID ``5`` and RAID ``6``
protection levels for software RAID support. This may only be
the secondary volume, as these volume types of software RAID
volumes cannot be used to directly boot an operating system.