From 7d0af42f94951861161bfc13addf74a79e159e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aija=20Jaunt=C4=93va?= Date: Wed, 22 Dec 2021 10:37:03 -0500 Subject: [PATCH] Add known issue for iDRAC Swift firmware update Change-Id: I08d899e086b97d527338afe4153f0da93a27aa18 --- doc/source/admin/drivers/idrac.rst | 9 +++++++++ ...nown-issue-idrac-firmware-swift-721a19cac796e1ae.yaml | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 releasenotes/notes/known-issue-idrac-firmware-swift-721a19cac796e1ae.yaml diff --git a/doc/source/admin/drivers/idrac.rst b/doc/source/admin/drivers/idrac.rst index f987b96a40..fedcca6a13 100644 --- a/doc/source/admin/drivers/idrac.rst +++ b/doc/source/admin/drivers/idrac.rst @@ -919,4 +919,13 @@ selected if default plug-in type has been used and never changed. Systems that have plug-in type changed will keep selected plug-in type after iDRAC firmware upgrade. +Firmware update from Swift fails +-------------------------------- + +When using Swift to stage firmware update files in Management interface +``firmware_update`` clean step of ``redfish`` or ``idrac`` hardware type, the +cleaning fails with error "An internal error occurred. Unable to complete the +specified operation." in iDRAC job. Until this is fixed, use HTTP service to +stage firmware files for iDRAC. + .. _SCP_Reference_Guide: http://downloads.dell.com/manuals/common/dellemc-server-config-profile-refguide.pdf diff --git a/releasenotes/notes/known-issue-idrac-firmware-swift-721a19cac796e1ae.yaml b/releasenotes/notes/known-issue-idrac-firmware-swift-721a19cac796e1ae.yaml new file mode 100644 index 0000000000..0b53e1e5c3 --- /dev/null +++ b/releasenotes/notes/known-issue-idrac-firmware-swift-721a19cac796e1ae.yaml @@ -0,0 +1,8 @@ +--- +issues: + - | + When using iDRAC with Swift to stage firmware update files in Management + interface ``firmware_update`` clean step of ``redfish`` or ``idrac`` + hardware type, the cleaning fails with error "An internal error occurred. + Unable to complete the specified operation." in iDRAC job. Until this is + fixed, use HTTP service to stage firmware files for iDRAC.