mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-30 16:21:11 +00:00
Another fix for noderange recursion
Noderange recursion had other scenarios where missing nodes could be forgotten. Fix this by having expandatom append the option for all subordinate calls.
This commit is contained in:
@@ -200,6 +200,7 @@ sub expandatom {
|
||||
}
|
||||
my $verify = (scalar(@_) >= 1 ? shift : 1);
|
||||
my %options = @_; # additional options
|
||||
$options{keepmissing} = 1;
|
||||
my @nodes= ();
|
||||
#TODO: these env vars need to get passed by the client to xcatd
|
||||
my $nprefix=(defined ($ENV{'XCAT_NODE_PREFIX'}) ? $ENV{'XCAT_NODE_PREFIX'} : 'node');
|
||||
|
Reference in New Issue
Block a user