Files
docs/doc/source/system_configuration/openstack/configuring-the-rpc-response-timeout-in-cinder.rst
Stone ecae991cca System Configuration reorg
Organized SysConf Kubernetes and OpenStack content into subdirs and modified
index along lines of Planning layout.

Signed-off-by: Stone <ronald.stone@windriver.com>
Change-Id: Ia17c015b2083a39fcae4ac545fa10cb5445b4cb2
2021-01-29 09:41:28 -05:00

41 lines
1.1 KiB
ReStructuredText

.. apa1590511404706
.. _configuring-the-rpc-response-timeout-in-cinder:
============================================
Configure the RPC Response Timeout in Cinder
============================================
You can change the Cinder |RPC| response timeout for all hosts using a helm
override.
.. rubric:: |proc|
#. Create the Cinder overrides files.
.. code-block:: none
~(keystone_admin)]$ cat <<EOF > ~/cinder-overrides.yaml
conf:
cinder:
DEFAULT:
rpc_response_timeout: 30
EOF
#. Update the Cinder overrides.
.. parsed-literal::
~(keystone_admin)]$ system helm-override-update --values /home/sysadmin/cinder-overrides.yaml |prefix|-openstack cinder openstack --reuse-values
#. Update |prefix|-openstack to apply the update.
.. parsed-literal::
~(keystone_admin)]$ system application-apply |prefix|-openstack
#. Confirm that the update has applied successfully.
.. code-block:: none
~(keystone_admin)]$ kubectl exec -n openstack <cinder-volume-pod-name> -- grep rpc_response_timeout /etc/cinder/cinder.conf