
Incorporated patchset 8 review comments from Mary C. Conditionalized vendor-specific terms and converted code-block to parsed-literal as required Reformatted bulleted lists to definition lists Implemented abbreviation substitutions Deleted duplicate content Some minor edits for clarity Merged new abbreviation definitions in strings.txt Responding to Patch 5 comments. Change-Id: If6dd7c4cb802036445cb65853d8de7652df351c0 Signed-off-by: Stone <ronald.stone@windriver.com>
41 lines
1.1 KiB
ReStructuredText
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 |