You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/12/14 04:42:10 UTC

[GitHub] [cloudstack] sureshanaparti commented on a change in pull request #5750: use physical size instead of virtual size for migration.

sureshanaparti commented on a change in pull request #5750:
URL: https://github.com/apache/cloudstack/pull/5750#discussion_r768311812



##########
File path: engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/StorageOrchestrator.java
##########
@@ -233,6 +250,10 @@ public MigrationResponse migrateData(Long srcDataStoreId, List<Long> destDatasto
             }
         } else {
             message = "Migration completed";
+            if (migrationPolicy == MigrationPolicy.COMPLETE && skipped != 0) {

Review comment:
       ```suggestion
               if (migrationPolicy == MigrationPolicy.COMPLETE && skipped > 0) {
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org