From: John Wilkins Date: Fri, 14 Jun 2013 23:54:36 +0000 (-0700) Subject: doc: Update for usage and index tags. X-Git-Tag: v0.66~74 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f851c5d47fe13d4969697e542b7bb7e75424fa43;p=ceph.git doc: Update for usage and index tags. Signed-off-by: John Wilkins --- diff --git a/doc/rados/configuration/pool-pg-config-ref.rst b/doc/rados/configuration/pool-pg-config-ref.rst index 9b7950a33399..82d9185205ec 100644 --- a/doc/rados/configuration/pool-pg-config-ref.rst +++ b/doc/rados/configuration/pool-pg-config-ref.rst @@ -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``