]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rbd/rbd-cloudstack.rst: include support for multiple monitors 52607/head
authorJayanth Reddy <45934027+zap51@users.noreply.github.com>
Mon, 24 Jul 2023 16:04:06 +0000 (21:34 +0530)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 24 Jul 2023 21:02:53 +0000 (23:02 +0200)
Signed-off-by: Jayanth Reddy <45934027+zap51@users.noreply.github.com>
doc/rbd/rbd-cloudstack.rst

index 1b961234b89857f3fcd188b4b4d60a086453b9a8..05b1a0bb2205736fe234b2151f6a117f89dc089f 100644 (file)
@@ -117,7 +117,7 @@ To add a Ceph block device as Primary Storage, the steps include:
    
 #. Add cluster information (``cephx`` is supported).
 
-   - For **RADOS Monitor**, provide the IP address of a Ceph monitor node.
+   - For **RADOS Monitor**, provide the IP addresses or DNS names of Ceph monitors. Please note that support for comma-separated list of IP addresses or DNS names is only present in Cloudstack v4.18.0.0 or later.
    
    - For **RADOS Pool**, provide the name of an RBD pool.
    
@@ -143,7 +143,7 @@ created (e.g., ``cloudstack``).
 Limitations
 ===========
 
-- CloudStack will only bind to one monitor (You can however create a Round Robin DNS record over multiple monitors)
+- Until v4.17.1.0, CloudStack will only bind to one monitor at a time. You can however use multiple DNS A or AAAA records in a round-robin fashion to spread connections over multiple monitors.