← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1411480] Re: remain "BUILD" status when instance with force-host failed to create

 

The problem is no longer happening.

** Changed in: nova
       Status: Confirmed => Invalid

-- 
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/1411480

Title:
  remain "BUILD" status when instance with force-host failed to create

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  The state "BUILD" remained when instance with force-host failed to
  create. Till the period task "_check_instance_build_time" change the
  state "BUILD" to "ERROR".

  # nova list
  +--------------------------------------+-----------+--------+------------+-------------+-----------------------+
  | ID                                   | Name      | Status | Task State | Power State | Networks              |
  +--------------------------------------+-----------+--------+------------+-------------+-----------------------+
  | 2d14b1b3-fa57-4953-b226-40076f78e9ac | instanceA | ACTIVE | -          | Running     | net-test=192.168.0.23 |
  | fcc745de-a15d-47c4-9167-153eb73a4c9b | instanceB | BUILD  | -          | NOSTATE     |                       |
  +--------------------------------------+-----------+--------+------------+-------------+-----------------------+

  reproduce:
  1. create one instance group with policy "anti-affinity", named "group-anti-affinity";
  2. create one instance with "--hint group=group-anti-affinity", hosted on hostA;
  3. create another instance with "--hint group=group-anti-affinity", force it to hostA;

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1411480/+subscriptions


References