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:
Vladislav Belogrudov 2017-10-24 15:40:38 +03:00
parent 913e6572c1
commit b830fa145c

View File

@ -135,6 +135,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 %}