Error messages haven't been deleted yet

Bug #1587534 reported by xiexs
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cinder
In Progress
Undecided
Unassigned

Bug Description

The user error messages hasn't yet been deleted although the volume has already been destroyed.
A reproducing manual is listed as follows:

$ cinder list
+--------------------------------------+--------+-------+------+-------------+----------+-------------+
| ID | Status | Name | Size | Volume Type | Bootable | Attached to |
+--------------------------------------+--------+-------+------+-------------+----------+-------------+
| 8bc31fce-8c8c-484b-9e0e-f5a628ffb812 | error | xiexs | 100 | lvmdriver-1 | false | |
+--------------------------------------+--------+-------+------+-------------+----------+-------------+

$ cinder delete 8bc31fce-8c8c-484b-9e0e-f5a628ffb812
Request to delete volume 8bc31fce-8c8c-484b-9e0e-f5a628ffb812 has been accepted.

$curl -X GET -H "X-Auth-Token: xxx" http://xxxx:8776/v3/xxxx/messages
{
    "messages": [
        {
            "created_at": "2016-05-31T15:20:42.000000",
            "event_id": "000002",
            "guaranteed_until": "2016-06-30T15:20:42.000000",
            "id": "c9fcf4a8-5bb9-4514-be7e-86667771b324",
            "links": [
                {
                    "href": "http://10.167.226.23:8776/v3/6a33c0eab9ef45ad9cecc99dd897f7d8/messages/c9fcf4a8-5bb9-4514-be7e-86667771b324",
                    "rel": "self"
                },
                {
                    "href": "http://10.167.226.23:8776/6a33c0eab9ef45ad9cecc99dd897f7d8/messages/c9fcf4a8-5bb9-4514-be7e-86667771b324",
                    "rel": "bookmark"
                }
            ],
            "message_level": "ERROR",
            "request_id": "req-3b8f86fb-efa5-4787-bfeb-e6416b019dc1",
            "resource_type": "VOLUME",
            "resource_uuid": "8bc31fce-8c8c-484b-9e0e-f5a628ffb812",
            "user_message": "No storage could be allocated for this volume request. You may be able to try another size or volume type."
        }
}

xiexs (xiexs)
Changed in cinder:
assignee: nobody → xiexs (xiexs)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cinder (master)

Fix proposed to branch: master
Review: https://review.openstack.org/323451

Changed in cinder:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on cinder (master)

Change abandoned by xiexs (<email address hidden>) on branch: master
Review: https://review.openstack.org/323451

Revision history for this message
Sean McGinnis (sean-mcginnis) wrote : Bug Assignee Expired

Unassigning due to no activity for > 6 months.

Changed in cinder:
assignee: xiexs (xiexs) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.