Skip to content

Commit 3e7009d

Browse files
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 <[email protected]>
1 parent e74227f commit 3e7009d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/mgr/smb.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Create Cluster
5757

5858
ceph smb cluster create <cluster_id> {user|active-directory} [--domain-realm=<domain_realm>] [--domain-join-user-pass=<domain_join_user_pass>] [--define-user-pass=<define_user_pass>] [--custom-dns=<custom_dns>] [--placement=<placement>] [--clustering=<clustering>] [--password-filter=<password_filter>] [--password-filter-out=<password_filter_out>]
5959

60-
Create a new logical cluster, identified by the cluster id value. The cluster
60+
Create a new logical cluster, identified by the cluster ID value. The cluster
6161
create command must specify the authentication mode the cluster will use. This
6262
may either be one of:
6363

@@ -278,7 +278,7 @@ password_filter
278278
``resource_name`` arguments can take the following forms:
279279

280280
- ``ceph.smb.cluster``: show all cluster resources
281-
- ``ceph.smb.cluster.<cluster_id>``: show specific cluster with given cluster id
281+
- ``ceph.smb.cluster.<cluster_id>``: show specific cluster with given cluster ID
282282
- ``ceph.smb.share``: show all share resources
283283
- ``ceph.smb.share.<cluster_id>``: show all share resources part of the given
284284
cluster
@@ -453,7 +453,7 @@ custom_ports
453453
``smb``, ``smbmetrics``, ``ctdb``, and ``remote-control``. If a service
454454
name is not present in the mapping the default port will be used.
455455
For example, ``{"smb": 4455, "smbmetrics": 9009}`` will change the
456-
ports used by smb for client access and the metrics exporter, but
456+
ports used by SMB for client access and the metrics exporter, but
457457
not change the port used by the CTDB clustering daemon.
458458
Note - not all SMB clients are able to use alternate port numbers.
459459
bind_addrs
@@ -777,7 +777,7 @@ auth
777777
password
778778
Required string. The AD user's password
779779
linked_to_cluster:
780-
Optional. A string containing a cluster id. If set, the resource may only
780+
Optional. A string containing a cluster ID. If set, the resource may only
781781
be used with the linked cluster and will automatically be removed when the
782782
linked cluster is removed.
783783

@@ -820,7 +820,7 @@ values
820820
name
821821
The name of the group
822822
linked_to_cluster:
823-
Optional. A string containing a cluster id. If set, the resource may only
823+
Optional. A string containing a cluster ID. If set, the resource may only
824824
be used with the linked cluster and will automatically be removed when the
825825
linked cluster is removed.
826826

@@ -860,7 +860,7 @@ credential_type
860860
value:
861861
A string containing the TLS certificate or key value in PEM encoding.
862862
linked_to_cluster:
863-
Optional. A string containing a cluster id. If set, the resource may only
863+
Optional. A string containing a cluster ID. If set, the resource may only
864864
be used with the linked cluster and will automatically be removed when the
865865
linked cluster is removed.
866866

0 commit comments

Comments
 (0)