"osd pool set" was already documented, but the corresponding "get" command was not. This patch adds the list of valid fields for this command, together with short descriptions. Thanks to Gregory Farnum for pointing out a flaw in the description of lpl_num and lpgp_num in an earlier version of the patch. Signed-Off-By: Andre Noll <maan@xxxxxxxxxxxxxxx> --- doc/control.rst | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/doc/control.rst b/doc/control.rst index 7a1f10e..2c69ddc 100644 --- a/doc/control.rst +++ b/doc/control.rst @@ -197,6 +197,17 @@ Changes a pool setting. Valid fields are: :: + $ ceph osd pool get POOL FIELD + +Get the value of a pool setting. Valid fields are: + + * ``pg_num``: See above. + * ``pgp_num``: See above. + * ``lpg_num``: The number of local PGs. + * ``lpgp_num``: The number used for placing the local PGs. + +:: + $ ceph osd scrub N Sends a scrub command to osdN. To send the command to all osds, use ``*``. -- 1.7.8.rc1.14.g248db -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html