You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Chris Suich (JIRA)" <ji...@apache.org> on 2014/01/07 18:51:54 UTC

[jira] [Created] (CLOUDSTACK-5825) Create snapshot API always returns success

Chris Suich created CLOUDSTACK-5825:
---------------------------------------

             Summary: Create snapshot API always returns success
                 Key: CLOUDSTACK-5825
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5825
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: API
    Affects Versions: 4.3.0
            Reporter: Chris Suich
            Priority: Critical


VolumeApiServiceImpl.orchestrateTakeVolumeSnapshot() to
VolumeServiceImpl.takeSnapshot(), you’ll notice that ANY exception that is thrown inside of SnapshotManager.takeSnapshot() is simply caught and ignored.

Back up in VolumeApiServiceImpl.orchestrateTakeVolumeSnapshot(), JobInfo.Status.SUCCEEDED is ALWAYS returned, regardless of the snapshot result.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)