This list was lacking a few fields: crash_replay_interval, pg_num, pgp_num and crush_ruleset. Include these fields and add add short descriptions. Signed-Off-By: Andre Noll <maan@xxxxxxxxxxxxxxx> --- doc/ops/monitor.rst | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/ops/monitor.rst b/doc/ops/monitor.rst index e7314ae..4de3c19 100644 --- a/doc/ops/monitor.rst +++ b/doc/ops/monitor.rst @@ -64,6 +64,7 @@ file. This is functionally equivalent to :: $ ceph osd getmap -o /tmp/osdmap $ osdmaptool /tmp/osdmap --export-crush file + :: $ ceph osd dump [--format format>] @@ -188,8 +189,11 @@ Creates/deletes a storage pool. :: Changes a pool setting. Valid fields are: * ``size``: Sets the number of copies of data in the pool. - * ``pg_num``: TODO - * ``pgp_num``: TODO + * ``crash_replay_interval``: The number of seconds to allow + clients to replay acknowledged but uncommited requests. + * ``pg_num``: The placement group number. + * ``pgp_num``: Effective number when calculating pg placement. + * ``crush_ruleset``: rule number for mapping placement. :: -- 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