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


##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMPhysicalDisk.java:
##########
@@ -54,9 +54,9 @@ public static String RBDStringBuilder(KVMStoragePool 
storagePool, String image)
         rbdOpts += ":mon_host=" + composeOptionForMonHosts(monHost, monPort);
 
         if (authUserName == null) {
-            rbdOpts += ":auth_supported=none";
+            rbdOpts += ":auth_client_required=none";
         } else {
-            rbdOpts += ":auth_supported=cephx";
+            rbdOpts += ":auth_client_required=cephx";

Review Comment:
   @waterWang Can you check and update the doc if required (that >= Ceph 
Tentacle 20.2.4 will be supported).



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