From 2fc8c857632a8ad315d6c9bee546b5e03c42dc4b 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 --- 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 44cc419128..d91db5c954 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -1056,7 +1056,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