updates to allow sync of servicendes in one command and not one node at a time
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14708 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
4533d117e9
commit
d84b5d2ea4
@ -285,7 +285,8 @@ sub execute_dcp
|
||||
}
|
||||
if (scalar(@targets_failed) > 0)
|
||||
{
|
||||
$::DCP_NODES_FAILED = join ",", @targets_failed;
|
||||
#$::DCP_NODES_FAILED = join ",", @targets_failed;
|
||||
@::DCP_NODES_FAILED = @targets_failed;
|
||||
}
|
||||
|
||||
return (scalar(@targets_failed) + scalar(keys(%unresolved_targets)));
|
||||
@ -401,7 +402,8 @@ sub execute_dsh
|
||||
\%unresolved_targets, \%context_targets);
|
||||
if (scalar(@targets_failed) > 0)
|
||||
{
|
||||
$::DSH_NODES_FAILED = join ",", @targets_failed;
|
||||
# $::DSH_NODES_FAILED = join ",", @targets_failed;
|
||||
@::DSH_NODES_FAILED = @targets_failed;
|
||||
}
|
||||
|
||||
return (scalar(@targets_failed) + scalar(keys(%unresolved_targets)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user