You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/09/30 16:46:11 UTC

[GitHub] [cloudstack] DaanHoogland commented on a diff in pull request #6792: Support multiple ceph monitors

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) {
   ```



-- 
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-unsubscribe@cloudstack.apache.org

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