Re: [PATCH v4 6/6] io_uring: add support for zone-append

From: Luis Chamberlain
Date: Wed Mar 02 2022 - 15:43:43 EST


On Tue, Sep 08, 2020 at 04:18:01PM +0100, hch@xxxxxxxxxxxxx wrote:
> On Mon, Sep 07, 2020 at 12:31:42PM +0530, Kanchan Joshi wrote:
> > But there are use-cases which benefit from supporting zone-append on
> > raw block-dev path.
> > Certain user-space log-structured/cow FS/DB will use the device that
> > way. Aerospike is one example.
> > Pass-through is synchronous, and we lose the ability to use io-uring.
>
> So use zonefs, which is designed exactly for that use case.

Using zonefs to test append alone can introduce a slight overhead with
the VFS if we want to do something such as just testing any hot path
with append and the block layer. If we want to live with that, that's
fine!

Just saying.

Luis