mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
Added more logging to the place where VR investigates whether the user vm is alive, by executing PingCommand
This commit is contained in:
parent
d5d0142ed4
commit
928d94265b
@ -182,7 +182,8 @@ public class UserVmDomRInvestigator extends AbstractInvestigatorImpl {
|
||||
Answer pingTestAnswer = _agentMgr.easySend(hostId, new PingTestCommand(routerPrivateIp, privateIp));
|
||||
if (pingTestAnswer!=null && pingTestAnswer.getResult()) {
|
||||
if (s_logger.isDebugEnabled()) {
|
||||
s_logger.debug("user vm " + vm.getHostName() + " has been successfully pinged, returning that it is alive");
|
||||
s_logger.debug("user vm's " + vm.getHostName() + " ip address "+ privateIp + " has been successfully pinged from the Virtual Router "
|
||||
+ router.getHostName() + ", returning that vm is alive");
|
||||
}
|
||||
return Boolean.TRUE;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user