update: followup on pr #6689

add mising 'osd' command.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 4eb4268dee)
pull/6699/head
Guillaume Abrioux 2021-07-09 09:19:52 +02:00
parent ea8f0c7bcb
commit 0a348bd396
1 changed files with 1 additions and 1 deletions

View File

@ -1075,7 +1075,7 @@
- block: - block:
- name: switch crush buckets to straw2 - 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 changed_when: false
rescue: rescue:
- name: restore the crushmap - name: restore the crushmap