2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Remove the log to output Disabling VLAN configuration information

This commit is contained in:
ertaozh 2017-09-11 23:17:51 -04:00
parent 586d086b95
commit 95f6e07614

View File

@ -369,7 +369,6 @@ fi
if [ "$BMCVLAN" = off ]; then
TRIES=0
logger -s -t $log_label -p local4.info "Disabling VLAN configuration in the BMC..."
while ! ipmitool raw 0xc 1 $LANCHAN 0x14 0 0; do
snooze
let TRIES=TRIES+1