-Fix problem where noderange validation to relevance was not performed correctly for tftp content management
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3305 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
6a8412018b
commit
dac2479a1d
@ -279,7 +279,7 @@ sub process_request {
|
||||
}
|
||||
|
||||
#if not shared, then help sync up
|
||||
if ($req->{'_disparatetftp'}->[0]) { #reading hint from preprocess_command
|
||||
if ($request->{'_disparatetftp'}->[0]) { #reading hint from preprocess_command
|
||||
@nodes = ();
|
||||
foreach (@rnodes) {
|
||||
if (xCAT::Utils->nodeonmynet($_)) {
|
||||
|
Loading…
Reference in New Issue
Block a user