Add additional wait after stopping OSDs
Allows the Ceph cluster to properly reconcile first.
This commit is contained in:
parent
17f819ea3f
commit
677287fd2e
|
@ -140,6 +140,12 @@
|
|||
ignore_errors: true
|
||||
with_items: "{{ osd_services.stdout_lines }}"
|
||||
|
||||
- name: wait 30 seconds for system to stabilize
|
||||
pause:
|
||||
seconds: 30
|
||||
become: no
|
||||
connection: local
|
||||
|
||||
- name: stop Ceph Monitor daemon cleanly
|
||||
service:
|
||||
name: "ceph-mon@{{ ansible_hostname }}"
|
||||
|
|
Loading…
Reference in New Issue