From 43a116ae74f8b327c39c337e142cefec2f563c09 Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Tue, 5 Sep 2017 10:41:19 -0400 Subject: [PATCH] [reno] Clarify fix for missing boot.prepare_instance This updates the release note for the boot-from-volume fix for nodes with iscsi deploy interface (by calling boot.prepare_instance). It clarifies what the failure had been and what was fixed. The fix was at 49c4bba14eee0bd3d9dc93ce8748ef7b8e445f1c. Change-Id: Ieef58d44cd27f4bd0cd979fc8007fbe4f960fa73 Related-Bug: #1714436 (cherry picked from commit a246d01ce3817c52fb21b4b4630f91e60f402033) --- ...from-volume-for-iscsi-deploy-60bc0790ada62b26.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/releasenotes/notes/fix-boot-from-volume-for-iscsi-deploy-60bc0790ada62b26.yaml b/releasenotes/notes/fix-boot-from-volume-for-iscsi-deploy-60bc0790ada62b26.yaml index 7db10978e0..88aae4c2c6 100644 --- a/releasenotes/notes/fix-boot-from-volume-for-iscsi-deploy-60bc0790ada62b26.yaml +++ b/releasenotes/notes/fix-boot-from-volume-for-iscsi-deploy-60bc0790ada62b26.yaml @@ -1,9 +1,8 @@ --- fixes: - | - Fixes an issue in boot from volume for ``iscsi`` deploy interface. Boot - from a volume fails when it is requested for a node having ``iscsi`` - deploy interface, it doesn't create pxelinux.cfg file for mac, - and failed to boot. See `bug 1714436 - `_ for details. - + Fixes an issue in boot from volume for ``iscsi`` deploy interface. Booting + from a volume would fail for a node with the ``iscsi`` deploy interface + because the pxelinux.cfg file for the MAC address wasn't created and the + node would fail to boot. The pxelinux.cfg file is now created. See + `bug 1714436 `_ for details.