From 2e8c7d340d133a025278851ed9ab2927832a74aa Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 3 Nov 2011 15:02:36 +0000 Subject: [PATCH] Fix xNBA to not attempt resolution when it really isn't going to be used git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10964 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/xnba.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/xnba.pm b/xCAT-server/lib/xcat/plugins/xnba.pm index 49f683c2f..c0cb25ad5 100644 --- a/xCAT-server/lib/xcat/plugins/xnba.pm +++ b/xCAT-server/lib/xcat/plugins/xnba.pm @@ -235,11 +235,6 @@ sub setstate { } } close($pcfg); - my $inetn = inet_aton($node); - unless ($inetn) { - syslog("local1|err","xCAT unable to resolve IP for $node in pxe plugin"); - return; - } } else { #TODO: actually, should possibly default to xCAT image? print $pcfg "LOCALBOOT 0\n"; close($pcfg);