Migrate actions fail for big VMs
Bug #2131663 reported by
Alfredo Moralejo
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| watcher |
Fix Released
|
Critical
|
Alfredo Moralejo | ||
Bug Description
In some cases, specially for non-small virtual machines migrate actions fail.
Root cause is that the migration is taking in nova more than 120 seconds which is a hardcoded timeout in watcher code.
the helper method in nova_helper is setting 120s by default
And the migrate action is not exposing the timeout as a parametrizable value
Should this be a paramerizable for the system? by strategy? by audit?
| Changed in watcher: | |
| assignee: | nobody → Alfredo Moralejo (amoralej) |
| importance: | Undecided → Critical |
To post a comment you must log in.

Fix proposed to branch: master /review. opendev. org/c/openstack /watcher/ +/967693
Review: https:/