ironic-python-agent/releasenotes/notes/enable-skipping-raids-40263cc3a19cfd27.yaml
Jakub Jelinek a99bf274e4 SoftwareRAID: Enable skipping RAIDS
Extend the ability to skip disks to RAID devices
This allows users to specify the volume name of
a logical device in the skip list which is then not cleaned
or created again during the create/apply configuration phase
The volume name can be specified in target raid config provided
the change https://review.opendev.org/c/openstack/ironic-python-agent/+/853182/
passes

Story: 2010233

Change-Id: Ib9290a97519bc48e585e1bafb0b60cc14e621e0f
2022-09-05 20:43:51 +00:00

7 lines
225 B
YAML

---
features:
- The node property ``skip_block_devices`` supports
specifying volume names of software RAID devices.
These devices are not cleaned during cleaning and
are not created provided they already exist.