ping
18.12.2019 15:55, Vladimir Sementsov-Ogievskiy wrote:
> We should not start source vm automatically, if the error occured after
> target accessed disks, or if we failed to invalidate nodes.
>
> Also, fix, that we need invalidate even if bdrv_inactivate_all()
> failed, as in this case it stil
We should not start source vm automatically, if the error occured after
target accessed disks, or if we failed to invalidate nodes.
Also, fix, that we need invalidate even if bdrv_inactivate_all()
failed, as in this case it still may successfully inactivate some of
the nodes.
Signed-off-by: Vladi