From: Andre Noll Date: Fri, 9 Dec 2011 17:57:43 +0000 (+0100) Subject: doc: Update the list of fields for the pool set command. X-Git-Tag: v0.40~183 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7dce3e6fe28aaefdc94c39ca4d563b3712508b1b;p=ceph.git doc: Update the list of fields for the pool set command. 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 --- diff --git a/doc/control.rst b/doc/control.rst index af3c25249cbd..7a1f10ea6a31 100644 --- a/doc/control.rst +++ b/doc/control.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. ::