Files
watcher/releasenotes/notes/resize-timeout-0f6ede6ec9b644b7.yaml
Alfredo Moralejo e427fa68a3 Make VM resize timeout configurable with migration defaults
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>
2025-12-02 07:45:32 +00:00

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.