]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/dev/config: Replace invalid config debug-pg
authorPrashant D <pdhange@redhat.com>
Tue, 28 Sep 2021 05:30:07 +0000 (06:30 +0100)
committerPrashant D <pdhange@redhat.com>
Tue, 28 Sep 2021 05:30:07 +0000 (06:30 +0100)
There is no such '--debug-pg' configuration option
available, use '--debug-monc' instead.

Signed-off-by: Prashant D <pdhange@redhat.com>
doc/dev/config.rst

index a42cf3c29f1df084123bd62400ae97b91cf99658..9cb20aee7e864fcfbb86f39311038674cd572c77 100644 (file)
@@ -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``