2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-21 13:35:32 +00:00

Improve the error message when BMC does not return a dump ID

This commit is contained in:
Victor Hu
2017-11-28 11:33:39 -05:00
parent 602bef03db
commit b3009eb234

View File

@ -2717,7 +2717,7 @@ sub rspconfig_dump_response {
xCAT::SvrUtils::sendmsg("[$dump_id] success", $callback, $node);
}
} else {
xCAT::SvrUtils::sendmsg("Did not get new dump ID from OpenBMC", $callback, $node);
xCAT::SvrUtils::sendmsg([1, "BMC returned $::RESPONSE_OK but no ID was returned. Verify manually on the BMC."], $callback, $node);
$next_status{ $node_info{$node}{cur_status} } = "";
}
}