From: Guillaume Abrioux Date: Fri, 9 Jul 2021 07:19:52 +0000 (+0200) Subject: update: followup on pr #6689 X-Git-Tag: v4.0.61~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=65ce69567a9812dceb0d5e40082c15859d98d6df;p=ceph-ansible.git update: followup on pr #6689 add mising 'osd' command. Signed-off-by: Guillaume Abrioux (cherry picked from commit 4eb4268deea262d09898d21fa815912439cecfa5) --- diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index f8900aefd..795fbd958 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -1104,7 +1104,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