Skip to content

Commit 9cea908

Browse files
committed
Add doc for cephfs type mon_host
1 parent 9fd193c commit 9cea908

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -323,13 +323,14 @@ profile::ceph::client::shares:
323323

324324
Defines a CephFS share configuration used by `profile::ceph::client::shares`.
325325

326-
| Field | Description | Type | Required |
327-
| :---------------------------- | :-------------------------------------------------------------- | :--------------------------- | :------- |
328-
| `share_name` | Ceph share name | String | Yes |
329-
| `access_key` | Ceph key for the user | String | Yes |
330-
| `export_path` | CephFS export path to mount | Stdlib::Unixpath | Yes |
331-
| `bind_mounts` | Optional list of bind mounts created from the mounted share | Array[BindMount] | No |
332-
| `binds_fcontext_equivalence` | Optional SELinux fcontext equivalence target for bind mounts | Stdlib::Unixpath | No |
326+
| Field | Description | Type | Required |
327+
| :---------------------------- | :---------------------------------------------------------------- | :--------------------------- | :------- |
328+
| `share_name` | Ceph share name | String | Yes |
329+
| `access_key` | Ceph key for the user | String | Yes |
330+
| `export_path` | CephFS export path to mount | Stdlib::Unixpath | Yes |
331+
| `bind_mounts` | Optional list of bind mounts created from the mounted share | Array[BindMount] | No |
332+
| `binds_fcontext_equivalence` | Optional SELinux fcontext equivalence target for bind mounts | Stdlib::Unixpath | No |
333+
| `mon_host` | Optional list of monitor hosts for this mount (override default) | Array[String] | No |
333334

334335
```yaml
335336
profile::ceph::client::shares:

0 commit comments

Comments
 (0)