Skip to content

Commit 9c2bb1d

Browse files
committed
Increase all timeouts for cinder (haproxy+httpd+RPC)
This is useful for example when cinder is used as a glance backend and the creation of the image takes quite some time, as the may hit resource limits (it may be overloaded or simply small for testing purposes). Also, remove the previous haproxy override (which seems to work, but apiTimeout applies to more settings). Glance got a similar timeout increase in a previous change.
1 parent 52df18a commit 9c2bb1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/control-plane/base/openstackcontrolplane.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ spec:
2525
cinder:
2626
uniquePodNames: true
2727
apiOverride:
28-
route: {"haproxy.router.openshift.io/timeout": "60s"}
28+
route: {}
2929
template:
30+
apiTimeout: 600
3031
cinderAPI:
3132
replicas: 3
3233
customServiceConfig: |

0 commit comments

Comments
 (0)