~tritone-team/tritone/eucalyptus

« back to all changes in this revision

Viewing changes to clc/modules/storage-controller/src/main/java/edu/ucsb/eucalyptus/cloud/ws/SnapshotProgressCallback.java

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2009-12-01 21:09:28 UTC
  • mto: This revision was merged to the branch mainline in revision 75.
  • Revision ID: james.westby@ubuntu.com-20091201210928-o2dvg0ubljhb0ft6
Tags: upstream-1.6.1~bzr1083
ImportĀ upstreamĀ versionĀ 1.6.1~bzr1083

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                        SnapshotInfo foundSnapshotInfo = db.getUnique(snapshotInfo);
46
46
                        foundSnapshotInfo.setProgress(String.valueOf(100));
47
47
                        foundSnapshotInfo.setStatus(StorageProperties.Status.available.toString());
 
48
                        foundSnapshotInfo.setShouldTransfer(false);
48
49
                } catch (Exception ex) {
49
50
                        db.rollback();
50
51
                        LOG.warn(ex);