Set proper ceph config path for manila
authorTom Barron <tpb@dyncloud.net>
Wed, 5 Oct 2016 21:55:09 +0000 (17:55 -0400)
committerTom Barron <tpb@dyncloud.net>
Wed, 5 Oct 2016 21:55:09 +0000 (17:55 -0400)
When deploying manila with cephfs backend,
/etc/manila/manila.conf should define

  cephfs_conf_path = /etc/ceph/ceph.conf

in the cephfs native backend since this is
the conventional path that ceph operators expect
and since we document that path upstream.

Change-Id: I4abf5c33b675b1102413a84d64f4ce23b07b4485
Closes-Bug: 1630777

environments/manila-cephfsnative-config.yaml
puppet/services/manila-backend-cephfs.yaml

index 4115d8b..c2f6580 100644 (file)
@@ -12,7 +12,7 @@ parameter_defaults:
   ManilaCephFSNativeEnableBackend: true
   ManilaCephFSNativeBackendName: cephfsnative
   ManilaCephFSNativeDriverHandlesShareServers: false
-  ManilaCephFSNativeCephFSConfPath: '/etc/ceph/cephfs.conf'
+  ManilaCephFSNativeCephFSConfPath: '/etc/ceph/ceph.conf'
   ManilaCephFSNativeCephFSAuthId: 'manila'
   ManilaCephFSNativeCephFSClusterName: 'ceph'
   ManilaCephFSNativeCephFSEnableSnapshots: true
index 89a36d2..37b0a1d 100644 (file)
@@ -33,7 +33,7 @@ parameters:
     default: 'cephfs'
   ManilaCephFSNativeCephFSConfPath:
     type: string
-    default: '/etc/ceph/cephfs.conf'
+    default: '/etc/ceph/ceph.conf'
   ManilaCephFSNativeCephFSAuthId:
     type: string
     default: 'manila'