This commit is contained in:
Manoj Kumar 2026-01-22 15:20:37 +01:00 committed by GitHub
commit 07e84b25d4
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;