mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-12 00:00:12 +00:00
when no domain defined, should print error
This commit is contained in:
@ -2440,9 +2440,10 @@ sub addnet
|
||||
} else {
|
||||
$callback->(
|
||||
{
|
||||
warning => [
|
||||
error => [
|
||||
"No $net specific entry for domain, and no domain defined in site table."
|
||||
]
|
||||
],
|
||||
errorcode => [1]
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user