> @@ -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?