From: Guillaume Abrioux Date: Wed, 23 Mar 2022 09:07:05 +0000 (+0100) Subject: doc/cephadm: fix a typo X-Git-Tag: v16.2.11~576^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a6fac0f6762701e7e80375d7624a790342cd6707;p=ceph.git doc/cephadm: fix a typo s/osd_crush_choose_leaf_type/osd_crush_chooseleaf_type ``` [ceph: root@adm-1 /]# ceph config set global osd_crush_choose_leaf_type 0 Error EINVAL: unrecognized config option 'osd_crush_choose_leaf_type' [ceph: root@adm-1 /]# ceph config set global osd_crush_chooseleaf_type 0 [ceph: root@adm-1 /]# ``` Signed-off-by: Guillaume Abrioux (cherry picked from commit d43189c17b03420674ea5424666388b8272c2580) --- diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index 34ec8aa837d8..ee37357cb5b0 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -370,10 +370,10 @@ To configure a Ceph cluster to run on a single host, use the ``--single-host-def The ``--single-host-defaults`` flag sets the following configuration options:: - global/osd_crush_choose_leaf_type = 0 + global/osd_crush_chooseleaf_type = 0 global/osd_pool_default_size = 2 mgr/mgr_standby_modules = False - + For more information on these options, see :ref:`one-node-cluster` and ``mgr_standby_modules`` in :ref:`mgr-administrator-guide`. Deployment in an isolated environment