server: PingRoutingCommand - enable scanStalledVm

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2024-09-03 16:03:11 +05:30
parent 337add8fb9
commit 1be848da25

View File

@ -3825,7 +3825,7 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
// CPU and DB hotspot
// FIXME: CPU & DB hotspot: listStalledVMInTransitionStateOnUpHost
// FIXME: CPU & DB hotspot: listVMInTransitionStateWithRecentReportOnUpHost
// scanStalledVMInTransitionStateOnUpHost(agentId);
scanStalledVMInTransitionStateOnUpHost(agentId);
processed = true;
}
}