manila/releasenotes/notes/bug-2050010-add-filesystem-name-metadata-to-cephfs-shares-5725d751980360ec.yaml
silvacarloss 7e585a3bb5 Add cephfs filesystem to shares metadata
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
2024-02-27 18:09:31 -03:00

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.