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
This commit is contained in:
parent
d1830acc01
commit
52f56094c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user