From b830fa145c8a47e8b501e2ecd51c4eadc00aebf8 Mon Sep 17 00:00:00 2001 From: Vladislav Belogrudov Date: Tue, 24 Oct 2017 15:40:38 +0300 Subject: [PATCH] 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 --- ansible/roles/cinder/templates/cinder.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/roles/cinder/templates/cinder.conf.j2 b/ansible/roles/cinder/templates/cinder.conf.j2 index 6b2a163d00..518a6933a6 100644 --- a/ansible/roles/cinder/templates/cinder.conf.j2 +++ b/ansible/roles/cinder/templates/cinder.conf.j2 @@ -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 %}