]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fixed wrong path of ceph.conf in docs. v3.1.0beta5
authorJohnHaan <yongiman@gmail.com>
Tue, 10 Apr 2018 00:48:47 +0000 (09:48 +0900)
committerSébastien Han <seb@redhat.com>
Tue, 10 Apr 2018 08:33:25 +0000 (10:33 +0200)
The path of ceph.conf sample template moved to ceph-config.
Therefore docs needs to be changed to the right directory.

Signed-off-by: JohnHaan <yongiman@gmail.com>
docs/source/index.rst

index eca35a6131c3c936669dcd7d8e9b87fcd837b211..acce9b220ac3b10916f778ba98a8d53b9e52473e 100644 (file)
@@ -171,7 +171,7 @@ ceph.conf Configuration
 -----------------------
 
 The supported method for defining your ceph.conf is to use the ``ceph_conf_overrides`` variable. This allows you to specify configuration options using
-an INI format. This variable can be used to override sections already defined in ceph.conf (see: ``roles/ceph-common/templates/ceph.conf.j2``) or to provide
+an INI format. This variable can be used to override sections already defined in ceph.conf (see: ``roles/ceph-config/templates/ceph.conf.j2``) or to provide
 new configuration options. The following sections in ceph.conf are supported: [global], [mon], [osd], [mds] and [rgw].
 
 An example::