@@ -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
6161create command must specify the authentication mode the cluster will use. This
6262may 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.
459459bind_addrs
777777 password
778778 Required string. The AD user's password
779779linked_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
822822linked_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
860860value:
861861 A string containing the TLS certificate or key value in PEM encoding.
862862linked_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