aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorJan Provaznik <jprovazn@redhat.com>2017-02-21 12:00:48 +0100
committerJan Provaznik <jan.provaznik@gmail.com>2017-04-25 09:43:14 +0000
commit12f0f6ca435e97984adc0d818370bd06be87c164 (patch)
treef8442fa11dc3eaa0029afebcafac6fb070936a32 /puppet
parent374b101683eb695b4aad44cb086c1a1748042d12 (diff)
Disable Manila CephFS snapshots by default
Because CephFS Snapshots are still an experimental feature and also Manila Ceph driver has this feature disabled by default, it makes sense to not override this value by default. Change-Id: I3dacbd7a3c673d2f34998ee9f433889727c6a0f7 (cherry picked from commit 99371a90a29b4f9ffda606263540a1ef0b919633)
Diffstat (limited to 'puppet')
-rw-r--r--puppet/services/manila-backend-cephfs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/manila-backend-cephfs.yaml b/puppet/services/manila-backend-cephfs.yaml
index 36ef1ea9..2a6d7e34 100644
--- a/puppet/services/manila-backend-cephfs.yaml
+++ b/puppet/services/manila-backend-cephfs.yaml
@@ -39,7 +39,7 @@ parameters:
default: 'ceph'
ManilaCephFSNativeCephFSEnableSnapshots:
type: boolean
- default: true
+ default: false
ManilaCephFSDataPoolName:
default: manila_data
type: string