fix for a typo in confignics, caused ib configuration problems

This commit is contained in:
ligc 2014-01-29 10:03:17 -06:00 committed by Arif Ali
parent 0fe8154a19
commit c410124610

View File

@ -278,7 +278,7 @@ do
else
if [ `echo $key | grep -E '(eth|en)[0-9]+'` ];then
str_nic_type="ethernet"
elif [ `echo $KEY | grep -E 'ib[0-9]+'` ];then
elif [ `echo $key | grep -E 'ib[0-9]+'` ];then
str_nic_type="infiniband"
else
logger -t xcat -p local4.info "confignics: unknown nic type for $key: $str_value ."