Failed to live-migrate instance in cell with microversion >= 2.34
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Matt Riedemann | ||
Pike |
Fix Committed
|
High
|
Matt Riedemann |
Bug Description
Step 1 create instance in cell1
+------
| ID | Name | Status | Task State | Power State | Networks |
+------
| 84038890-
+------
Step 2 live migrate instance
nova live-migration 84038890-
Step 3
The instance will stuck in "MIGRATIING" state.
+------
| ID | Name | Status | Task State | Power State | Networks |
+------
| 84038890-
+------
It seems we need add @targets_cell decorator for **live_
https:/
ERROR LOG in super conductor:
Exception during message handling: InstanceActionN
Traceback (most recent call last):
File "/usr/local/
res = self.dispatcher
File "/usr/local/
return self._do_
File "/usr/local/
result = func(ctxt, **new_args)
File "/opt/stack/
with EventReporter(
File "/opt/stack/
self.context, uuid, self.event_name, want_result=False)
File "/usr/local/
result = fn(cls, context, *args, **kwargs)
File "/opt/stack/
db_event = db.action_
File "/opt/stack/
return IMPL.action_
File "/opt/stack/
return f(context, *args, **kwargs)
File "/opt/stack/
instance_
InstanceActionN
Changed in nova: | |
assignee: | nobody → Yikun Jiang (yikunkero) |
status: | New → In Progress |
description: | updated |
Changed in nova: | |
status: | Incomplete → In Progress |
Changed in nova: | |
status: | Incomplete → In Progress |
Changed in nova: | |
assignee: | Yikun Jiang (yikunkero) → Matt Riedemann (mriedem) |
https:/ /review. openstack. org/#/c/ 503601