[pve-devel] [PATCH ha-manager 5/6] update cfs before checking if VM/CT moved

Dietmar Maurer dietmar at proxmox.com
Tue Feb 9 12:27:18 CET 2016


> @@ -103,6 +104,7 @@ sub migrate {
>      my $upid = PVE::API2::LXC->migrate_vm($params);
>      PVE::HA::Tools::upid_wait($upid, $haenv);
>  
> +    PVE::Cluster::cfs_update();
>      # check if vm really moved
>      return !(-f $oldconfig);
>  }

Why do you think cfs_update() helps here?




More information about the pve-devel mailing list