Activity log for bug #1602078

Date Who What changed Old value New value Message
2016-07-12 03:22:49 Nate Potter bug added bug
2016-07-12 03:23:01 Nate Potter cinder: assignee Nate Potter (ntpttr)
2016-07-12 18:42:28 Nate Potter summary Delete volume status checks don't work LVM Snapshot can't be deleted if backend lv is removed
2016-07-12 18:46:16 Nate Potter description A volume that is in the 'error_extending' state isn't always deleted when it should be. I had five volumes, all in 'error_extending', and when I tried to delete them all only two were deleted. Here's the log: http://paste.openstack.org/show/530768/ This seems like it's likely an issue for any driver rather than just LVM, but I have LVM enabled. I created a volume and snapshot, and then ended up manually deleting the snap with lv commands so that cinder didn't know about it. Then when trying to delete the snapshot with Cinder using the force param, it's impossible to remove the entry from Cinder's DB, because if a VolumeBackendApiException is raised when the snapshot isn't found, all that's done is set the snapshot's status to error_deleting. I think it might be useful to create a new exception for not finding the intended snapshot in the backend, and allow Cinder to delete it from the DB in this case.
2016-07-12 23:19:25 Nate Potter summary LVM Snapshot can't be deleted if backend lv is removed LVM Snapshot can't be deleted if backend lv is inactive
2016-07-13 21:21:03 OpenStack Infra cinder: status New In Progress
2017-09-26 22:46:34 Sean McGinnis cinder: status In Progress New
2017-09-26 22:46:34 Sean McGinnis cinder: assignee Nate Potter (ntpttr)