On Thu, 04/14 08:04, Denis V. Lunev wrote: > unfortunately no. If the lock will be on the image file, > we will have get it on the target node on QEMU start > and re-acquire it in bdrv_invalidate_cache. > > From my POW you should not get the lock if > BDRV_O_INACTIVE is set.
That is what I meant. :) At source: Images are unlocked in bdrv_inactivate(). At destinition: Images are not locked if opened with BDRV_O_INACTIVE, and are locked in bdrv_invalidate_cache() (at the INMIGRATE -> RUNNING switch). Fam