* [PATCH] bringup: make guestfs default
@ 2024-03-08 22:00 Luis Chamberlain
2024-03-08 22:08 ` Jeff Layton
0 siblings, 1 reply; 2+ messages in thread
From: Luis Chamberlain @ 2024-03-08 22:00 UTC (permalink / raw)
To: kdevops; +Cc: dave, a.manzanares, fan.ni, jim.harris, Luis Chamberlain
guestfs has been tested in quite a bit of workflows already and other
than CXL and ZNS support, it's all there. ZNS support should be easy
to add, and we need to revisit how we scale CXL support for more
random dynamic topologies anyway, so that work can be done with
guestfs. So just make guestfs default now.
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
---
Speak now or hold your peace.
kconfigs/Kconfig.bringup | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kconfigs/Kconfig.bringup b/kconfigs/Kconfig.bringup
index 2d913ea625ba..d20d427057f2 100644
--- a/kconfigs/Kconfig.bringup
+++ b/kconfigs/Kconfig.bringup
@@ -3,7 +3,7 @@ config BRINGUP_SUPPORTS_CXL
choice
prompt "Node bring up method"
- default VAGRANT
+ default GUESTFS
config VAGRANT
bool "Vagrant for local virtualization (KVM / VirtualBox)"
@@ -22,7 +22,7 @@ config VAGRANT
make deps
config GUESTFS
- bool "Use guestfs-tools for local virtualization via KVM and libvirt (EXPERIMENTAL)"
+ bool "Use guestfs-tools for local virtualization via KVM and libvirt"
select EXTRA_STORAGE_SUPPORTS_LARGEIO
help
This option will use libguestfs utilities instead of Vagrant to build
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] bringup: make guestfs default
2024-03-08 22:00 [PATCH] bringup: make guestfs default Luis Chamberlain
@ 2024-03-08 22:08 ` Jeff Layton
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Layton @ 2024-03-08 22:08 UTC (permalink / raw)
To: Luis Chamberlain, kdevops; +Cc: dave, a.manzanares, fan.ni, jim.harris
On Fri, 2024-03-08 at 14:00 -0800, Luis Chamberlain wrote:
> guestfs has been tested in quite a bit of workflows already and other
> than CXL and ZNS support, it's all there. ZNS support should be easy
> to add, and we need to revisit how we scale CXL support for more
> random dynamic topologies anyway, so that work can be done with
> guestfs. So just make guestfs default now.
>
> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
> ---
>
> Speak now or hold your peace.
>
> kconfigs/Kconfig.bringup | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/kconfigs/Kconfig.bringup b/kconfigs/Kconfig.bringup
> index 2d913ea625ba..d20d427057f2 100644
> --- a/kconfigs/Kconfig.bringup
> +++ b/kconfigs/Kconfig.bringup
> @@ -3,7 +3,7 @@ config BRINGUP_SUPPORTS_CXL
>
> choice
> prompt "Node bring up method"
> - default VAGRANT
> + default GUESTFS
>
> config VAGRANT
> bool "Vagrant for local virtualization (KVM / VirtualBox)"
> @@ -22,7 +22,7 @@ config VAGRANT
> make deps
>
> config GUESTFS
> - bool "Use guestfs-tools for local virtualization via KVM and libvirt (EXPERIMENTAL)"
> + bool "Use guestfs-tools for local virtualization via KVM and libvirt"
> select EXTRA_STORAGE_SUPPORTS_LARGEIO
> help
> This option will use libguestfs utilities instead of Vagrant to build
Acked-by: Jeff Layton <jlayton@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-08 22:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-08 22:00 [PATCH] bringup: make guestfs default Luis Chamberlain
2024-03-08 22:08 ` Jeff Layton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox