Comment out nodeonmynet check

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1210 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-04-28 12:28:52 +00:00
parent 37c0e9303b
commit dc7130422f

View File

@ -217,12 +217,13 @@ sub process_request {
}
return;
}
@nodes = ();
foreach (@rnodes) {
if (xCAT::Utils->nodeonmynet($_)) {
push @nodes,$_;
}
}
@nodes = @rnodes;
#@nodes = ();
#foreach (@rnodes) {
#if (xCAT::Utils->nodeonmynet($_)) {
# push @nodes,$_;
#}
#}
if (! -r "$tftpdir/pxelinux.0") {
unless (-r "/usr/lib/syslinux/pxelinux.0") {
$callback->({error=>["Unable to find pxelinux.0 "],errorcode=>[1]});