Merge pull request #710 from coreycb/extra-specs
Use snapshot_support=True for manila share type
This commit is contained in:
@@ -42,5 +42,5 @@ def setup_ganesha_share_type(manila_client=None):
|
||||
extra_specs={
|
||||
'vendor_name': 'Ceph',
|
||||
'storage_protocol': 'NFS',
|
||||
'snapshot_support': False,
|
||||
'snapshot_support': True,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user