octavia/releasenotes/notes/Set-retry-defaults-to-prod-values-f3cc10d16baa716a.yaml
Michael Johnson 34edb58c12 Set the default retries down to 120
This patch changes the [haproxy_amphora] connection_max_retries and
build_active_retries default values from 300 to 120. This means load
balancer builds will wait for ten minutes instead of twenty-five minutes
for nova to boot the virtual machine.

We feel these are more reasonable default values for most production
deployments and provide a better user experience.

Only environments running in nested virtualization, without nested
virtualization enabled in the hypervisor could require a value as high as
300.

Depends-On: https://review.openstack.org/637074
Change-Id: I46be11062fb15ed21169fbec5dc8451a588273a5
2019-02-14 15:38:48 -08:00

26 lines
1.3 KiB
YAML

---
upgrade:
- |
We have changed the [haproxy_amphora] connection_max_retries and
build_active_retries default values from 300 to 120. This means load
balancer builds will wait for ten minutes instead of twenty-five minutes
for nova to boot the virtual machine.
We feel these are more reasonable default values for most production
deployments and provide a better user experience.
If you are running nova in a nested virtualization environment, meaning
nova is booting VMs inside another VM, and you do not have nested
virtualization enabled in the bottom hypervisor, you may need to set these
values back up to 300.
other:
- |
We have changed the [haproxy_amphora] connection_max_retries and
build_active_retries default values from 300 to 120. This means load
balancer builds will wait for ten minutes instead of twenty-five minutes
for nova to boot the virtual machine.
We feel these are more reasonable default values for most production
deployments and provide a better user experience.
If you are running nova in a nested virtualization environment, meaning
nova is booting VMs inside another VM, and you do not have nested
virtualization enabled in the bottom hypervisor, you may need to set these
values back up to 300.