From: Guillaume Abrioux Date: Wed, 23 Mar 2022 09:07:05 +0000 (+0100) Subject: doc/cephadm: fix a typo X-Git-Tag: v17.2.1~73^2~43 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=830c6e6cdc5cd4d4193dc5f7edefe28c56ca7728;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 2c42729818d2..845297fa20c1 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -372,10 +372,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