instance's vm-state becomes error when cold-migrate instance to same host failed
Bug #1811235 reported by
David Li
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Matt Riedemann | ||
Queens |
Confirmed
|
Medium
|
Unassigned | ||
Rocky |
Confirmed
|
Medium
|
Unassigned | ||
Stein |
Fix Committed
|
Medium
|
Matt Riedemann |
Bug Description
step 1: boot a simple instance
step 2: stop the running instance which is booted in step 1
step 3: migrate the instance to same host,but the driver in the host doesn't support migrate to same host
step 4: nova show uuid(instance uuid), the instance's vm-state becomes error, and the fault show {"message": "Unable to migrate instance ( instance uuid) to current host (hostname)
step 5: nova instance-
description: | updated |
tags: | added: compute |
Changed in nova: | |
importance: | Low → Medium |
To post a comment you must log in.
@David Li, which branch of nova with this issue?
On master, if you cold migrate the server to the same host, it's not set the server to error status. see [1].
[1] https:/ /github. com/openstack/ nova/blob/ master/ nova/compute/ api.py# L3530