fixes for hierarchical dcp

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3407 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2009-05-19 18:03:38 +00:00
parent ebe2afe1d1
commit b76f710a51

View File

@ -845,6 +845,8 @@ sub fork_fanout_dcp
my $user_target = shift @$targets_waiting;
my $target_properties = $$resolved_targets{$user_target};
my @shorthostname = split(/\./, $user_target);
$user_target=$shorthostname[0];
my @dcp_command;
if (!$$target_properties{'localhost'})