Skip to content

Commit

Permalink
fix missing changes
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Kumar <[email protected]>
  • Loading branch information
shwstppr committed Nov 4, 2024
1 parent 4ffb091 commit 779d521
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2385,6 +2385,8 @@ protected HostVO createHostVO(final StartupCommand[] cmds, final ServerResource

if (startup instanceof StartupRoutingCommand) {
final StartupRoutingCommand ssCmd = (StartupRoutingCommand)startup;
_hostTagsDao.updateImplicitTags(host.getId(), ssCmd.getHostTags());

updateSupportsClonedVolumes(host, ssCmd.getSupportsClonedVolumes());
}

Expand Down

0 comments on commit 779d521

Please sign in to comment.