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 @@ -103,6 +103,15 @@ custom_dns
103103 Active Directory even if the Ceph host nodes are not tied into the Active
104104 Directory DNS domain(s).
105105
106+ custom_ports
107+ A mapping of service names to port numbers that will override the
108+ default ports used for those services. The service names are:
109+ ``smb ``, ``smbmetrics ``, and ``ctdb ``. If a service name is not
110+ present in the mapping the default port will be used.
111+ For example, ``{"smb": 4455, "smbmetrics": 9009} `` will change the
112+ ports used by smb for client access and the metrics exporter, but
113+ not change the port used by the CTDB clustering daemon.
114+
106115include_ceph_users
107116 A list of cephx user (aka entity) names that the Samba Containers may use.
108117 The cephx keys for each user in the list will automatically be added to
You can’t perform that action at this time.
0 commit comments