enhance msgs for cpcosi error

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16769 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2013-06-26 13:53:58 +00:00
parent af005c6a31
commit d80d963951

View File

@ -4200,12 +4200,6 @@ sub mk_spot
chomp $currentimage;
$cpcosi_cmd .= "-c $currentimage ";
# do we want verbose output?
if ($::VERBOSE)
{
$cpcosi_cmd .= "-v ";
}
# where to put it - the default is /install
my $spotloc;
if ($::opt_l)
@ -4239,6 +4233,7 @@ sub mk_spot
if ($::RUNCMD_RC != 0)
{
my $rsp;
push @{$rsp->{data}}, " The cpcosi command failed. \n$output\n";
push @{$rsp->{data}},
"Could not create a NIM definition for \'$spot_name\'.\n";
xCAT::MsgUtils->message("E", $rsp, $callback);