"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. Signed-Off-By: Andre Noll <maan@xxxxxxxxxxxxxxx> --- doc/ops/monitor.rst | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/doc/ops/monitor.rst b/doc/ops/monitor.rst index 4de3c19..076c8e1 100644 --- a/doc/ops/monitor.rst +++ b/doc/ops/monitor.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 localized pg number. + * ``lpgp_num``: The number of localized 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