Avoid errors if noout fails
This commit is contained in:
parent
9f16995f59
commit
ec2fd99eb6
|
@ -168,6 +168,7 @@
|
||||||
|
|
||||||
- name: unset OSD noout
|
- name: unset OSD noout
|
||||||
command: pvc storage osd unset noout
|
command: pvc storage osd unset noout
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: unflush node
|
- name: unflush node
|
||||||
command: "pvc node ready {{ ansible_hostname }} --wait"
|
command: "pvc node ready {{ ansible_hostname }} --wait"
|
||||||
|
|
Loading…
Reference in New Issue