2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-23 06:25:38 +00:00

Improve the message to help Admin figure out where the file is missing

This commit is contained in:
Victor Hu
2017-11-28 22:10:16 -05:00
parent db20025558
commit dd35306f0d

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