sureshanaparti commented on a change in pull request #4871:
URL: https://github.com/apache/cloudstack/pull/4871#discussion_r602007011
##########
File path:
plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/Ovm3StorageProcessor.java
##########
@@ -833,6 +834,12 @@ public Answer
CheckDataStoreStoragePolicyComplaince(CheckDataStoreStoragePolicyC
return new Answer(cmd,false,"Not applicable used for
Ovm3StorageProcessor");
}
+ @Override
+ public Answer SyncVolumePath(SyncVolumePathCommand cmd) {
+ LOGGER.info("SyncVolumePathCommand not currently applicable for
Ovm3StorageProcessor");
+ return new Answer(cmd,false,"Not currently applicable for
Ovm3StorageProcessor");
Review comment:
```suggestion
return new Answer(cmd, false, "Not currently applicable for
Ovm3StorageProcessor");
```
--
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]