From: Prashant D Date: Tue, 28 Sep 2021 05:30:07 +0000 (+0100) Subject: doc/dev/config: Replace invalid config debug-pg X-Git-Tag: v17.1.0~408^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2260e9d711fcf61e5530f7dd9d420b14e174f03a;p=ceph.git doc/dev/config: Replace invalid config debug-pg There is no such '--debug-pg' configuration option available, use '--debug-monc' instead. Signed-off-by: Prashant D --- diff --git a/doc/dev/config.rst b/doc/dev/config.rst index a42cf3c29f1d..9cb20aee7e86 100644 --- a/doc/dev/config.rst +++ b/doc/dev/config.rst @@ -12,7 +12,7 @@ How can the configuration be set? Well, there are several sources: - command line arguments:: --debug-ms=1 - --debug-pg=10 + --debug-monc=10 etc. - arguments injected at runtime using ``injectargs`` or ``config set``