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>
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