File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -447,6 +447,15 @@ custom_dns
447447 Optional. List of IP Addresses. IP addresses will be used as DNS
448448 resolver(s) in Samba containers allowing the containers to use domain DNS
449449 even if the Ceph host does not
450+ custom_ports
451+ Optional. A mapping of service names to port numbers that will override the
452+ default ports used for those services. The service names are:
453+ ``smb ``, ``smbmetrics ``, and ``ctdb ``. If a service name is not
454+ present in the mapping the default port will be used.
455+ For example, ``{"smb": 4455, "smbmetrics": 9009} `` will change the
456+ ports used by smb for client access and the metrics exporter, but
457+ not change the port used by the CTDB clustering daemon.
458+ Note - not all SMB clients are able to use alternate port numbers.
450459placement
451460 Optional. A Ceph Orchestration :ref: `placement specifier
452461 <orchestrator-cli-placement-spec>`. Defaults to one host if not provided
You can’t perform that action at this time.
0 commit comments