kolla-ansible/releasenotes/notes/support-manila-wallaby-2e29e866af0d6287.yaml
Skylar Kelty 8d5dde3723
Update Manila deploy steps for Wallaby
Manila has changed from using subfolders to subvolumes.
We need a bit of a tidy up to prevent deploy errors.
This change also adds the ability to specify the ceph FS
Manila uses instead of relying on the default "first found".

Closes-Bug: #1938285
Closes-Bug: #1935784
Change-Id: I1d0d34919fbbe74a4022cd496bf84b8b764b5e0f
2021-08-17 10:01:58 +01:00

16 lines
613 B
YAML

---
features:
- |
Adds "manila_cephfs_filesystem_name" variable to support multi-fs
Ceph Pacific+ deloyments.
fixes:
- |
Removes "fix_cephfs_owner.yaml" which related to pre-wallaby Manila's
use of subfolders. Post-wallaby Manila now uses cephfs volumes instead,
as such this file is no longer required.
`LP#1938285 <https://bugs.launchpad.net/kolla-ansible/+bug/1938285>`__
`LP#1935784 <https://bugs.launchpad.net/kolla-ansible/+bug/1935784>`__
- |
Removes use of "cephfs_enable_snapshots" in Manila config as this
option was removed from Manila in the Wallaby release.