sureshanaparti commented on a change in pull request #4871:
URL: https://github.com/apache/cloudstack/pull/4871#discussion_r602006111
##########
File path:
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStorageProcessor.java
##########
@@ -1840,4 +1841,10 @@ public Answer
CheckDataStoreStoragePolicyComplaince(CheckDataStoreStoragePolicyC
s_logger.info("'CheckDataStoreStoragePolicyComplainceCommand' not
currently applicable for KVMStorageProcessor");
return new Answer(cmd,false,"Not currently applicable for
KVMStorageProcessor");
}
+
+ @Override
+ public Answer SyncVolumePath(SyncVolumePathCommand cmd) {
+ s_logger.info("SyncVolumePathCommand not currently applicable for
KVMStorageProcessor");
+ return new Answer(cmd,false,"Not currently applicable for
KVMStorageProcessor");
Review comment:
```suggestion
return new Answer(cmd, false, "Not currently applicable for
KVMStorageProcessor");
```
--
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]