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
changes/75/741275/4
Victoria Martinez de la Cruz 3 years ago committed by Tom Barron
parent 0c73ea3017
commit adbc28ae1a

@ -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

Loading…
Cancel
Save