From 1ba41f6ffcfddefb430f2bf82581b2290f8035e1 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Fri, 31 Aug 2018 12:11:29 -0700 Subject: [PATCH] Add a note regarding IPA multidevice fix Given this is a bug fix, but one that addresses a particular frustration point operators have had, it seems worthwhile to explicitly raise this as a note. Depends-On: https://review.openstack.org/#/c/620964/ Change-Id: I2f43796dcdbf39a02000a21121d0aeb91de369d4 Story: #2003445 --- ...ython-agent-multidevice-fix-3daa0760696b46b7.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 releasenotes/notes/ironic-python-agent-multidevice-fix-3daa0760696b46b7.yaml diff --git a/releasenotes/notes/ironic-python-agent-multidevice-fix-3daa0760696b46b7.yaml b/releasenotes/notes/ironic-python-agent-multidevice-fix-3daa0760696b46b7.yaml new file mode 100644 index 0000000000..2aae670491 --- /dev/null +++ b/releasenotes/notes/ironic-python-agent-multidevice-fix-3daa0760696b46b7.yaml @@ -0,0 +1,12 @@ +--- +fixes: + - | + The + `ironic-python-agent `_ + version 3.5.0 contains a fix that allows multi-device objects to be + selected as a root disk. These devices MAY be created automatically in + the case of some ATARAID controllers with pre-existing configuration, + or via the actions of a custom hardware manager. Operators who require + this functionality are encouraged to ensure that their deployment ramdisks + are up to date. See `story 2003445 `_ + for more information.