tripleo-heat-templates/releasenotes/notes/Support-ceph_volume_mode-parameter-5553a9b39718a749.yaml
Tom Barron 127dbb4e81 Support cephfs_volume_mode parameter
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
2019-02-26 19:03:26 +00:00

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.