]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: fix a typo
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 23 Mar 2022 09:07:05 +0000 (10:07 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 30 Mar 2022 21:49:01 +0000 (23:49 +0200)
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 <gabrioux@redhat.com>
doc/cephadm/install.rst

index 2c42729818d26dff7a13653fe2d184b647c8b5ef..845297fa20c1aba0e62dec9a178394c0958f4a5b 100644 (file)
@@ -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