From 361f373e18407580e86be61d586285c813bc1d90 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 9 Jul 2021 09:19:52 +0200 Subject: [PATCH] update: followup on pr #6689 add mising 'osd' command. Signed-off-by: Guillaume Abrioux (cherry picked from commit 4eb4268deea262d09898d21fa815912439cecfa5) --- infrastructure-playbooks/rolling_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index faf68fbaa..1d6a29402 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -1087,7 +1087,7 @@ - block: - name: switch crush buckets to straw2 - command: "{{ ceph_cmd }} --cluster {{ cluster }} crush set-all-straw-buckets-to-straw2" + command: "{{ ceph_cmd }} --cluster {{ cluster }} osd crush set-all-straw-buckets-to-straw2" changed_when: false rescue: - name: restore the crushmap -- 2.39.5