doc: update list of formats for --format flag for "ceph pg dump"

This incorporates Neha's suggestion that the list of formats
be made complete everywhere it appears in the document.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
This commit is contained in:
Zac Dover 2019-12-23 22:00:39 +10:00
parent fb4f4acf02
commit 8095be48d1

View File

@ -60,7 +60,7 @@ To display the statistics for all placement groups, execute the following::
ceph pg dump [--format {format}]
The valid formats are ``plain`` (default) and ``json``.
The valid formats are ``plain`` (default), ``json`` ``json-pretty``, ``xml``, and ``xml-pretty``.
To display the statistics for all placement groups stuck in a specified state,
execute the following::
@ -110,8 +110,9 @@ The foregoing functionally equivalent to ::
ceph osd getmap -o /tmp/osdmap
osdmaptool /tmp/osdmap --export-crush file
Dump the OSD map. Valid formats for ``-f`` are ``plain`` and ``json``. If no
``--format`` option is given, the OSD map is dumped as plain text. ::
Dump the OSD map. Valid formats for ``-f`` are ``plain``, ``json``, ``json-pretty``,
``xml``, and ``xml-pretty``. If no ``--format`` option is given, the OSD map is
dumped as plain text. ::
ceph osd dump [--format {format}]