Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion ocaml/xapi/xapi_xenops.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2323,7 +2323,11 @@ let on_xapi_restart ~__context =
()
) (all_known_xenopsds ());

resync_all_vms ~__context
resync_all_vms ~__context;
info "applying guest agent configuration during restart";
let pool = Helpers.get_pool ~__context in
let config = Db.Pool.get_guest_agent_config ~__context ~self:pool in
apply_guest_agent_config ~__context config

let assert_resident_on ~__context ~self =
let localhost = Helpers.get_localhost ~__context in
Expand Down