fix bug 4433: chvm CN add_physlots= returns "Can not get hypervisor information"
This commit is contained in:
parent
884b1fdac9
commit
9a5301f985
@ -928,7 +928,7 @@ sub do_op_extra_cmds {
|
||||
}
|
||||
if (@query_array) {
|
||||
my $rethash = query_cec_info_actions($request, $name, $d, 1, \@query_array);
|
||||
unless (scalar keys(%$memhash)) {
|
||||
unless (scalar keys(%$rethash)) {
|
||||
push @values, [$mtms, "Can not get hypervisor information", 1];
|
||||
next;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user