mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
bug 11336: better message
This commit is contained in:
parent
81a9e05b39
commit
c37ecc2ebd
@ -172,7 +172,8 @@ public class SecurityGroupManagerImpl2 extends SecurityGroupManagerImpl{
|
||||
Long agentId = vm.getHostId();
|
||||
if (agentId != null) {
|
||||
if ( !_workTracker.canSend(agentId)) {
|
||||
s_logger.trace("SecurityGroupManager v2: not sending ruleset update: too many messages outstanding");
|
||||
s_logger.debug("SecurityGroupManager v2: not sending ruleset update for vm " + vm.getInstanceName()
|
||||
+ ": too many messages outstanding on host " + agentId);
|
||||
return;
|
||||
}
|
||||
Map<PortAndProto, Set<String>> rules = generateRulesForVM(userVmId);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user