mirror of https://github.com/ceph/ceph-ansible.git
docs: Update ceph.conf supported section
[rgw] isn't a valide section.
[client.rgw.{instance_name] should be used instead.
Resolves: #3841
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 2c8b585edb
)
pull/3858/head
parent
f90c051589
commit
02c63e8d45
|
@ -235,11 +235,11 @@ new configuration options.
|
||||||
|
|
||||||
The following sections in ``ceph.conf`` are supported:
|
The following sections in ``ceph.conf`` are supported:
|
||||||
|
|
||||||
* ``[global]``,
|
* ``[global]``
|
||||||
* ``[mon]``
|
* ``[mon]``
|
||||||
* ``[osd]``
|
* ``[osd]``
|
||||||
* ``[mds]``
|
* ``[mds]``
|
||||||
* ``[rgw]``
|
* ``[client.rgw.{instance_name}]``
|
||||||
|
|
||||||
An example:
|
An example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue