2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 21:31:11 +00:00

Merge pull request #4384 from whowutwut/rflash_file_msg

[OpenBMC] rflash - Improve the error message to help admin figure out where the missing file is
This commit is contained in:
Mark Gurevich
2017-11-29 09:48:30 -05:00
committed by GitHub

View File

@@ -1365,7 +1365,7 @@ sub parse_command_status {
}
# Verify file exists and is readable
unless (-r $::UPLOAD_FILE) {
xCAT::SvrUtils::sendmsg([1,"Cannot access $::UPLOAD_FILE"], $callback);
xCAT::SvrUtils::sendmsg([1,"Cannot access $::UPLOAD_FILE. Check the management node and/or service nodes."], $callback);
return 1;
}
if ($activate) {