Enable cephFS snapshots in manila

To use the snapshots capability that the cephfs drivers have
we need to set the share type extra spec enable_snapshot support
to True

Change-Id: I45dddd49578eaca81276bbf44a44701c80b8a8c4
This commit is contained in:
Victoria Martinez de la Cruz 2020-07-15 17:18:18 +00:00 committed by Tom Barron
parent 0c73ea3017
commit adbc28ae1a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ if (is_ceph_enabled_for_service manila); then
MANILA_DEFAULT_SHARE_TYPE=cephfstype
# CephFSNative Driver does not yet support creation of shares from
# snapshot.
MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS='snapshot_support=False'
MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS='snapshot_support=True'
MANILA_ENABLED_BACKENDS=cephfsnative1
MANILA_CONFIGURE_GROUPS=cephfsnative1