From 4bf2d5de7e1d0171327c4d97c1b1112b886f39a1 Mon Sep 17 00:00:00 2001 From: katarimanoj Date: Mon, 12 Jun 2023 16:10:17 +0530 Subject: [PATCH] Doc: Update crush_hierarchy example This patch will fix the crush_hierarchy example in deployed_ceph documentation. Change-Id: I7f778013274556796078c451fb4225296d343e03 --- .../source/features/deployed_ceph.rst | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/deploy-guide/source/features/deployed_ceph.rst b/deploy-guide/source/features/deployed_ceph.rst index 4098d912..48c7d8c2 100644 --- a/deploy-guide/source/features/deployed_ceph.rst +++ b/deploy-guide/source/features/deployed_ceph.rst @@ -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::