]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Updated the doc for NFS colocating ports 67087/head
authorShweta Bhosale <Shweta.Bhosale1@ibm.com>
Thu, 22 Jan 2026 10:09:41 +0000 (15:39 +0530)
committerShweta Bhosale <Shweta.Bhosale1@ibm.com>
Wed, 13 May 2026 11:24:56 +0000 (16:54 +0530)
Fixes: https://tracker.ceph.com/issues/74479
Signed-off-by: Shweta Bhosale <Shweta.Bhosale1@ibm.com>
doc/cephadm/services/nfs.rst

index 07d19df950d27901a93120384973f0191970dcc0..5f20c4a3cc0d99e2b28b56b057832c605cdb0284 100644 (file)
@@ -167,8 +167,8 @@ In this configuration, 4 daemons total are deployed (2 per host), distributed ac
      ``monitoring_port`` from the spec.
    * The number of entries in ``colocation_ports`` should be ``count - 1``,
      to cover the node down scenario (or ``count_per_host - 1`` when using ``count_per_host``).
-   * Each entry must specify both ``data_port`` and ``monitoring_port``. When
-     ``enable_rdma`` is true, each entry must also include ``rdma_port``.
+   * Each entry must specify ``data_port``, ``monitoring_port``, and ``qos_cluster_port``.
+     When ``enable_rdma`` is true, each entry must also include ``rdma_port``.
    * If ``colocation_ports`` is not specified, ports will be automatically
      incremented for colocated daemons (e.g., 2049 → 2050 → 2051 for data ports,
      and 9587 → 9588 → 9589 for monitoring ports).