From f9359f0c59daaf74dfe69769983391ff3abe2e16 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Thu, 9 Aug 2012 09:21:38 -0700 Subject: [PATCH] doc: New example usage. Signed-off-by: John Wilkins --- doc/init/debug.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/init/debug.rst b/doc/init/debug.rst index 4b8947d66f651..b0d8de29f6408 100644 --- a/doc/init/debug.rst +++ b/doc/init/debug.rst @@ -344,9 +344,9 @@ To inject debug or logging configuration settings at runtime, execute ``ceph`` with the type of daemon, specify ``tell`` and ``injectargs`` with a key and value, as follows:: - ceph [osd|mon|mds] tell injectargs --{key} {value} [--{key} {value} ...] + ceph [osd|mon|mds] tell injectargs {daemon-id} --{key} {value} [--{key} {value} ...] -For example:: +The following example tells ``osd.0`` to set ``debug osd`` to ``20``:: - ceph osd tell injectargs --debug_osd 20 + ceph osd tell 0 injectargs --debug_osd 20 -- 2.39.5