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/03/26 04:07:57 UTC

[GitHub] [cloudstack] sureshanaparti commented on a change in pull request #4871: VMware Datastore Cluster primary storage pool synchronisation

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



##########
File path: core/src/main/java/com/cloud/storage/resource/StorageProcessor.java
##########
@@ -82,4 +83,6 @@
     Answer copyVolumeFromPrimaryToPrimary(CopyCommand cmd);
 
     public Answer CheckDataStoreStoragePolicyComplaince(CheckDataStoreStoragePolicyComplainceCommand cmd);
+
+    public Answer SyncVolumePath(SyncVolumePathCommand cmd);

Review comment:
       ```suggestion
       public Answer syncVolumePath(SyncVolumePathCommand cmd);
   ```




-- 
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.

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