diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-03-01 11:35:47 -0800 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-03-01 11:35:47 -0800 |
commit | d54ded4991a23e37357f4e38e42810b0ee411ff1 (patch) | |
tree | d70fa32819c1dd83c02ea5063dc1a0a80a563e34 | |
parent | ded94add3236622187fa1549d15131b270138931 (diff) | |
download | ceph-d54ded4991a23e37357f4e38e42810b0ee411ff1.tar.gz |
doc: Fixed OSD pool config settings. Should be in [global], not [osd].
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/rados/configuration/osd-config-ref.rst | 4 | ||||
-rw-r--r-- | doc/rados/configuration/pool-pg.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index 81df56a1489..3290343f9ee 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 6d2844592f5..6d305069e71 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 |