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

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
Reference in New Issue
openstack/devstack-plugin-ceph
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.