Re: [Nbd] Question about the expected behaviour of nbd-server for async ops
Brought to you by:
yoe
|
From: Alex B. <al...@al...> - 2011-05-29 12:18:44
|
--On 29 May 2011 14:06:32 +0200 Wouter Verhelst <w...@ut...> wrote: > It currently fails 'make check' though, so it's certainly not ready yet. If it's failing the integrity test, note that this currently assumes the server will not reorder a read or write covering block N received subsequent to a write to block N to be processed prior to that write. Or in English, it expects normal ordering of read/writes. So this might be a false fail. Probably the way to fix that would be for the integrity test to block both read and writes if there are inflight writes for any blocks within the range. -- Alex Bligh |