yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #01126
[Bug 1149375] Re: cannot delete a 'VERIFY_RESIZE' instance
Duplicate to https://bugs.launchpad.net/nova/+bug/1147387.
Thanks to it, deleting a VERIFY_RESIZE state instance succeeds.
** Changed in: nova
Status: New => Invalid
** Changed in: nova
Assignee: Mitsuhiko Yamazaki (ymzk37) => (unassigned)
--
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/1149375
Title:
cannot delete a 'VERIFY_RESIZE' instance
Status in OpenStack Compute (Nova):
Invalid
Bug description:
When trying to delete a 'VERIFY_RESIZE' instance, 'nova delete'
command returns an error.
For example:
vagrant@precise64:~$ nova list
+--------------------------------------+----------+--------+------------------+
| ID | Name | Status | Networks |
+--------------------------------------+----------+--------+------------------+
| 9c429a51-8d6b-45a4-a9c0-dad59f7267bb | server01 | ACTIVE | private=10.0.0.3 |
+--------------------------------------+----------+--------+------------------+
vagrant@precise64:~$ nova resize --poll 9c429a51-8d6b-45a4-a9c0-dad59f7267bb 84
Instance resizing... 100% complete
Finished
vagrant@precise64:~$ nova list
+--------------------------------------+----------+---------------+------------------+
| ID | Name | Status | Networks |
+--------------------------------------+----------+---------------+------------------+
| 9c429a51-8d6b-45a4-a9c0-dad59f7267bb | server01 | VERIFY_RESIZE | private=10.0.0.3 |
+--------------------------------------+----------+---------------+------------------+
vagrant@precise64:~$ nova delete 9c429a51-8d6b-45a4-a9c0-dad59f7267bb
The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-7d4d391d-9654-40f5-abac-ca79a01292aa)
Log message is:
ERROR nova.api.openstack [req-7d4d391d-9654-40f5-abac-ca79a01292aa admin demo] Caught error: Remote error: InstanceActionNotFound_Remote Action for request_id req-7d4d391d-9654-40f5-abac-ca79a01292aa on instance 9c429a51-8d6b-45a4-a9c0-dad59f7267bb not found
Traceback (most recent call last):
File "/opt/stack/nova/nova/openstack/common/rpc/amqp.py", line 393, in _process_data
rval = self.proxy.dispatch(ctxt, version, method, **args)
File "/opt/stack/nova/nova/openstack/common/rpc/dispatcher.py", line 133, in dispatch
return getattr(proxyobj, method)(ctxt, **kwargs)
File "/opt/stack/nova/nova/conductor/manager.py", line 331, in action_event_start
evt = self.db.action_event_start(context, values)
File "/opt/stack/nova/nova/db/api.py", line 1616, in action_event_start
return IMPL.action_event_start(context, values)
File "/opt/stack/nova/nova/db/sqlalchemy/api.py", line 4521, in action_event_start
instance_uuid=values['instance_uuid'])
InstanceActionNotFound: Action for request_id req-7d4d391d-9654-40f5
-abac-ca79a01292aa on instance 9c429a51-8d6b-45a4-a9c0-dad59f7267bb
not found
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1149375/+subscriptions