Re: [PATCH v3 02/14] migration: Add support for 'file:' uri for incoming migration

2023-02-10 Thread Daniel P . Berrangé
On Fri, Oct 28, 2022 at 01:39:02PM +0300, Nikolay Borisov wrote: > This is a counterpart to the 'file:' uri support for source migration, > now a file can also serve as the source of an incoming migration. > > Unlike other migration protocol backends, the 'file' protocol cannot > honour non-blocki

[PATCH v3 02/14] migration: Add support for 'file:' uri for incoming migration

2022-10-28 Thread Nikolay Borisov
This is a counterpart to the 'file:' uri support for source migration, now a file can also serve as the source of an incoming migration. Unlike other migration protocol backends, the 'file' protocol cannot honour non-blocking mode. POSIX file/block storage will always report ready to read/write, r