From fb4f4acf02aa4bb451fd5d82aa6f90f33b69a79a Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Fri, 20 Dec 2019 22:32:33 +1000 Subject: [PATCH] doc: update list of formats for --format flag for "ceph pg dump" This commit simply adds "json-pretty", "xml", and "xml-pretty" to the list of formats available to the --format flag in the command "ceph pg dump". Signed-off-by: Zac Dover --- doc/rados/operations/control.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/operations/control.rst b/doc/rados/operations/control.rst index 68ea3c42f13..9e9d66a55dc 100644 --- a/doc/rados/operations/control.rst +++ b/doc/rados/operations/control.rst @@ -68,7 +68,7 @@ execute the following:: ceph pg dump_stuck inactive|unclean|stale|undersized|degraded [--format {format}] [-t|--threshold {seconds}] -``--format`` may be ``plain`` (default) or ``json`` +``--format`` may be ``plain`` (default), ``json``, ``json-pretty``, ``xml``, or ``xml-pretty``. ``--threshold`` defines how many seconds "stuck" is (default: 300) -- 2.47.3