summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDoug Szumski <doug@stackhpc.com>2020-07-09 14:11:28 +0100
committerJulia Kreger <juliaashleykreger@gmail.com>2020-07-22 11:16:13 -0700
commit5e95b1321d6e4fe5c562092d0baba73ad6d5303e (patch)
tree740a0c357949a93062e697649e35e55fddd363a8 /releasenotes
parentc66bec0f43cfeb371a8ac97df3eddca3853191dc (diff)
downloadironic-python-agent-5e95b1321d6e4fe5c562092d0baba73ad6d5303e.tar.gz
Fix bootloader install issue with MDRAID
When no root_device hint is set, an MDRAID partition can be incorrectly selected as the root device which causes installation of the bootloader to the physical disks behind the MDRAID volume to fail. See the notes in the referenced Story for more detail. This change adds a little more specificity to the listing of block devices. Change-Id: I66db457e71a0586723ee753bef961aec5bf58827 Story: 2007905 Task: 40303
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-bootloader-install-with-mdraid-0a254035df9d0bed.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-bootloader-install-with-mdraid-0a254035df9d0bed.yaml b/releasenotes/notes/fix-bootloader-install-with-mdraid-0a254035df9d0bed.yaml
new file mode 100644
index 00000000..b9a1f685
--- /dev/null
+++ b/releasenotes/notes/fix-bootloader-install-with-mdraid-0a254035df9d0bed.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Fixes an issue where the bootloader installation can fail on a software
+ RAID volume when no root_device hint is set.
+ See `Story 2007905
+ <https://storyboard.openstack.org/#!/story/2007905>`_