rafaelweingartner commented on a change in pull request #3122: Add back ability 
to disable backup of snapshot to secondary
URL: https://github.com/apache/cloudstack/pull/3122#discussion_r248485115
 
 

 ##########
 File path: server/src/com/cloud/storage/snapshot/SnapshotManagerImpl.java
 ##########
 @@ -1171,6 +1174,17 @@ public SnapshotInfo takeSnapshot(VolumeInfo volume) 
throws ResourceAllocationExc
         return snapshot;
     }
 
+    protected void backupSnapshotToSecondary(boolean asyncBackup, 
SnapshotStrategy snapshotStrategy, SnapshotInfo snapshotOnPrimary) {
 
 Review comment:
   Would you mind documenting this method, and then creating unit test cases 
for it?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to