Re: [PATCH 2/2] nvme: add emulation for zone-append

From: Christoph Hellwig
Date: Thu Aug 20 2020 - 01:29:28 EST


On Wed, Aug 19, 2020 at 01:11:58PM -0600, David Fugate wrote:
> On Tue, 2020-08-18 at 07:12 +0000, Christoph Hellwig wrote:
> > On Tue, Aug 18, 2020 at 10:59:36AM +0530, Kanchan Joshi wrote:
> > > If drive does not support zone-append natively, enable emulation
> > > using
> > > regular write.
> > > Make emulated zone-append cmd write-lock the zone, preventing
> > > concurrent append/write on the same zone.
> >
> > I really don't think we should add this. ZNS and the Linux support
> > were all designed with Zone Append in mind, and then your company did
> > the nastiest possible move violating the normal NVMe procedures to
> > make
> > it optional. But that doesn't change the fact the Linux should keep
> > requiring it, especially with the amount of code added here and how
> > it
> > hooks in the fast path.
>
> Intel does not support making *optional* NVMe spec features *required*
> by the NVMe driver.

That is a great demand, but please stop talking of companies here,
because companies simply don't matter for Linux development. People
and use cases do, companies don't and your mail talking about companies
really can't be taken serious.

And I'm not sure why you think Linux is different from any other NVMe
host OS. If random NVMe host A decided they need feature X they are
going to require it, because why not. Especially if the developers of
host A helped to drive the development of feature X. I'm pretty sure
with a little background in storage standards you've seen that play out
a lot before. And it is no different here.