2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00

[fvt] updatenode did not work on rhels 6.9 and sles11.4 from xct 20180316 build #4962 (#4965)

This commit is contained in:
yangsong
2018-03-19 11:20:23 +08:00
committed by Bin Xu
parent 8cdb9b6730
commit f047cc73e3

View File

@ -330,7 +330,7 @@ sub preprocess_updatenode
delete $allnodes{$node};
}
$request->{node}=[];
push $request->{node}, map $_ ,keys %allnodes;
push @{$request->{node}}, map $_ ,keys %allnodes;
}
unless (scalar @{$request->{node}}){