← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1279592] [NEW] Cannot 'rebuild' while instance is in task_state rebuilding

 

Public bug reported:

traceback-1: {{{
Traceback (most recent call last):
  File "tempest/services/compute/xml/servers_client.py", line 481, in rebuild
    str(Document(rebuild)), self.headers)
  File "tempest/common/rest_client.py", line 184, in post
    return self.request('POST', url, headers, body)
  File "tempest/common/rest_client.py", line 360, in request
    resp, resp_body)
  File "tempest/common/rest_client.py", line 414, in _error_checker
    raise exceptions.Conflict(resp_body)
Conflict: An object with that identifier already exists
Details: {'message': "Cannot 'rebuild' while instance is in task_state rebuilding", 'code': '409'}
}}}

traceback-2: {{{
Traceback (most recent call last):
  File "tempest/services/compute/xml/servers_client.py", line 368, in wait_for_server_status
    raise_on_error=raise_on_error)
  File "tempest/common/waiters.py", line 74, in wait_for_server_status
    raise exceptions.BuildErrorException(server_id=server_id)
BuildErrorException: Server f77e7771-c25a-4ba5-8022-863a0e423d56 failed to build and is in ERROR status
}}}

Traceback (most recent call last):
  File "tempest/api/compute/admin/test_servers.py", line 165, in test_rebuild_server_in_error_state
    raise_on_error=False)
  File "tempest/services/compute/xml/servers_client.py", line 368, in wait_for_server_status
    raise_on_error=raise_on_error)
  File "tempest/common/waiters.py", line 89, in wait_for_server_status
    raise exceptions.TimeoutException(message)
TimeoutException: Request timed out
Details: Server f77e7771-c25a-4ba5-8022-863a0e423d56 failed to reach ACTIVE status and task state "None" within the required time (196 s). Current status: ERROR. Current task state: rebuilding.

Source: http://logs.openstack.org/81/72781/1/gate/gate-tempest-dsvm-
full/9853bb8/console.html

** Affects: nova
     Importance: Undecided
         Status: New

** Affects: tempest
     Importance: Undecided
         Status: New

** Also affects: tempest
   Importance: Undecided
       Status: New

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

Title:
  Cannot 'rebuild' while instance is in task_state rebuilding

Status in OpenStack Compute (Nova):
  New
Status in Tempest:
  New

Bug description:
  traceback-1: {{{
  Traceback (most recent call last):
    File "tempest/services/compute/xml/servers_client.py", line 481, in rebuild
      str(Document(rebuild)), self.headers)
    File "tempest/common/rest_client.py", line 184, in post
      return self.request('POST', url, headers, body)
    File "tempest/common/rest_client.py", line 360, in request
      resp, resp_body)
    File "tempest/common/rest_client.py", line 414, in _error_checker
      raise exceptions.Conflict(resp_body)
  Conflict: An object with that identifier already exists
  Details: {'message': "Cannot 'rebuild' while instance is in task_state rebuilding", 'code': '409'}
  }}}

  traceback-2: {{{
  Traceback (most recent call last):
    File "tempest/services/compute/xml/servers_client.py", line 368, in wait_for_server_status
      raise_on_error=raise_on_error)
    File "tempest/common/waiters.py", line 74, in wait_for_server_status
      raise exceptions.BuildErrorException(server_id=server_id)
  BuildErrorException: Server f77e7771-c25a-4ba5-8022-863a0e423d56 failed to build and is in ERROR status
  }}}

  Traceback (most recent call last):
    File "tempest/api/compute/admin/test_servers.py", line 165, in test_rebuild_server_in_error_state
      raise_on_error=False)
    File "tempest/services/compute/xml/servers_client.py", line 368, in wait_for_server_status
      raise_on_error=raise_on_error)
    File "tempest/common/waiters.py", line 89, in wait_for_server_status
      raise exceptions.TimeoutException(message)
  TimeoutException: Request timed out
  Details: Server f77e7771-c25a-4ba5-8022-863a0e423d56 failed to reach ACTIVE status and task state "None" within the required time (196 s). Current status: ERROR. Current task state: rebuilding.

  Source: http://logs.openstack.org/81/72781/1/gate/gate-tempest-dsvm-
  full/9853bb8/console.html

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


Follow ups

References