[DellEQLX] Problem removing volume that was not created
Bug #1677227 reported by
Pedro Magalhães
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Triaged
|
Medium
|
Unassigned |
Bug Description
When I create a volume from image, if my volume as lower GB capacity than the image, the volume will give Error as expected.
The problem is when I try to remove it, it will give "Error deleting" because that volume don't exist in the storage.
Logs in attachment.
To post a comment you must log in.
It appears the PS driver has handling for the case where the volume does not exist, but the returned error from executing the SSH command is a little different so it is getting missed.