Skip to content

Commit d010e9f

Browse files
authored
Notify user if template upgrade is not required (#12483)
1 parent 0958dfc commit d010e9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3358,6 +3358,7 @@ private List<Long> rebootRouters(final List<DomainRouterVO> routers) {
33583358
jobIds.add(jobId);
33593359
} else {
33603360
logger.debug("Router: {} is already at the latest version. No upgrade required", router);
3361+
throw new CloudRuntimeException("Router is already at the latest version. No upgrade required");
33613362
}
33623363
}
33633364
return jobIds;

0 commit comments

Comments
 (0)