1. View volume status
[Email protected] ~]# Cinder list
+--------------------------------------+----------------+--------------+------+-------------+----------+------- ------------------------------+
| ID | Status | Display Name | Size | Volume Type | bootable | Attached to |
+--------------------------------------+-----------+--------------+------+-------------+----------+------------ ------------------------------+
| 0e4d333f-9bda-4b83-98f7-f509f5ceaefa | Error_deleting| V1 | 1 | None | true | |
| b86a40de-fa40-44d8-9863-0b5b9699ea3f | In-use | V2 | 1 | None | False | 1e6fc7da-fff6-42d2-bcca-229ab6e33237 |
| ce8f729b-0ae3-428e-b6ff-7cebd9d81cb2 | available | v3 | 2 | None | False | |
+--------------------------------------+---------------+--------------+------+-------------+----------+---- ----------------------------------+
2. View Logical Disk
[[Email protected] ~]# LVs LV VG Attr lsize Pool Origin Data% meta% Move Log cpy%Sync Convert Volume-0e4d333f-9bda-4b83-98f7-f509f5ceaefa cinder-volumes-wi-a-----1. 00g Volume-b86a40de-fa40-44d8-9863-0b5b9699ea3f Cinder-volumes-wi-ao----1. 00g Volume-CE8F729B-0AE3-428E-B6FF-7CEBD9D81CB2 cinder-volumes-wi-a-----2. 00g Lv_root Vg_rorwo /c0>-wi-ao---- -. 51g Lv_swap Vg_rorwo /c2>-wi-ao----5.00g
2. Remove the logical disk with a status of "error_deleting"
[Email protected] ~]# lvremove cinder-volumes volume-0e4d333f-9bda-4b83-98f7-~]# Cinder Force-delete 0e4d333f-9bda-4b83-98f7-f509f5ceaefa
And then refresh Horizon and have a look.
Reference: https://ask.openstack.org/en/question/1378/cannot-remove-volume/
[Icehouse][cinder] Volume a solution with a status of "error_deleting" cannot be removed