This patch is applying the same approach, configuration parameters and values that the ones applied to the vm migrations in [1]. Note that, internally, vm resize are treated by nova very similarly to migrations so it make sense to reuse the same parameters and default values. Related-Bug: #2131663 [1] https://review.opendev.org/c/openstack/watcher/+/967693 Change-Id: Ic81147e19f86d4a8efbecb539b4b83674e79e646 Signed-off-by: Alfredo Moralejo <amoralej@redhat.com>
12 lines
472 B
YAML
12 lines
472 B
YAML
---
|
|
features:
|
|
- |
|
|
Timeout of vm resize operations can be configured applying the
|
|
`migration_max_retries` and `migration_interval` in the `nova`
|
|
section used for migrations. Default values are 180 and 5 seconds.
|
|
fixes:
|
|
- |
|
|
Fixed the issue when resize actions failed when the resize took more that
|
|
120 seconds. After this patch, the default timeout is 900 seconds (15 minutes)
|
|
which should be a reasonable value for most OpenStack installations.
|