From 78dc4df1cbc38a97c20eb9a348b394a7647fd97d Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Mon, 11 Aug 2014 18:16:01 -0700 Subject: [PATCH] doc: Replace [default] with [global]. Fixes: #8955 Signed-off-by: John Wilkins --- doc/start/quick-ceph-deploy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/start/quick-ceph-deploy.rst b/doc/start/quick-ceph-deploy.rst index 484848c3f22..ad9645662d5 100644 --- a/doc/start/quick-ceph-deploy.rst +++ b/doc/start/quick-ceph-deploy.rst @@ -67,7 +67,7 @@ configuration details, perform the following steps using ``ceph-deploy``. #. Change the default number of replicas in the Ceph configuration file from ``3`` to ``2`` so that Ceph can achieve an ``active + clean`` state with - just two Ceph OSDs. Add the following line under the ``[default]`` section:: + just two Ceph OSDs. Add the following line under the ``[global]`` section:: osd pool default size = 2