From 52f56094c31c7de3712340df8c03738d38800266 Mon Sep 17 00:00:00 2001 From: lissav Date: Sat, 4 Jul 2009 13:13:03 +0000 Subject: [PATCH] fix for 2814453 continue even if rsync of file to the image gets some errors git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3702 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/DSHCLI.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/DSHCLI.pm b/perl-xCAT/xCAT/DSHCLI.pm index 46016912f..93d68291a 100644 --- a/perl-xCAT/xCAT/DSHCLI.pm +++ b/perl-xCAT/xCAT/DSHCLI.pm @@ -4277,8 +4277,7 @@ sub rsync_to_image { my $rsp = {}; $rsp->{data}->[0] = "Command: $synccmd failed."; - xCAT::MsgUtils->message("E", $rsp, $::CALLBACK, 1); - return; + xCAT::MsgUtils->message("I", $rsp, $::CALLBACK); } } # valid line