From: Luis Chamberlain <mcgrof@kernel.org>
To: Chuck Lever <cel@kernel.org>
Cc: Daniel Gomez <da.gomez@kruces.com>,
hui81.qi@samsung.com, kundan.kumar@samsung.com,
kdevops@lists.linux.dev
Subject: Re: [PATCH 2/2] ai: add multi-filesystem testing support for Milvus benchmarks
Date: Wed, 27 Aug 2025 12:24:35 -0700 [thread overview]
Message-ID: <aK9bc529LElt4sEs@bombadil.infradead.org> (raw)
In-Reply-To: <3b88e74a-76ce-4ab3-bc7d-43d7e7b3aaf3@kernel.org>
On Wed, Aug 27, 2025 at 10:47:51AM -0400, Chuck Lever wrote:
> On 8/27/25 5:32 AM, Luis Chamberlain wrote:
> > Extend the AI workflow to support testing Milvus across multiple
> > filesystem configurations simultaneously. This enables comprehensive
> > performance comparisons between different filesystems and their
> > configuration options.
> >
> > Key features:
> > - Dynamic node generation based on enabled filesystem configurations
> > - Support for XFS, EXT4, and BTRFS with various mount options
> > - Per-filesystem result collection and analysis
> > - A/B testing across all filesystem configurations
> > - Automated comparison graphs between filesystems
> >
> > Filesystem configurations:
> > - XFS: default, nocrc, bigtime with various block sizes (512, 1k, 2k, 4k)
> > - EXT4: default, nojournal, bigalloc configurations
> > - BTRFS: default, zlib, lzo, zstd compression options
> >
> > Defconfigs:
> > - ai-milvus-multifs: Test 7 filesystem configs with A/B testing
> > - ai-milvus-multifs-distro: Test with distribution kernels
> > - ai-milvus-multifs-extended: Extended configs (14 filesystems total)
> >
> > Node generation:
> > The system dynamically generates nodes based on enabled filesystem
> > configurations. With A/B testing enabled, this creates baseline and
> > dev nodes for each filesystem (e.g., debian13-ai-xfs-4k and
> > debian13-ai-xfs-4k-dev).
> >
> > Usage:
> > make defconfig-ai-milvus-multifs
> > make bringup # Creates nodes for each filesystem
> > make ai # Setup infrastructure on all nodes
> > make ai-tests # Run benchmarks on all filesystems
> > make ai-results # Collect and compare results
> >
> > This enables systematic evaluation of how different filesystems and
> > their configurations affect vector database performance.
> >
> > Generated-by: Claude AI
> > Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
>
> Hey Luis -
>
> I'm looking at adding "AI optimized" and "GPU optimized" machine size
> choices in the cloud provider Kconfigs. I assume this set can take
> advantage of those. Any suggestions, or let me know if I'm way off base.
That would be next to add variability support, so patches welcomed
on top! Some docs:
https://milvus.io/docs/v2.3.x/install_standalone-helm-gpu.md
https://milvus.io/docs/gpu_index.md
https://milvus.io/docs/gpu-cagra.md
Luis
next prev parent reply other threads:[~2025-08-27 19:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-27 9:31 [PATCH 0/2] kdevops: add milvus with minio support Luis Chamberlain
2025-08-27 9:32 ` [PATCH 1/2] ai: add Milvus vector database benchmarking support Luis Chamberlain
2025-08-27 9:32 ` [PATCH 2/2] ai: add multi-filesystem testing support for Milvus benchmarks Luis Chamberlain
2025-08-27 14:47 ` Chuck Lever
2025-08-27 19:24 ` Luis Chamberlain [this message]
2025-09-01 20:11 ` Daniel Gomez
2025-09-01 20:27 ` Luis Chamberlain
2025-08-29 2:05 ` [PATCH 0/2] kdevops: add milvus with minio support Luis Chamberlain
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aK9bc529LElt4sEs@bombadil.infradead.org \
--to=mcgrof@kernel.org \
--cc=cel@kernel.org \
--cc=da.gomez@kruces.com \
--cc=hui81.qi@samsung.com \
--cc=kdevops@lists.linux.dev \
--cc=kundan.kumar@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.