Ceph: Increase period between livenessProbe checks

This PS udpates the frequency and initial delay on the mons
livenessProbe, to allow time for the cluster to restart if mons
get into a crashloop backoff following power outage.

Change-Id: Iea74c4d52882a157a84f4f12bc411f2014869f99
This commit is contained in:
portdirect 2018-03-27 12:20:42 -04:00
parent 757378fb7f
commit a8b8725a4f

View File

@ -130,8 +130,8 @@ spec:
command:
- /tmp/mon-check.sh
- liveness
initialDelaySeconds: 60
periodSeconds: 60
initialDelaySeconds: 360
periodSeconds: 180
readinessProbe:
exec:
command: