feat: added norecover flag
This commit is contained in:
parent
a68fb968ca
commit
dcc03188d8
2 changed files with 16 additions and 3 deletions
|
|
@ -27,3 +27,11 @@
|
|||
changed_when: false
|
||||
failed_when: "ceph_norebalance_result.rc != 0"
|
||||
register: "ceph_norebalance_result"
|
||||
|
||||
# set ceph osd norecover settings
|
||||
- name: "set ceph norecover"
|
||||
ansible.builtin.shell:
|
||||
cmd: "ceph osd set norecover"
|
||||
changed_when: false
|
||||
failed_when: "ceph_norecover_result.rc != 0"
|
||||
register: "ceph_norecover_result"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue