This commit is contained in:
Manoj Kumar 2026-01-22 09:59:55 +00:00 committed by GitHub
commit 8c57256d9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -3358,6 +3358,7 @@ Configurable, StateListener<VirtualMachine.State, VirtualMachine.Event, VirtualM
jobIds.add(jobId);
} else {
logger.debug("Router: {} is already at the latest version. No upgrade required", router);
throw new CloudRuntimeException("Router is already at the latest version. No upgrade required");
}
}
return jobIds;