Skip to content

Commit 779d521

Browse files
committed
fix missing changes
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 4ffb091 commit 779d521

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/main/java/com/cloud/resource/ResourceManagerImpl.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2385,6 +2385,8 @@ protected HostVO createHostVO(final StartupCommand[] cmds, final ServerResource
23852385

23862386
if (startup instanceof StartupRoutingCommand) {
23872387
final StartupRoutingCommand ssCmd = (StartupRoutingCommand)startup;
2388+
_hostTagsDao.updateImplicitTags(host.getId(), ssCmd.getHostTags());
2389+
23882390
updateSupportsClonedVolumes(host, ssCmd.getSupportsClonedVolumes());
23892391
}
23902392

0 commit comments

Comments
 (0)