DaanHoogland commented on a change in pull request #4231:
URL: https://github.com/apache/cloudstack/pull/4231#discussion_r551309199



##########
File path: 
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMPhysicalDisk.java
##########
@@ -28,7 +28,7 @@ public static String RBDStringBuilder(String monHost, int 
monPort, String authUs
 
         rbdOpts = "rbd:" + image;
         rbdOpts += ":mon_host=" + monHost;
-        if (monPort != 6789) {
+        if (monPort > 0) {
             rbdOpts += "\\\\:" + monPort;

Review comment:
       @wido @weizhouapache can you comment on if this is the only issue?




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


Reply via email to