File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -323,13 +323,14 @@ profile::ceph::client::shares:
323323
324324Defines 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
335336profile::ceph::client::shares:
You can’t perform that action at this time.
0 commit comments