summaryrefslogtreecommitdiff
path: root/doc/source/admin/drivers/idrac.rst
diff options
context:
space:
mode:
authorAija Jaunteva <aija.jaunteva@dell.com>2020-04-15 13:07:11 +0300
committerAija Jaunteva <aija.jaunteva@dell.com>2020-04-15 13:07:11 +0300
commitb63403606a27cb295c1c0047dbda9f14cdf60054 (patch)
treeadbfc2d8e5cc844db18de674a924a3bc57067ac0 /doc/source/admin/drivers/idrac.rst
parent123cb22c731f93d0c608d791b41e05884fe18c04 (diff)
downloadironic-b63403606a27cb295c1c0047dbda9f14cdf60054.tar.gz
Update iDRAC doc about vendor passthru timeout
Change-Id: I802f1f6c7ddba3079956c4e0fb37405e53457afe
Diffstat (limited to 'doc/source/admin/drivers/idrac.rst')
-rw-r--r--doc/source/admin/drivers/idrac.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/source/admin/drivers/idrac.rst b/doc/source/admin/drivers/idrac.rst
index 43988551b..e1d9e6248 100644
--- a/doc/source/admin/drivers/idrac.rst
+++ b/doc/source/admin/drivers/idrac.rst
@@ -586,3 +586,23 @@ the Ironic power state poll interval to 70 seconds. See
.. _Ironic_RAID: https://docs.openstack.org/ironic/latest/admin/raid.html
.. _iDRAC: https://www.dell.com/idracmanuals
+
+Vendor passthru timeout
+-----------------------
+
+When iDRAC is not ready and executing vendor passthru commands, they take more
+time as waiting for iDRAC to become ready again and then time out, for example:
+
+.. code-block:: bash
+
+ openstack baremetal node passthru call --http-method GET \
+ aed58dca-1b25-409a-a32f-3a817d59e1e0 list_unfinished_jobs
+ Timed out waiting for a reply to message ID 547ce7995342418c99ef1ea4a0054572 (HTTP 500)
+
+To avoid this need to increase timeout for messaging in ``/etc/ironic/ironic.conf``
+and restart Ironic API service.
+
+.. code-block:: ini
+
+ [DEFAULT]
+ rpc_response_timeout = 600