Run the ceph-mons deploy in serial
Container changes and ceph-mon restarts can cause an outage of the ceph cluster due to loss of quorum if the restarts are performed in parallel. Change-Id: I79250db32552e731a3b45622e5b3e757cb96d5ed
This commit is contained in:
parent
0739b9106a
commit
ce07654f03
@ -17,6 +17,7 @@
|
||||
hosts: ceph-mon
|
||||
max_fail_percentage: 20
|
||||
user: root
|
||||
serial: 1
|
||||
pre_tasks:
|
||||
- include: common-tasks/os-log-dir-setup.yml
|
||||
vars:
|
||||
|
Loading…
Reference in New Issue
Block a user