Skip to content

Commit 56a55a8

Browse files
committed
CA-250757: Refresh software version after update been applied
Signed-off-by: Cheng Zhang <[email protected]>
1 parent 825884d commit 56a55a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ocaml/xapi/xapi_pool_update.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,8 @@ let resync_host ~__context ~host =
468468
let pool_patch_ref = Xapi_pool_patch.pool_patch_of_update ~__context update_ref in
469469
Xapi_pool_patch.write_patch_applied_db ~__context ~self:pool_patch_ref ~host ()
470470
) update_refs;
471-
Create_misc.create_updates_requiring_reboot_info ~__context ~host
471+
Create_misc.create_updates_requiring_reboot_info ~__context ~host;
472+
Create_misc.create_software_version ~__context
472473
end
473474
else Db.Host.set_updates ~__context ~self:host ~value:[];
474475

0 commit comments

Comments
 (0)