mirror of https://github.com/ceph/ceph-ansible.git
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
parent
ea8f0c7bcb
commit
0a348bd396
|
@ -1075,7 +1075,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
|
||||
|
|
Loading…
Reference in New Issue