Re: [RFC] migration: introduce failed-unrecovarable status

2020-01-20 Thread Vladimir Sementsov-Ogievskiy
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

[RFC] migration: introduce failed-unrecovarable status

2019-12-18 Thread Vladimir Sementsov-Ogievskiy
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