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}};