From a8b8725a4ff56a2f05b9c4eca2d8e4dcbaad86d5 Mon Sep 17 00:00:00 2001 From: portdirect Date: Tue, 27 Mar 2018 12:20:42 -0400 Subject: [PATCH] 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 --- ceph/templates/daemonset-mon.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph/templates/daemonset-mon.yaml b/ceph/templates/daemonset-mon.yaml index 1c31632dc5..cff13e1638 100644 --- a/ceph/templates/daemonset-mon.yaml +++ b/ceph/templates/daemonset-mon.yaml @@ -130,8 +130,8 @@ spec: command: - /tmp/mon-check.sh - liveness - initialDelaySeconds: 60 - periodSeconds: 60 + initialDelaySeconds: 360 + periodSeconds: 180 readinessProbe: exec: command: