f923505ad3
During a DOR (Dead Office Recovery) procedure, the worker nodes are taking longer than expected to become online, if the cluster network is IPv6. This is related to an extra reboot occurring during the bring-up process. Today only one DHCPv6 attempt is done, and, as the controllers are still booting up, no response is available. Eventually, this lack of a management IPv6 address will lead to an extra reboot. The correction is to make the DHCPv6 client continuously attempt to get a management IP address from the server. If the management network is IPv4, the DHCPv6 client is not called and will not trigger continuous DHCPv6 requests. Closes-bug: 1934676 Signed-off-by: Andre Fernando Zanella Kantek <AndreFernandoZanella.Kantek@windriver.com> Change-Id: Ife5b06c5294e0014918073e9f6ee8bd372b85a78
35 lines
1016 B
Diff
35 lines
1016 B
Diff
From ea055ff88680ae68f78b8807cef8c76030e3d1de Mon Sep 17 00:00:00 2001
|
|
From: Andre Fernando Zanella Kantek
|
|
<AndreFernandoZanella.Kantek@windriver.com>
|
|
Date: Tue, 6 Jul 2021 10:24:21 -0400
|
|
Subject: [PATCH 1/1] meta dhclient6 remove one shot arg
|
|
|
|
Signed-off-by: Andre Fernando Zanella Kantek <AndreFernandoZanella.Kantek@windriver.com>
|
|
---
|
|
SPECS/initscripts.spec | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/SPECS/initscripts.spec b/SPECS/initscripts.spec
|
|
index a446775..bda0e5c 100644
|
|
--- a/SPECS/initscripts.spec
|
|
+++ b/SPECS/initscripts.spec
|
|
@@ -49,6 +49,7 @@ Patch10: ipv6-static-route-support.patch
|
|
Patch11: ifup-eth-stop-waiting-if-link-is-up.patch
|
|
Patch12: ifup-alias-scope.patch
|
|
Patch13: ifup-alias-check-ipaddr.patch
|
|
+Patch14: dhclient6-remove-one-shot-arg.patch
|
|
|
|
%description
|
|
The initscripts package contains basic system scripts used
|
|
@@ -82,6 +83,7 @@ Currently, this consists of various memory checking code.
|
|
%patch11 -p1
|
|
%patch12 -p1
|
|
%patch13 -p1
|
|
+%patch14 -p1
|
|
|
|
%build
|
|
make
|
|
--
|
|
2.29.2
|
|
|