Comment out onmynet check
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1211 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
dc7130422f
commit
6a41f40f2a
@ -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}};
|
||||
|
Loading…
x
Reference in New Issue
Block a user