Skip to content

Commit 3fcffe7

Browse files
committed
[drbd-build-svr]: dbg
1 parent 5f66a75 commit 3fcffe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/nodegroupconfiguration-drbd-install-debian-like.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ spec:
160160
bb-log-info "host -t A "DRBD_BUILD_SERVER_FQDN" "$CLUSTER_DNS"
161161
until DRBD_BUILD_SERVER_IP="$(host -t A "DRBD_BUILD_SERVER_FQDN" "$CLUSTER_DNS" | awk '/has address/ { print $4 }')"
162162
do
163-
if [ $attempt -gt 60 ]; then
163+
if [ $attempt -gt 10 ]; then
164164
bb-log-info "Cluster DNS isn't accessible, can't get DRBD build server service IP for DRBD building"
165165
exit 1
166166
fi

0 commit comments

Comments
 (0)