Skip to content

Commit 7e81d1b

Browse files
Gupta, SuryaGupta, Surya
authored andcommitted
CSTACKEX-16 Fix Copy Issues
1 parent a379094 commit 7e81d1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/storage/snapshot/src/main/java/org/apache/cloudstack/storage/snapshot/StorageSystemSnapshotStrategy.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ else if (volumeInfo.getFormat() == ImageFormat.OVA || volumeInfo.getFormat() ==
515515
}
516516

517517
snapshotOnPrimary = result.getSnapshot();
518+
snapshotOnPrimary.addPayload(snapshotInfo.getPayload());
518519
}
519520
finally {
520521
if (result != null && result.isSuccess()) {

0 commit comments

Comments
 (0)