GitHub user niteshsarda opened a pull request:

    https://github.com/apache/cloudstack/pull/1924

    CLOUDSTACK-9766 : Executing deleteSnapshot api with already deleted s…

    If 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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/niteshsarda/cloudstack CS-50213

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1924.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1924
    
----
commit f8ad3e8115f50f5de8511a80937a40723bbe4971
Author: Nitesh Sarda <nitesh_sa...@accelerite.com>
Date:   2017-02-01T06:29:45Z

    CLOUDSTACK-9766 : Executing deleteSnapshot api with already deleted 
snapshot does not throw any exception or failure message

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to