From b2fc7b7dee31df93ec85bc72eb8831fb2762c7c0 Mon Sep 17 00:00:00 2001 From: Debian Date: Sun, 7 Jun 2026 19:14:08 +0200 Subject: [PATCH] =?UTF-8?q?fix(cluster):=20chk=5Fedgeguard=20fall=203?= =?UTF-8?q?=E2=86=928=20=E2=80=94=20Upgrade-Restart=20triggert=20keinen=20?= =?UTF-8?q?Failover=20=E2=80=94=20v1.2.106?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Seit v1.2.105 (Track-Scripts ohne weight = FAULT-Trigger) löste jeder edgeguard-api-Restart beim Deploy einen Failover aus (kurze Health-Check-Fehler während Stop/Render/Restart reichten bei fall 3 = 6s). fall 8 (16s) lässt einen normalen Upgrade-Restart durchrutschen; ein echter API-Tod schwenkt weiter in 16s. Co-Authored-By: Claude Opus 4.8 (1M context) --- VERSION | 2 +- internal/keepalived/keepalived.conf.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f69a1d4..51bdc7f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.105 \ No newline at end of file +1.2.106 \ No newline at end of file diff --git a/internal/keepalived/keepalived.conf.tpl b/internal/keepalived/keepalived.conf.tpl index 2c71728..f01f7f7 100644 --- a/internal/keepalived/keepalived.conf.tpl +++ b/internal/keepalived/keepalived.conf.tpl @@ -20,7 +20,7 @@ global_defs { vrrp_script chk_edgeguard { script "/usr/lib/edgeguard/keepalived-check.sh" interval 2 - fall 3 + fall 8 rise 2 } {{ if .GWCheckIP }}