mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-16 09:31:10 +00:00
fix message error in nodeimport
This commit is contained in:
@@ -2308,7 +2308,7 @@ sub validate_node_entry{
|
||||
exists $node_entry{"switches"} ||
|
||||
exists $node_entry{"cec"}){
|
||||
} else{
|
||||
$errmsg .= "MAC address, cec, switch and port is not specified. You must specify the MAC address, CEC name or switch and port.\n";
|
||||
$errmsg .= "MAC address, cec, switches is not specified. You must specify the MAC address, CEC name or switches.\n";
|
||||
}
|
||||
|
||||
if (! xCAT::NetworkUtils->isValidHostname($node_name)){
|
||||
|
Reference in New Issue
Block a user