Skip to content

Commit

Permalink
update: followup on pr #6689
Browse files Browse the repository at this point in the history
add mising 'osd' command.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 4eb4268)
  • Loading branch information
guits committed Jul 9, 2021
1 parent a0087c4 commit 361f373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure-playbooks/rolling_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 361f373

Please sign in to comment.