]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fixed OSD pool config settings. Should be in [global], not [osd].
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 1 Mar 2013 19:35:47 +0000 (11:35 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 1 Mar 2013 19:35:47 +0000 (11:35 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/configuration/osd-config-ref.rst
doc/rados/configuration/pool-pg.conf

index 81df56a14891933fcde6379101f617921c132588..3290343f9ee2fcfc675fbe9465dcc1954acb8397 100644 (file)
@@ -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
index 6d2844592f5c83259ee295c5d7963b48d65e9dae..6d305069e71a4f63a5410b1aa7c3e7e1b12e935e 100644 (file)
@@ -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