Skip to content

Commit f8ddc4b

Browse files
re add security group wok processing
1 parent 36cb848 commit f8ddc4b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

server/src/com/cloud/network/security/SecurityGroupManagerImpl.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,9 @@ public void doInTransactionWithoutResult(TransactionStatus status) {
434434
}
435435
}
436436
});
437+
for (Long vmId : affectedVms) {
438+
_executorPool.schedule(new WorkerThread(), delayMs, TimeUnit.MILLISECONDS);
439+
}
437440
} finally {
438441
_workLock.unlock();
439442
if (s_logger.isTraceEnabled()) {

0 commit comments

Comments
 (0)