fixed defect 3034596, lsslp error with XCATBYPASS=1
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7372 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
586428eca8
commit
287685acb1
@ -2594,7 +2594,7 @@ sub preprocess_request {
|
||||
my %sv_hash=();
|
||||
my @all = xCAT::Utils::getAllSN();
|
||||
foreach (@all) {
|
||||
if ($_->{servicenode}) {$sv_hash{$_->{servicenode}}=1;}
|
||||
$sv_hash{$_}=1;
|
||||
}
|
||||
###########################################
|
||||
# build each request for each service node
|
||||
|
Loading…
Reference in New Issue
Block a user