From 2c8b585edb5a32e241127f9659d788ed1e813a51 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Thu, 11 Apr 2019 17:09:04 -0400 Subject: [PATCH] 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 --- docs/source/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 04ad5317e..f59bcafe7 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -235,11 +235,11 @@ new configuration options. The following sections in ``ceph.conf`` are supported: -* ``[global]``, +* ``[global]`` * ``[mon]`` * ``[osd]`` * ``[mds]`` -* ``[rgw]`` +* ``[client.rgw.{instance_name}]`` An example: -- 2.39.5