From 721d77b6bc8e352f89e47b337e473dafc4fca0ef Mon Sep 17 00:00:00 2001 From: Casandra Qiu Date: Tue, 27 Feb 2018 16:42:14 -0500 Subject: [PATCH] Remove "dynamic" checking in the doxcat scripts --- xCAT-genesis-scripts/usr/bin/doxcat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-genesis-scripts/usr/bin/doxcat b/xCAT-genesis-scripts/usr/bin/doxcat index 940ebd909..e5bbe71b0 100755 --- a/xCAT-genesis-scripts/usr/bin/doxcat +++ b/xCAT-genesis-scripts/usr/bin/doxcat @@ -247,7 +247,7 @@ else gripeiter=101 logger -s -t $log_label -p local4.info "Acquiring network addresses.." - while ! ip -4 -o a show dev $bootnic|grep -v 'scope link'|grep -v 'dynamic'|grep -q inet; do + while ! ip -4 -o a show dev $bootnic|grep -v 'scope link'|grep -q inet; do sleep 0.1 if [ $gripeiter = 1 ]; then logger -s -t $log_label -p local4.info "It seems to be taking a while to acquire an IPv4 address, you may want to check spanning tree..."