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:
commit
fbe8d54c16
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user