sureshanaparti commented on code in PR #9270:
URL: https://github.com/apache/cloudstack/pull/9270#discussion_r1719309515


##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/ScaleIOStoragePool.java:
##########
@@ -214,6 +215,11 @@ public Map<String, String> getDetails() {
         return this.details;
     }
 
+    @Override
+    public String getLocalPathFor(String relativePath) {

Review Comment:
   add défaut implementation as advised here: 
https://github.com/apache/cloudstack/pull/9270/files#r1719305288, and remove 
this here & other storage pool classes with same impl)



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

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

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

Reply via email to