
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>
1.1 KiB
1.1 KiB
Configure the RPC Response Timeout in Cinder
You can change the Cinder response timeout for all hosts using a helm override.
Create the Cinder overrides files.
~(keystone_admin)]$ cat <<EOF > ~/cinder-overrides.yaml conf: cinder: DEFAULT: rpc_response_timeout: 30 EOF
Update the Cinder overrides.
~(keystone_admin)]$ system helm-override-update --values /home/sysadmin/cinder-overrides.yaml -openstack cinder openstack --reuse-values
Update -openstack to apply the update.
~(keystone_admin)]$ system application-apply -openstack
Confirm that the update has applied successfully.
~(keystone_admin)]$ kubectl exec -n openstack <cinder-volume-pod-name> -- grep rpc_response_timeout /etc/cinder/cinder.conf