From ad26d842f5c6157859a1884277d8b22b046d4ae6 Mon Sep 17 00:00:00 2001 From: JohnHaan Date: Tue, 10 Apr 2018 09:48:47 +0900 Subject: [PATCH] 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 --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.39.5