From 17266264bb6d69a2c464fe19dcaf332eec0ca78f Mon Sep 17 00:00:00 2001 From: Bob Fournier Date: Thu, 23 Oct 2025 15:21:22 -0400 Subject: [PATCH] OCPBUGS-63386: Increase agent-installer pre-network-manager timeout We have a report that a baremetal installation with VLAN interfaces can require longer than the current setting for the timeout of the pre-network-manager-config service. Increasing it to 300 seconds. --- .../data/agent/systemd/units/pre-network-manager-config.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/data/agent/systemd/units/pre-network-manager-config.service b/data/data/agent/systemd/units/pre-network-manager-config.service index 2515f8184b..93e784f326 100644 --- a/data/data/agent/systemd/units/pre-network-manager-config.service +++ b/data/data/agent/systemd/units/pre-network-manager-config.service @@ -6,7 +6,7 @@ DefaultDependencies=no [Service] User=root ExecStart=/usr/local/bin/pre-network-manager-config.sh -TimeoutSec=60 +TimeoutSec=300 Type=oneshot PrivateTmp=true RemainAfterExit=no