Merge "Update renos for fix to ipmi's set-boot-device"

This commit is contained in:
Jenkins 2016-08-15 10:14:18 +00:00 committed by Gerrit Code Review
commit d447c1548f
2 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,7 @@
--- ---
fixes: fixes:
- Fixes a problem where the boot mode (UEFI or BIOS) wasn't being - Fixes a problem where the boot mode (UEFI or BIOS) wasn't being
considered when setting the boot device of a node using the ipminative considered when setting the boot device of a node using the
driver making it to switch from UEFI to legacy BIOS as part of the "ipminative" management interface. It would incorrectly switch
UEFI to legacy BIOS mode as part of the
request to change the boot device. request to change the boot device.

View File

@ -1,5 +1,7 @@
--- ---
fixes: fixes:
- Fixes a problem where the boot mode (UEFI or BIOS) wasn't checked - Fixes a problem where the boot mode (UEFI or BIOS) wasn't being
as part of changing the boot device of a node, making it incorrectly considered when setting the boot device of a node using the
switch from UEFI to Legacy BIOS mode on some hardware models. "ipmitool" management interface.
It would incorrectly switch from UEFI to Legacy BIOS mode on some
hardware models.