Comment 5 for bug 1023755

Revision history for this message
Mike Perez (thingee) wrote : Re: Unable to delete the volume snapshot

Unfortunately after starting up 8 different instances (yes really), I was not able to reproduce this behavior. Here's an example:

$ cinder create 5
$ cinder list
+--------------------------------------+-----------+--------------+------+-------------+-------------+
| ID | Status | Display Name | Size | Volume Type | Attached to |
+--------------------------------------+-----------+--------------+------+-------------+-------------+
| 8d5ecba7-98fa-4c56-b3d8-ef6f8920a5a6 | available | None | 5 | None | |
+--------------------------------------+-----------+--------------+------+-------------+-------------+
$ cinder snapshot-create 8d5ecba7-98fa-4c56-b3d8-ef6f8920a5a6
$ cinder snapshot-list
+--------------------------------------+--------------------------------------+-----------+--------------+------+
| ID | Volume ID | Status | Display Name | Size |
+--------------------------------------+--------------------------------------+-----------+--------------+------+
| 3f7f89ad-7d6d-462c-a145-009b73065595 | 8d5ecba7-98fa-4c56-b3d8-ef6f8920a5a6 | available | None | 5 |
+--------------------------------------+--------------------------------------+-----------+--------------+------+
$ cinder snapshot-delete 3f7f89ad-7d6d-462c-a145-009b73065595
$ cinder snapshot-list
+--------------------------------------+--------------------------------------+----------+--------------+------+
| ID | Volume ID | Status | Display Name | Size |
+--------------------------------------+--------------------------------------+----------+--------------+------+
| 3f7f89ad-7d6d-462c-a145-009b73065595 | 8d5ecba7-98fa-4c56-b3d8-ef6f8920a5a6 | deleting | None | 5 |
+--------------------------------------+--------------------------------------+----------+--------------+------+
$ cinder snapshot-list

$