From: JohnHaan Date: Tue, 10 Apr 2018 00:48:47 +0000 (+0900) Subject: Fixed wrong path of ceph.conf in docs. X-Git-Tag: v3.1.0beta5 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ad26d842f5c6157859a1884277d8b22b046d4ae6;p=ceph-ansible.git Fixed wrong path of ceph.conf in docs. 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 --- diff --git a/docs/source/index.rst b/docs/source/index.rst index eca35a613..acce9b220 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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::