mirror of https://github.com/ceph/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 <yongiman@gmail.com>pull/2233/merge v3.1.0beta5
parent
66c4118dcd
commit
ad26d842f5
|
@ -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::
|
||||
|
|
Loading…
Reference in New Issue