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:
parent
757378fb7f
commit
a8b8725a4f
@ -130,8 +130,8 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- /tmp/mon-check.sh
|
- /tmp/mon-check.sh
|
||||||
- liveness
|
- liveness
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 360
|
||||||
periodSeconds: 60
|
periodSeconds: 180
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
|
Loading…
Reference in New Issue
Block a user