sureshanaparti commented on code in PR #9270: URL: https://github.com/apache/cloudstack/pull/9270#discussion_r1719302121
########## plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/MultipathSCSIPool.java: ########## @@ -203,6 +204,11 @@ public Map<String, String> getDetails() { return this.details; } + @Override + public String getLocalPathFor(String relativePath) { Review Comment: no need to override with the same implementation, better add default implementation in the interface -- 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