From ebf915c8bf17f13e4ec13e5e5c841fbb67191ed3 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 14 Apr 2016 14:49:37 -0400 Subject: [PATCH] Set nfs_snapshot_support in cinder.conf The current work at [1] makes this feature opt-in only. [1] https://review.openstack.org/#/c/147186/20 Change-Id: I5b3df4212251f08dd269963cc3821fd09728bcc4 --- devstack/plugin.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 89cb0ef..47ad911 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -68,6 +68,9 @@ function configure_cinder_nfs { iniset $CINDER_CONF nfs nas_secure_file_permissions \ ${NFS_SECURE_FILE_PERMISSIONS} + # NFS snapshot support is currently opt-in only. + iniset $CINDER_CONF nfs nfs_snapshot_support True + # Point Cinder to the Nova service correctly # Cinder's defaults don't match what devstack sets up. iniset $CINDER_CONF DEFAULT nova_catalog_info compute:nova:publicURL