Configure the RPC Response Timeout in CinderΒΆ
You can change the Cinder RPC response timeout for all hosts using a helm override.
Procedure
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 stx-openstack cinder openstack --reuse-values
Update stx-openstack to apply the update.
~(keystone_admin)]$ system application-apply stx-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