]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Update the list of fields for the pool set command.
authorAndre Noll <maan@systemlinux.org>
Fri, 9 Dec 2011 17:57:43 +0000 (18:57 +0100)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Mon, 12 Dec 2011 22:31:10 +0000 (14:31 -0800)
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>
doc/control.rst

index af3c25249cbd2f834ab4302ba0d470057bc1727a..7a1f10ea6a316118b0cd069e8673f15d2f85a60e 100644 (file)
@@ -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.
 
 ::