summaryrefslogtreecommitdiff
path: root/doc/source/admin/drivers/idrac.rst
diff options
context:
space:
mode:
authorAija Jaunteva <aija.jaunteva@dell.com>2020-05-13 12:09:26 +0300
committerAija Jaunteva <aija.jaunteva@dell.com>2020-05-20 17:12:16 +0300
commit4ae482897a5ad055233cbffe82c348f530da7dc0 (patch)
tree99387e256a988d14abfcd155a1f0b85c400856d0 /doc/source/admin/drivers/idrac.rst
parent44766538c50ae9cf9e53e4b27e9b62c37f2a4487 (diff)
downloadironic-4ae482897a5ad055233cbffe82c348f530da7dc0.tar.gz
Remove iDRAC Redfish boot device known issue
Since workaround is implemented in Redfish driver, it works without setting force_persistent_boot_device to Never. Change-Id: I5556e18f51e066f7acbf5332ca3a498140b0a7e2
Diffstat (limited to 'doc/source/admin/drivers/idrac.rst')
-rw-r--r--doc/source/admin/drivers/idrac.rst21
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/source/admin/drivers/idrac.rst b/doc/source/admin/drivers/idrac.rst
index bf18062be..796b09edb 100644
--- a/doc/source/admin/drivers/idrac.rst
+++ b/doc/source/admin/drivers/idrac.rst
@@ -676,24 +676,3 @@ To resolve this issue, increase the timeout to 90 seconds by setting the retry c
[agent]
post_deploy_get_power_state_retries = 18
-
-Redfish management interface failure to set boot device
--------------------------------------------------------
-
-When using the ``idrac-redfish`` management interface with certain iDRAC
-firmware versions (at least versions 2.70.70.70, 4.00.00.00, and
-4.10.10.10) and attempting to set the boot device on a baremetal server
-that is configured to UEFI boot, the iDRAC will return the following
-error::
-
- Unable to Process the request because the value entered for the
- parameter Continuous is not supported by the implementation.
-
-To work around this issue, set the ``force_persistent_boot_device`` parameter
-in ``driver-info`` on the node to ``Never`` by running the following command
-from the command line:
-
-.. code-block:: bash
-
- openstack baremetal node set --driver-info \
- force_persistent_boot_device=Never ${node_uuid}