]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update list of formats for --format flag for "ceph pg dump"
authorZac Dover <zac.dover@gmail.com>
Fri, 20 Dec 2019 12:32:33 +0000 (22:32 +1000)
committerZac Dover <zac.dover@gmail.com>
Fri, 20 Dec 2019 12:32:33 +0000 (22:32 +1000)
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 <zac.dover@gmail.com>
doc/rados/operations/control.rst

index 68ea3c42f13cccf9562b6bd45d77aa58dd28273f..9e9d66a55dcf0441c50f493747afff8cce5aee0d 100644 (file)
@@ -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)