defect 4147 again - fix prescripts preprocess_request to only process nodes that have prescripts defined
This commit is contained in:
parent
cd96e91c11
commit
c501349c2f
@ -95,7 +95,7 @@ sub preprocess_request
|
||||
Getopt::Long::Configure("bundling");
|
||||
Getopt::Long::Configure("pass_through");
|
||||
GetOptions('l' => \$::LOCAL);
|
||||
my $sn = xCAT::ServiceNodeUtils->getSNformattedhash($nodes, $service, "MN");
|
||||
my $sn = xCAT::ServiceNodeUtils->getSNformattedhash(\@nodes, $service, "MN");
|
||||
my @requests;
|
||||
if ($::LOCAL) { #only handle the local nodes
|
||||
#print "process local nodes: @$nodes\n";
|
||||
|
Loading…
Reference in New Issue
Block a user