 b0c38784b5
			
		
	
	b0c38784b5
	
	
	
		
			
			Updated Patchset 1 comments Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com> Change-Id: I75253277515425e9b933686635a62e3f63141e93 Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com>
		
			
				
	
	
		
			54 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.4 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 --reuse-values --values /home/sysadmin/cinder-overrides.yaml |prefix|-openstack cinder openstack
 | |
| 
 | |
| #.  Confirm that the user\_override lists the correct live migration completion timeout.
 | |
| 
 | |
|     .. parsed-literal::
 | |
| 
 | |
|         ~(keystone_admin)$ system helm-override-show |prefix|-openstack nova openstack
 | |
| 
 | |
| 
 | |
|     The output should include the following:
 | |
| 
 | |
|     .. code-block:: none
 | |
| 
 | |
|         rpc_response_timepout: 30
 | |
| 
 | |
| #.  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 |