From 19f1d5148219ce55690a0f5c3563942e6abedb71 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 12 Aug 2025 10:34:37 -0400 Subject: [PATCH] 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 (cherry picked from commit 3e7009d510c252de7f7cc43375c6c04f30dd6ba2) --- doc/mgr/smb.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/mgr/smb.rst b/doc/mgr/smb.rst index 4f42ec6ee001a..f51b48bcc736c 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 @@ -765,7 +765,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. @@ -808,7 +808,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. @@ -848,7 +848,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. -- 2.39.5