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:
[email protected]