127dbb4e81
manila now [1] supports configuring an octal value for the rwx permissions mode of the cephfs volumes and snapshots and groups of these that back manila shares, snapshots, and groups. Expose this parameter in the backend manifests for manila with cephfs. [1] https://review.openstack.org/#/c/614332 Depends-on: https://review.openstack.org/638773 Change-Id: I0e3f841523dc0cc213100296bc352ac88eb1ff74
10 lines
425 B
YAML
10 lines
425 B
YAML
---
|
|
features:
|
|
- |
|
|
Support setting values for ``cephfs_volume_mode`` manila parameter via
|
|
the THT parameter ManilaCephFSCephVolumeMode. These control the POSIX
|
|
rwx mode of the cephfs volumes, snapshots, and groups of these that back
|
|
corresponding manila resources. Default value for ManilaCephFSCephVolumeMode
|
|
is '0755', backwards-compatible with the mode for these objects before it
|
|
was settable.
|