RE: [PATCH v7 0/3] FDP and per-io hints

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




> -----Original Message-----
> From: Hans Holmberg <hans@xxxxxxxxxxxxx>
> Sent: Tuesday, October 8, 2024 12:07 PM
> To: Javier Gonzalez <javier.gonz@xxxxxxxxxxx>
> Cc: Christoph Hellwig <hch@xxxxxx>; Jens Axboe <axboe@xxxxxxxxx>; Martin K.
> Petersen <martin.petersen@xxxxxxxxxx>; Keith Busch <kbusch@xxxxxxxxxx>;
> Kanchan Joshi <joshi.k@xxxxxxxxxxx>; hare@xxxxxxx; sagi@xxxxxxxxxxx;
> brauner@xxxxxxxxxx; viro@xxxxxxxxxxxxxxxxxx; jack@xxxxxxx; jaegeuk@xxxxxxxxxx;
> bcrl@xxxxxxxxx; dhowells@xxxxxxxxxx; bvanassche@xxxxxxx;
> asml.silence@xxxxxxxxx; linux-nvme@xxxxxxxxxxxxxxxxxxx; linux-
> fsdevel@xxxxxxxxxxxxxxx; io-uring@xxxxxxxxxxxxxxx; linux-block@xxxxxxxxxxxxxxx;
> linux-aio@xxxxxxxxx; gost.dev@xxxxxxxxxxx; vishak.g@xxxxxxxxxxx
> Subject: Re: [PATCH v7 0/3] FDP and per-io hints
> 
> On Mon, Oct 7, 2024 at 12:10 PM Javier González <javier.gonz@xxxxxxxxxxx>
> wrote:
> >
> > On 04.10.2024 14:30, Christoph Hellwig wrote:
> > >On Fri, Oct 04, 2024 at 08:52:33AM +0200, Javier González wrote:
> > >> So, considerign that file system _are_ able to use temperature hints and
> > >> actually make them work, why don't we support FDP the same way we are
> > >> supporting zones so that people can use it in production?
> > >
> > >Because apparently no one has tried it.  It should be possible in theory,
> > >but for example unless you have power of 2 reclaim unit size size it
> > >won't work very well with XFS where the AGs/RTGs must be power of two
> > >aligned in the LBA space, except by overprovisioning the LBA space vs
> > >the capacity actually used.
> >
> > This is good. I think we should have at least a FS POC with data
> > placement support to be able to drive conclusions on how the interface
> > and requirements should be. Until we have that, we can support the
> > use-cases that we know customers are asking for, i.e., block-level hints
> > through the existing temperature API.
> >
> > >
> > >> I agree that down the road, an interface that allows hints (many more
> > >> than 5!) is needed. And in my opinion, this interface should not have
> > >> semintics attached to it, just a hint ID, #hints, and enough space to
> > >> put 100s of them to support storage node deployments. But this needs to
> > >> come from the users of the hints / zones / streams / etc,  not from
> > >> us vendors. We do not have neither details on how they deploy these
> > >> features at scale, nor the workloads to validate the results. Anything
> > >> else will probably just continue polluting the storage stack with more
> > >> interfaces that are not used and add to the problem of data placement
> > >> fragmentation.
> > >
> > >Please always mentioned what layer you are talking about.  At the syscall
> > >level the temperatur hints are doing quite ok.  A full stream separation
> > >would obviously be a lot better, as would be communicating the zone /
> > >reclaim unit / etc size.
> >
> > I mean at the syscall level. But as mentioned above, we need to be very
> > sure that we have a clear use-case for that. If we continue seeing hints
> > being use in NVMe or other protocols, and the number increase
> > significantly, we can deal with it later on.
> >
> > >
> > >As an interface to a driver that doesn't natively speak temperature
> > >hint on the other hand it doesn't work at all.
> > >
> > >> The issue is that the first series of this patch, which is as simple as
> > >> it gets, hit the list in May. Since then we are down paths that lead
> > >> nowhere. So the line between real technical feedback that leads to
> > >> a feature being merged, and technical misleading to make people be a
> > >> busy bee becomes very thin. In the whole data placement effort, we have
> > >> been down this path many times, unfortunately...
> > >
> > >Well, the previous round was the first one actually trying to address the
> > >fundamental issue after 4 month.  And then after a first round of feedback
> > >it gets shutdown somehow out of nowhere.  As a maintainer and review that
> > >is the kinda of contributors I have a hard time taking serious.
> >
> > I am not sure I understand what you mean in the last sentece, so I will
> > not respond filling blanks with a bad interpretation.
> >
> > In summary, what we are asking for is to take the patches that cover the
> > current use-case, and work together on what might be needed for better
> > FS support. For this, it seems you and Hans have a good idea of what you
> > want to have based on XFS. We can help review or do part of the work,
> > but trying to guess our way will only delay existing customers using
> > existing HW.
> 
> After reading the whole thread, I end up wondering why we need to rush the
> support for a single use case through instead of putting the architecture
> in place for properly supporting this new type of hardware from the start
> throughout the stack.

This is not a rush. We have been supporting this use case through passthru for 
over 1/2 year with code already upstream in Cachelib. This is mature enough as 
to move into the block layer, which is what the end user wants to do either way.

This is though a very good point. This is why we upstreamed passthru at the 
time; so people can experiment, validate, and upstream only when there is a 
clear path.

> 
> Even for user space consumers of raw block devices, is the last version
> of the patch set good enough?
> 
> * It severely cripples the data separation capabilities as only a handful of
>   data placement buckets are supported

I could understand from your presentation at LPC, and late looking at the code that 
is available that you have been successful at getting good results with the existing 
interface in XFS. The mapping form the temperature semantics to zones (no semantics)
is the exact same as we are doing with FDP. Not having to change neither in-kernel  nor user-space 
structures is great.

> 
> * It just won't work if there is more than one user application per storage
>   device as different applications data streams will be mixed at the nvme
>   driver level..

For now this use-case is not clear. Folks working on it are using passthru. When we
have a more clear understanding of what is needed, we might need changes in the kernel.

If you see a need for this on the work that you are doing, by all means, please send patches.
As I said at LPC, we can work together on this.

> 
> While Christoph has already outlined what would be desirable from a
> file system point of view, I don't have the answer to what would be the overall
> best design for FDP. I would like to say that it looks to me like we need to
> consider more than more than the early adoption use cases and make sure we
> make the most of the hardware capabilities via logical abstractions that
> would be compatible with a wider range of storage devices.
> 
> Figuring the right way forward is tricky, but why not just let it take the time
> that is needed to sort this out while early users explore how to use FDP
> drives and share the results?

I agree that we might need a new interface to support more hints, beyond the temperatures. 
Or maybe not. We would not know until someone comes with a use case. We have made the 
mistake in the past of treating internal research as upstreamable work. I know can see that 
this simply complicates the in-kernel and user-space APIs.

The existing API is usable and requires no changes. There is hardware. There are customers. 
There are applications with upstream support which have been tested with passthru (the 
early results you mention). And the wiring to NVMe is _very_ simple. There is no reason 
not to take this in, and then we will see what new interfaces we might need in the future.

I would much rather spend time in discussing ideas with you and others on a potential
future API than arguing about the validity of an _existing_ one. 






[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [NTFS 3]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [NTFS 3]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux