2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +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
commit fbe8d54c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {