From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 42AB81FA178 for ; Sat, 1 Nov 2025 00:50:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761958225; cv=none; b=lGq5/XgEz8X2EPorv8RcySgdIBEZHSGf9mGlHAyQWyH4t9dxSK3fP3BefT7gMem3fSPN0fPAQ3m4xanYmV8wzLss/YYN7olo8s8z/dxO5IJvvJDhokG7VZ6EszluqFI0+jMKBeK/Wk/ADNXft70HnAWtxMA8K//huVCcN/6EJeY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761958225; c=relaxed/simple; bh=WiYeTPX4lF/F8qVOfr/g/GTwUXuqIf4woVgukpv9FOY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=vEFyrabwZ4MlijXW7zXzXiFUybJuKKya3chaZWWm+beer1y9CIsePSONJH2/YaYuO6RREMDIRzn3L4bQmPUpCUXjBPbl0A5LNSwzLVAOdE62v68IHNluBh+LWMrWaeTHkGG6j9z+aHn1nhC9EfCt9BXcdsylzjhoRYdg1M07tbA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EYGlCrnO; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="EYGlCrnO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CD944C4CEFB; Sat, 1 Nov 2025 00:50:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1761958225; bh=WiYeTPX4lF/F8qVOfr/g/GTwUXuqIf4woVgukpv9FOY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EYGlCrnO9zEGHVBEo77TUMlcyN6n2W9zfIef48GaIfI+nAM5r5e/7T9cooJQ1YMJo ZZeWFL0mTgtGhv7mwU9jemEUrgu39FSlwjQ8AZT1t3UMychs4WVk9vwn1yA31qKa0o tj2bl5F3NfhUrbBNOQCxJZTXXHE+ELnifBOCL3sbrdrI4JIDQ+XaSQ+r+LhotdKYHv v+8Q1mpJnHqcY8PzxdJ+VxoW9EwqhmiYfYLtuK9rVsUXxVuJqAWEyVyleQk1M/SSk9 On6LYLGngR+CHNDbtSNsfYyzuuvH3Vd+ro2TMRRjRbEtDahkWPssLrFPJrBGCFqpzX 2MOtv9jtYgMdQ== From: Chuck Lever To: Cc: Chuck Lever Subject: [PATCH 3/7] kconfigs: Remove remaining OpenStack references Date: Fri, 31 Oct 2025 20:50:16 -0400 Message-ID: <20251101005020.3492781-5-cel@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20251101005020.3492781-1-cel@kernel.org> References: <20251101005020.3492781-1-cel@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Chuck Lever Remove OpenStack references from various Kconfig files including: - Remove OpenStack example from guestfs cloud-init documentation - Remove OpenStack nova reference from libvirt aio mode documentation - Remove OpenStack from bringup terraform cloud provider list - Remove TERRAFORM_OPENSTACK dependency from TERRAFORM_PRIVATE_NET Generated-by: Claude AI Signed-off-by: Chuck Lever --- kconfigs/Kconfig.bringup | 1 - kconfigs/Kconfig.guestfs | 2 +- kconfigs/Kconfig.libvirt | 4 ---- terraform/Kconfig | 2 +- 4 files changed, 2 insertions(+), 7 deletions(-) diff --git a/kconfigs/Kconfig.bringup b/kconfigs/Kconfig.bringup index 0b1c8805d0b2..39bd93b8686d 100644 --- a/kconfigs/Kconfig.bringup +++ b/kconfigs/Kconfig.bringup @@ -45,7 +45,6 @@ config TERRAFORM * Azure * AWS - * OpenStack * GCE Enabling this option will enable installing terraform dependencies diff --git a/kconfigs/Kconfig.guestfs b/kconfigs/Kconfig.guestfs index 3bc4b06032be..75996c5eba7e 100644 --- a/kconfigs/Kconfig.guestfs +++ b/kconfigs/Kconfig.guestfs @@ -147,7 +147,7 @@ choice config GUESTFS_DEBIAN_TRIXIE_GENERIC_AMD64 bool "debian-13-generic-amd64-daily" help - Should run in any environment using cloud-init, for e.g. OpenStack, + Should run in any environment using cloud-init, for e.g. DigitalOcean and also on bare metal. This is the image you should try to use and stick to for kernel testing. diff --git a/kconfigs/Kconfig.libvirt b/kconfigs/Kconfig.libvirt index 4f29630912f2..cadec787ba1e 100644 --- a/kconfigs/Kconfig.libvirt +++ b/kconfigs/Kconfig.libvirt @@ -936,13 +936,9 @@ config LIBVIRT_AIO_MODE_NATIVE aio=native on sparsefiles. The claim seems to be that a host filesystems metadata write can block the AIO io_submit() call and therefore block QEMU threads which expect AIO behaviour on the guest. - This is documented when on Openstack nova an aio mode option was - requested to be available for different backends: If you want to use PCIe passthrough you cannot use aio=native. - https://review.opendev.org/c/openstack/nova-specs/+/232514/7/specs/mitaka/approved/libvirt-aio-mode.rst - config LIBVIRT_AIO_MODE_THREADS bool "aio=threads" help diff --git a/terraform/Kconfig b/terraform/Kconfig index c0b2bfb0338c..62d138b621a4 100644 --- a/terraform/Kconfig +++ b/terraform/Kconfig @@ -10,7 +10,7 @@ endmenu config TERRAFORM_PRIVATE_NET bool "Add a private network for the guests" - depends on TERRAFORM_OPENSTACK || TERRAFORM_AZURE + depends on TERRAFORM_AZURE default y help This option adds a private network between the various guests -- 2.51.0