From 3ef63d9b8e74bb280a9a79aa2416b602e4652fff Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 28 Aug 2019 10:43:20 -0400 Subject: [PATCH] Add software raid release note to ironic The release note is present in the ironic-python-agent, but this is a feature worthy of mention with-in ironic's release notes. Change-Id: Icdafa3fed26eb906768e745b893b72cf61684c8c --- .../notes/software-raid-4a88e6c5af9ea742.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 releasenotes/notes/software-raid-4a88e6c5af9ea742.yaml diff --git a/releasenotes/notes/software-raid-4a88e6c5af9ea742.yaml b/releasenotes/notes/software-raid-4a88e6c5af9ea742.yaml new file mode 100644 index 0000000000..fee149de45 --- /dev/null +++ b/releasenotes/notes/software-raid-4a88e6c5af9ea742.yaml @@ -0,0 +1,14 @@ +--- +features: + - | + Adds support for software RAID via the generic hardware manager + when using a Train release ``ironic-python-agent`` deployment or + cleaning ramdisk. + + This may be used 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). More information is available in the + Ironic Administrator + `documentation `_.