Re: [PATCH 2/2] ai: add multi-filesystem testing support for Milvus benchmarks
Luis Chamberlain <[email protected]>
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <CAB=NE6Xk4dHRyVQr9C1mifxbLsVwr=hguho8-reuaemU5Atfsw@mail.gmail.com> |
On Mon, Sep 1, 2025 at 1:11 PM Daniel Gomez <[email protected]> wrote: > > > diff --git a/scripts/guestfs.Makefile b/scripts/guestfs.Makefile > > index bd03f58c..f6c350a4 100644 > > --- a/scripts/guestfs.Makefile > > +++ b/scripts/guestfs.Makefile > > @@ -79,7 +79,7 @@ bringup_guestfs: $(GUESTFS_BRINGUP_DEPS) > > --extra-vars=@./extra_vars.yaml \ > > --tags network,pool,base_image > > $(Q)ansible-playbook $(ANSIBLE_VERBOSE) \ > > - --limit 'baseline:dev:service' \ > > + --limit 'baseline:dev:service:ai' \ > > I'm not sure if I understand the need of this new ai group. Can you clarify? > > Why aren't baseline or dev groups sufficient for this AI workload? > What's the role of this ai group? > > Note: I kept the hunks above to make it easier to reference the part I believe > is most relevant to my questions (hopefully). No good reason that I can think of, we can nuke it. Luis