yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #47295
[Bug 1552046] Re: Cannot evacuate instances with cells v1
Reviewed: https://review.openstack.org/227440
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=022802997c10fc4ed56b1e1875cd7ccb16cc0688
Submitter: Jenkins
Branch: master
commit 022802997c10fc4ed56b1e1875cd7ccb16cc0688
Author: Mathieu Gagné <mgagne@xxxxxxxx>
Date: Thu Sep 24 13:43:27 2015 -0400
Fix evacuate support with Nova cells v1
Cells v1 does not properly support evacuate when destination node is provided.
If a destination node is provided, evacuated instance will stay
in 'REBUILDING' state forever.
The evacuate method expects host to be the actual node name,
not one with complete cell_path. Stripping the cell_path from the host
fixes the problem.
Closes-bug: #1552046
Change-Id: Ib48990100ecc02325d323c8e933a859fa839a1a2
** Changed in: nova
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1552046
Title:
Cannot evacuate instances with cells v1
Status in OpenStack Compute (nova):
Fix Released
Status in OpenStack Compute (nova) kilo series:
Confirmed
Status in OpenStack Compute (nova) liberty series:
Confirmed
Bug description:
When trying to evacuate and select a destination host with cells v1,
the instances stays in "REBUILD" state forever.
The command used to test evacuate is:
nova evacuate <INSTANCE_UUID> 'api!<CELL_NAME>@<NODE_NAME>'
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1552046/+subscriptions
References