From 6a41f40f2a5568ee4462990b6fbcbfe02837e667 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 28 Apr 2008 12:38:27 +0000 Subject: [PATCH] Comment out onmynet check git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1211 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/yaboot.pm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm b/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm index 5e2edcc86..7082ff12b 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm @@ -206,12 +206,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 (ref($request->{arg})) { @args=@{$request->{arg}};