7e585a3bb5
Make use of the `get_optional_share_creation_data` driver interface to metadata in shares' created using the cephfs protocol. Closes-Bug: #2050010 Change-Id: I91b51f974840f593334f2dcddfcfd45adfe87780
11 lines
509 B
YAML
11 lines
509 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Shares created using the CEPHFS Native protocol will now have a new
|
|
`__mount_options` metadata containing the `cephfs_filesystem_name` to
|
|
enhance usability while mounting shares. Existing shares will be updated
|
|
through the ensure shares workflow. To preserve backwards compatibility,
|
|
this metadata is mutable by end users. It is strongly recommended that
|
|
administrators include "__mount_options" in the
|
|
`[DEFAULT]/admin_only_metadata_keys` configuration option.
|