mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
CLOUDSTACK-9766 : Executing deleteSnapshot api with already deleted sIf we try to delete the snapshot which is already deleted, then no proper error appears in the log and it just try to delete the snapshot which is already deleted. Steps to reproduce : ------- 1-create a snapshot 2-delete the snapshot 3-try to delete snapshot which is deleted in step 2 Expected Result ------------- Result should show proper error message. Request for deleting already deleted snapshot should not be placed. * pr/1924: CLOUDSTACK-9766 : Executing deleteSnapshot api with already deleted snapshot does not throw any exception or failure message Signed-off-by: Rajani Karuturi <rajani.karuturi@accelerite.com>