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:
Logan V 2017-09-29 07:12:21 -05:00 committed by Major Hayden
parent 0739b9106a
commit ce07654f03
1 changed files with 1 additions and 0 deletions

View File

@ -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: