docs/doc/source/system_configuration/openstack/configuring-the-rpc-response-timeout-in-cinder.rst
Juanita-Balaraj 63cd4f5fdc CephFS RWX Support in Host-based Ceph
Incorporated patchset 1 review comments
Updated patchset 5 review comments
Updated patchset 6 review comments
Fixed merge conflicts
Updated patchset 8 review comments

Change-Id: Icd7b08ab69273f6073b960a13cf59905532f851a
Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com>
2021-05-03 16:39:45 -04:00

1.4 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. Confirm that the user_override lists the correct live migration completion timeout.

    ~(keystone_admin)$ system helm-override-show -openstack nova openstack

    The output should include the following:

    rpc_response_timepout: 30
  4. Update -openstack to apply the update.

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

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