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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user