]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Update for usage and index tags.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 14 Jun 2013 23:54:36 +0000 (16:54 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 14 Jun 2013 23:54:36 +0000 (16:54 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/configuration/pool-pg-config-ref.rst

index 9b7950a333998e27f245edc548221c12444ff96e..82d9185205ecba026f49a7d4b5aa65780ff0fe5c 100644 (file)
@@ -2,6 +2,8 @@
  Pool, PG and CRUSH Config Reference
 ======================================
 
+.. index:: pools; configuration
+
 When you create pools and set the number of placement groups for the pool, Ceph
 uses default values when you don't specifically override the defaults. **We
 recommend** overridding some of the defaults. Specifically, we recommend setting
@@ -25,28 +27,32 @@ Ceph configuration file.
 
 ``mon pg create interval`` 
 
-:Description: Number of seconds between PG creation in the same OSD.
+:Description: Number of seconds between PG creation in the same 
+              Ceph OSD Daemon.
+
 :Type: Float
 :Default: ``30.0``
 
 
 ``mon pg stuck threshold`` 
 
-:Description: Number of seconds after which PGs can be considered as being stuck.
+:Description: Number of seconds after which PGs can be considered as 
+              being stuck.
+
 :Type: 32-bit Integer
 :Default: ``300``
 
 
 ``osd pg bits`` 
 
-:Description: Placement group bits per OSD.
+:Description: Placement group bits per Ceph OSD Daemon.
 :Type: 32-bit Integer
 :Default: ``6`` 
 
 
 ``osd pgp bits`` 
 
-:Description: The number of bits per OSD for PGPs.
+:Description: The number of bits per Ceph OSD Daemon for PGPs.
 :Type: 32-bit Integer
 :Default: ``6``
 
@@ -57,7 +63,7 @@ Ceph configuration file.
               ordinal rank rather than name.
 
 :Type: 32-bit Integer
-:Default: ``1``. Typically a host containing one or more OSDs.
+:Default: ``1``. Typically a host containing one or more Ceph OSD Daemons.
 
 
 ``osd min rep``
@@ -133,7 +139,7 @@ Ceph configuration file.
 ``osd max pgls``
 
 :Description: The maximum number of placement groups to list. A client 
-              requesting a large number can tie up the OSD.
+              requesting a large number can tie up the Ceph OSD Daemon.
 
 :Type: Unsigned 64-bit Integer
 :Default: ``1024``