Cinder fails to run because snapshots are not compatible with secure NAS
Cinder cannot run with both snapshots or backups of volumes and secure NAS feature. Choosing the former as the latter does not function well everywhere. Change-Id: Iba3783b2acb79dd0e765862ef972a568c96ec108 Closes-Bug: #1726836
This commit is contained in:
parent
913e6572c1
commit
b830fa145c
@ -135,6 +135,8 @@ volume_driver = cinder.volume.drivers.nfs.NfsDriver
|
|||||||
volume_backend_name = nfs-1
|
volume_backend_name = nfs-1
|
||||||
nfs_shares_config = /etc/cinder/nfs_shares
|
nfs_shares_config = /etc/cinder/nfs_shares
|
||||||
nfs_snapshot_support = True
|
nfs_snapshot_support = True
|
||||||
|
nas_secure_file_permissions = False
|
||||||
|
nas_secure_file_operations = False
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if enable_cinder_backend_hnas_iscsi | bool %}
|
{% if enable_cinder_backend_hnas_iscsi | bool %}
|
||||||
|
Loading…
Reference in New Issue
Block a user