Skip to content

Commit 49bd2d4

Browse files
author
Jon Ludlam
authored
Merge pull request xapi-project#3004 from cheng-z/CA-250757-master
CA-250757: refresh software version after update been applied
2 parents 0eb2bac + 56a55a8 commit 49bd2d4

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)