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@systemlinux.org>
$ ceph osd getmap -o /tmp/osdmap
$ osdmaptool /tmp/osdmap --export-crush file
+
::
$ ceph osd dump [--format format>]
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.
::