From 0a348bd39652ab284fc74f9f0220731d99467d70 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 33acef3d5..c6a3f3dcb 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -1075,7 +1075,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