Fix handling of node resolution
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@951 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
1f9ce34350
commit
ce1feaf843
@ -2876,10 +2876,9 @@ sub resolve_nodes
|
||||
my ($class, $options, $resolved_targets, $unresolved_targets,
|
||||
$context_targets)
|
||||
= @_;
|
||||
|
||||
|
||||
my @node_list = ();
|
||||
|
||||
my @node_list = $$options{'nodes'};
|
||||
@node_list = split ',' , $$options{'nodes'};
|
||||
|
||||
foreach $context_node (@node_list)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user