DaanHoogland commented on code in PR #6792:
URL: https://github.com/apache/cloudstack/pull/6792#discussion_r984777251


##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtStoragePoolXMLParser.java:
##########
@@ -123,4 +125,13 @@ private static String getAttrValue(String tag, String 
attr, Element eElement) {
         Element node = (Element)tagNode.item(0);
         return node.getAttribute(attr);
     }
+
+    protected static String getStorageHost(Element parentElement) {

Review Comment:
   ```suggestion
       protected static String getStorageHosts(Element parentElement) {
   ```
   and in the callers of course



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to