-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
rhos-18.0.14 FR 4
-
None
-
False
-
-
False
-
?
-
rhos-workloads-evolution
-
None
-
-
-
-
Workload Evolution Sprint 13
-
1
-
Critical
To Reproduce Steps to reproduce the behavior:
- Create some big VMs in an openstack cloud
- Make high cpu usage on it
- Create any audit that trigger instance live migration (host_maintenance, i.e.)
- The VM fails to migrate
Expected behavior
- Instance should migrate properly
Bug impact
- Please provide information on the impact of this bug to the end user.
Known workaround
- Not workaround is available.
Additional context
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