sureshanaparti commented on a change in pull request #4871:
URL: https://github.com/apache/cloudstack/pull/4871#discussion_r602009303
##########
File path:
plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/XenServerStorageProcessor.java
##########
@@ -222,6 +223,12 @@ public Answer
CheckDataStoreStoragePolicyComplaince(CheckDataStoreStoragePolicyC
return new Answer(cmd,false,"Not applicable used for
XenServerStorageProcessor");
}
+ @Override
+ public Answer SyncVolumePath(SyncVolumePathCommand cmd) {
+ s_logger.info("SyncVolumePathCommand not currently applicable for
XenServerStorageProcessor");
+ return new Answer(cmd,false,"Not currently applicable for
XenServerStorageProcessor");
Review comment:
check formatting here
--
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]