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/6702/head
parent
a0087c425b
commit
361f373e18
|
@ -1087,7 +1087,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
|
||||||
|
|
Loading…
Reference in New Issue