yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #57534
[Bug 1630783] Re: Nova returns HTTP500 if deleting attached volume
** Also affects: nova/mitaka
Importance: Undecided
Status: New
** Also affects: nova/newton
Importance: Undecided
Status: New
** Changed in: nova/mitaka
Status: New => Confirmed
** Changed in: nova/newton
Importance: Undecided => Medium
** Changed in: nova/newton
Status: New => Confirmed
** Tags added: api volumes
** Changed in: nova/mitaka
Importance: Undecided => Medium
--
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/1630783
Title:
Nova returns HTTP500 if deleting attached volume
Status in OpenStack Compute (nova):
In Progress
Status in OpenStack Compute (nova) mitaka series:
Confirmed
Status in OpenStack Compute (nova) newton series:
Confirmed
Bug description:
To reproduce bug #1621452 on the gate, we tried to add the corresponding test to Tempest (https://review.openstack.org/#/c/382083/).
But the test failed at the unexpected place like:
traceback-1: {{{
Traceback (most recent call last):
File "tempest/api/compute/base.py", line 350, in delete_volume
cls._delete_volume(cls.volumes_extensions_client, volume_id)
File "tempest/api/compute/base.py", line 281, in _delete_volume
volumes_client.delete_volume(volume_id)
File "tempest/lib/services/compute/volumes_client.py", line 75, in delete_volume
resp, body = self.delete("os-volumes/%s" % volume_id)
File "tempest/lib/common/rest_client.py", line 307, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "tempest/lib/services/compute/base_compute_client.py", line 48, in request
method, url, extra_headers, headers, body, chunked)
File "tempest/lib/common/rest_client.py", line 665, in request
resp, resp_body)
File "tempest/lib/common/rest_client.py", line 829, in _error_checker
message=message)
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
<class 'nova.exception.InvalidInput'>
}}
The above error happens if deleting the attached volume on os-volumes
API.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1630783/+subscriptions
References