← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1278149] Re: VMware: InstanceNotRescuable hit during rescue tempest tests

 

** Also affects: openstack-vmwareapi-team
   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/1278149

Title:
  VMware: InstanceNotRescuable hit during rescue tempest tests

Status in OpenStack Compute (Nova):
  Fix Committed
Status in The OpenStack VMwareAPI subTeam:
  Fix Committed

Bug description:
  Minesweeper CI is seeing the following Tempest suites fail due to
  errors during performing rescue operations.

  tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON
  tempest.api.compute.v3.servers.test_server_rescue.ServerRescueTestXML
  tempest.api.compute.v3.servers.test_server_rescue.ServerRescueV3Test

  Error message seen in the nova cpu log is:

  Traceback (most recent call last):
    File "/opt/stack/oslo.messaging/oslo/messaging/_executors/base.py", line 36, in _dispatch
      incoming.reply(self.callback(incoming.ctxt, incoming.message))
    File "/opt/stack/oslo.messaging/oslo/messaging/rpc/dispatcher.py", line 134, in __call__
      return self._dispatch(endpoint, method, ctxt, args)
    File "/opt/stack/oslo.messaging/oslo/messaging/rpc/dispatcher.py", line 104, in _dispatch
      result = getattr(endpoint, method)(ctxt, **new_args)
    File "/opt/stack/nova/nova/compute/manager.py", line 356, in decorated_function
      return function(self, context, *args, **kwargs)
    File "/opt/stack/nova/nova/exception.py", line 88, in wrapped
      payload)
    File "/opt/stack/nova/nova/openstack/common/excutils.py", line 68, in __exit__
      six.reraise(self.type_, self.value, self.tb)
    File "/opt/stack/nova/nova/exception.py", line 71, in wrapped
      return f(self, context, *args, **kw)
    File "/opt/stack/nova/nova/compute/manager.py", line 240, in decorated_function
      pass
    File "/opt/stack/nova/nova/openstack/common/excutils.py", line 68, in __exit__
      six.reraise(self.type_, self.value, self.tb)
    File "/opt/stack/nova/nova/compute/manager.py", line 226, in decorated_function
      return function(self, context, *args, **kwargs)
    File "/opt/stack/nova/nova/compute/manager.py", line 291, in decorated_function
      function(self, context, *args, **kwargs)
    File "/opt/stack/nova/nova/compute/manager.py", line 2731, in rescue_instance
      reason=_("Driver Error: %s") % unicode(e))
  InstanceNotRescuable: Instance 3f317fe3-1777-4f0d-a60a-f2370d9b2fb0 cannot be rescued: Driver Error: can't set attribute

  Full logs for a run that saw this error is available here:
  http://208.91.1.172//logs/nova/72125/1/

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


References