Doc: Update crush_hierarchy example

This patch will fix the crush_hierarchy example in
deployed_ceph documentation.

Change-Id: I7f778013274556796078c451fb4225296d343e03
This commit is contained in:
katarimanoj 2023-06-12 16:10:17 +05:30
parent 2c32bc7069
commit 4bf2d5de7e

View File

@ -825,16 +825,15 @@ Example: Apply a custom crush hierarchy to the deployed OSDs
If the file ``crush_hierarchy.yaml`` contains something like the following::
---
ceph_crush_hierarchy:
ceph-0:
root: default
rack: r0
ceph-1:
root: default
rack: r1
ceph-2:
root: default
rack: r2
ceph-0:
root: default
rack: r0
ceph-1:
root: default
rack: r1
ceph-2:
root: default
rack: r2
and the following command is run::