From 5ce63a03fc1ef8acbebf92674e64469bc11e6942 Mon Sep 17 00:00:00 2001 From: James Lakin Date: Thu, 4 May 2023 18:02:36 +0100 Subject: [PATCH] doc: Use `ceph osd crush tree` command to display weight set weights The previous `ceph osd tree` doesn't show pool-defined weight-sets as the above documentation suggests. Signed-off-by: James Lakin (cherry picked from commit 15c3d72a43a37798de823b26f1429f7776f67aaa) --- doc/rados/operations/crush-map.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/operations/crush-map.rst b/doc/rados/operations/crush-map.rst index dcb82b4226670..fb7b6d2a1db0d 100644 --- a/doc/rados/operations/crush-map.rst +++ b/doc/rados/operations/crush-map.rst @@ -315,7 +315,7 @@ the hierarchy is visible as a separate column (labeled either .. prompt:: bash $ - ceph osd tree + ceph osd crush tree When both *compat* and *per-pool* weight sets are in use, data placement for a particular pool will use its own per-pool weight set -- 2.39.5