From: John Mulligan Date: Tue, 12 Aug 2025 14:34:37 +0000 (-0400) Subject: doc/mgr: more consistent capitalization in smb.rst X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F64372%2Fhead;p=ceph.git doc/mgr: more consistent capitalization in smb.rst When not referring to a code object or field value or module name, try to spell ID and SMB in all caps everywhere in the document. Signed-off-by: John Mulligan --- diff --git a/doc/mgr/smb.rst b/doc/mgr/smb.rst index 757ad5d2e84d..d411fd3e5276 100644 --- a/doc/mgr/smb.rst +++ b/doc/mgr/smb.rst @@ -57,7 +57,7 @@ Create Cluster ceph smb cluster create {user|active-directory} [--domain-realm=] [--domain-join-user-pass=] [--define-user-pass=] [--custom-dns=] [--placement=] [--clustering=] [--password-filter=] [--password-filter-out=] -Create a new logical cluster, identified by the cluster id value. The cluster +Create a new logical cluster, identified by the cluster ID value. The cluster create command must specify the authentication mode the cluster will use. This may either be one of: @@ -278,7 +278,7 @@ password_filter ``resource_name`` arguments can take the following forms: - ``ceph.smb.cluster``: show all cluster resources -- ``ceph.smb.cluster.``: show specific cluster with given cluster id +- ``ceph.smb.cluster.``: show specific cluster with given cluster ID - ``ceph.smb.share``: show all share resources - ``ceph.smb.share.``: show all share resources part of the given cluster @@ -453,7 +453,7 @@ custom_ports ``smb``, ``smbmetrics``, ``ctdb``, and ``remote-control``. 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 + 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. bind_addrs @@ -777,7 +777,7 @@ auth password Required string. The AD user's password linked_to_cluster: - Optional. A string containing a cluster id. If set, the resource may only + Optional. A string containing a cluster ID. If set, the resource may only be used with the linked cluster and will automatically be removed when the linked cluster is removed. @@ -820,7 +820,7 @@ values name The name of the group linked_to_cluster: - Optional. A string containing a cluster id. If set, the resource may only + Optional. A string containing a cluster ID. If set, the resource may only be used with the linked cluster and will automatically be removed when the linked cluster is removed. @@ -860,7 +860,7 @@ credential_type value: A string containing the TLS certificate or key value in PEM encoding. linked_to_cluster: - Optional. A string containing a cluster id. If set, the resource may only + Optional. A string containing a cluster ID. If set, the resource may only be used with the linked cluster and will automatically be removed when the linked cluster is removed.