mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 11:42:05 +00:00
handle error
This commit is contained in:
parent
988898dde1
commit
55fed03a81
@ -595,7 +595,8 @@ sub process_request {
|
||||
} else {
|
||||
my $rsp;
|
||||
push @{ $rsp->{data} }, "emptyzonesenable from xCAT site table should be yes or no.";
|
||||
xCAT::MsgUtils->message("E", $rsp, $callback);
|
||||
xCAT::MsgUtils->message("E", $rsp, $callback);
|
||||
return;
|
||||
}
|
||||
}
|
||||
my @slave_ips;
|
||||
|
Loading…
x
Reference in New Issue
Block a user