summaryrefslogtreecommitdiffstats
path: root/doc/rbd
diff options
context:
space:
mode:
authorJayanth Reddy <45934027+zap51@users.noreply.github.com>2023-07-24 18:04:06 +0200
committerIlya Dryomov <idryomov@gmail.com>2023-07-24 23:02:53 +0200
commit5bce61ecf3e8b24205bd7884708c73bbde1e77c6 (patch)
tree65f9cd2b785808c3e97f7d99f5ad9b94d0760f8c /doc/rbd
parentMerge pull request #51772 from caisan/multisite-hang-period-update (diff)
downloadceph-5bce61ecf3e8b24205bd7884708c73bbde1e77c6.tar.xz
ceph-5bce61ecf3e8b24205bd7884708c73bbde1e77c6.zip
doc/rbd/rbd-cloudstack.rst: include support for multiple monitors
Signed-off-by: Jayanth Reddy <45934027+zap51@users.noreply.github.com>
Diffstat (limited to 'doc/rbd')
-rw-r--r--doc/rbd/rbd-cloudstack.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rbd/rbd-cloudstack.rst b/doc/rbd/rbd-cloudstack.rst
index 1b961234b89..05b1a0bb220 100644
--- a/doc/rbd/rbd-cloudstack.rst
+++ b/doc/rbd/rbd-cloudstack.rst
@@ -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.