diff --git a/perl-xCAT/xCAT/DSHCLI.pm b/perl-xCAT/xCAT/DSHCLI.pm index 6775868fd..130e6ce31 100644 --- a/perl-xCAT/xCAT/DSHCLI.pm +++ b/perl-xCAT/xCAT/DSHCLI.pm @@ -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'})