1 parent 13f11c5 commit 3383373Copy full SHA for 3383373
1 file changed
ocaml/xapi/xapi_vm_migrate.ml
@@ -492,6 +492,8 @@ let pool_migrate_complete ~__context ~vm ~host:_ =
492
if Xapi_xenops.vm_exists_in_xenopsd queue_name dbg id then (
493
remove_stale_pcis ~__context ~vm ;
494
Xapi_xenops.set_resident_on ~__context ~self:vm ;
495
+ Xapi_xenops.maybe_refresh_vm ~__context ~self:vm ;
496
+ Xapi_xenops.Events_from_xenopsd.wait queue_name dbg id ;
497
Xapi_xenops.add_caches id ;
498
Xapi_xenops.refresh_vm ~__context ~self:vm ;
499
Monitor_dbcalls_cache.clear_cache_for_vm ~vm_uuid:id
0 commit comments