Skip to content

Commit

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

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
  • Loading branch information
guits authored and stuartgrace-bbc committed Jan 30, 2024
1 parent 1e2d848 commit 2fc8c85
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 @@ -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
Expand Down

0 comments on commit 2fc8c85

Please sign in to comment.