]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr: document new smb cluster resource option custom_ports
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 12 Jun 2025 19:32:52 +0000 (15:32 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 18 Jun 2025 17:13:45 +0000 (13:13 -0400)
Signed-off-by: John Mulligan <jmulligan@redhat.com>
doc/mgr/smb.rst

index 669019f6104ca21f5e38629635857fea6fb3f971..63d3dbafe6cbfc241aadb6705d0672d7e3b3d773 100644 (file)
@@ -447,6 +447,15 @@ custom_dns
     Optional. List of IP Addresses. IP addresses will be used as DNS
     resolver(s) in Samba containers allowing the containers to use domain DNS
     even if the Ceph host does not
+custom_ports
+    Optional. A mapping of service names to port numbers that will override the
+    default ports used for those services. The service names are:
+    ``smb``, ``smbmetrics``, and ``ctdb``. If a service name is not
+    present in the mapping the default port will be used.
+    For example, ``{"smb": 4455, "smbmetrics": 9009}`` will change the
+    ports used by smb for client access and the metrics exporter, but
+    not change the port used by the CTDB clustering daemon.
+    Note - not all SMB clients are able to use alternate port numbers.
 placement
     Optional. A Ceph Orchestration :ref:`placement specifier
     <orchestrator-cli-placement-spec>`.  Defaults to one host if not provided