fix message error in nodeimport
This commit is contained in:
parent
c2055a9b5e
commit
a2907dc160
@ -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)){
|
||||
|
Loading…
Reference in New Issue
Block a user