From: John Wilkins Date: Fri, 1 Mar 2013 19:35:47 +0000 (-0800) Subject: doc: Fixed OSD pool config settings. Should be in [global], not [osd]. X-Git-Tag: v0.59~52 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d54ded4991a23e37357f4e38e42810b0ee411ff1;p=ceph.git doc: Fixed OSD pool config settings. Should be in [global], not [osd]. Signed-off-by: John Wilkins --- diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index 81df56a14891..3290343f9ee2 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -175,8 +175,8 @@ uses default values when you don't specifically override the defaults. **We recommend** overridding some of the defaults. Specifically, we recommend setting a pools replica size and overriding the default number of placement groups. You can specifically set these values when running `pool`_ commands. You can also -override the defaults by adding new ones in the ``[osd]`` section of your Ceph -configuration file. +override the defaults by adding new ones in the ``[global]`` section of your +Ceph configuration file. .. literalinclude:: pool-pg.conf diff --git a/doc/rados/configuration/pool-pg.conf b/doc/rados/configuration/pool-pg.conf index 6d2844592f5c..6d305069e71a 100644 --- a/doc/rados/configuration/pool-pg.conf +++ b/doc/rados/configuration/pool-pg.conf @@ -1,4 +1,4 @@ -[osd] +[global] # By default, Ceph makes 2 replicas of objects. If you want to make three # copies of an object the default value--a primary copy and two replica