summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorJakub Jelinek <jakub.jelinek@cern.ch>2022-08-24 09:25:16 +0000
committerJakub Jelinek <jakub.jelinek@cern.ch>2022-09-05 20:43:51 +0000
commita99bf274e4baec8e585bc9979e492bb8d85d17b5 (patch)
treee0ad11b0f27f46ba681968d8125f55a0850a47a9 /releasenotes/notes
parented6a8d28b7e8f1a6f091023863db26bb2a993a40 (diff)
downloadironic-python-agent-a99bf274e4baec8e585bc9979e492bb8d85d17b5.tar.gz
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
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/enable-skipping-raids-40263cc3a19cfd27.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/enable-skipping-raids-40263cc3a19cfd27.yaml b/releasenotes/notes/enable-skipping-raids-40263cc3a19cfd27.yaml
new file mode 100644
index 00000000..999437cb
--- /dev/null
+++ b/releasenotes/notes/enable-skipping-raids-40263cc3a19cfd27.yaml
@@ -0,0 +1,6 @@
+---
+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.