File: bug-2050010-add-filesystem-name-metadata-to-cephfs-shares-5725d751980360ec.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (10 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
---
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.