Skip to content

Commit ce795f3

Browse files
committed
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.
1 parent 211f913 commit ce795f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/data/agent/systemd/units/pre-network-manager-config.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DefaultDependencies=no
66
[Service]
77
User=root
88
ExecStart=/usr/local/bin/pre-network-manager-config.sh
9-
TimeoutSec=60
9+
TimeoutSec=300
1010
Type=oneshot
1111
PrivateTmp=true
1212
RemainAfterExit=no

0 commit comments

Comments
 (0)