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é <mga...@iweb.com>
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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to