We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825884d commit 56a55a8Copy full SHA for 56a55a8
ocaml/xapi/xapi_pool_update.ml
@@ -468,7 +468,8 @@ let resync_host ~__context ~host =
468
let pool_patch_ref = Xapi_pool_patch.pool_patch_of_update ~__context update_ref in
469
Xapi_pool_patch.write_patch_applied_db ~__context ~self:pool_patch_ref ~host ()
470
) update_refs;
471
- Create_misc.create_updates_requiring_reboot_info ~__context ~host
+ Create_misc.create_updates_requiring_reboot_info ~__context ~host;
472
+ Create_misc.create_software_version ~__context
473
end
474
else Db.Host.set_updates ~__context ~self:host ~value:[];
475
0 commit comments