docs/doc/source/system_configuration/configuring-the-rpc-response-timeout-in-cinder.rst
Drake Finlay 54ec38e256 Adding System Config Guide
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>
2020-12-21 13:28:54 -05:00

1.1 KiB

Configure the RPC Response Timeout in Cinder

You can change the Cinder response timeout for all hosts using a helm override.

  1. Create the Cinder overrides files.

    ~(keystone_admin)]$ cat <<EOF > ~/cinder-overrides.yaml
    conf:
      cinder:
        DEFAULT:
          rpc_response_timeout: 30
    EOF
  2. Update the Cinder overrides.

    ~(keystone_admin)]$ system helm-override-update --values /home/sysadmin/cinder-overrides.yaml -openstack cinder openstack --reuse-values

  3. Update -openstack to apply the update.

    ~(keystone_admin)]$ system application-apply -openstack

  4. 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