Use snapshot_support=True for manila share type
The extra specs of a manila share type need to match the share service's capabilities. [1] [1] https://docs.openstack.org/manila/pike/admin/shared-file-systems-troubleshoot.html#id2 Closes-Bug: #1962204
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