mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-11 15:50:11 +00:00
handle error
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user