Merge "Cinder fails to run because snapshots are not compatible with secure NAS"

This commit is contained in:
Zuul 2018-07-23 08:59:10 +00:00 committed by Gerrit Code Review
commit d14f420ad0

View File

@ -141,6 +141,8 @@ volume_driver = cinder.volume.drivers.nfs.NfsDriver
volume_backend_name = nfs-1
nfs_shares_config = /etc/cinder/nfs_shares
nfs_snapshot_support = True
nas_secure_file_permissions = False
nas_secure_file_operations = False
{% endif %}
{% if enable_cinder_backend_hnas_iscsi | bool %}