From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 B388E1B0F33 for ; Fri, 18 Jul 2025 04:06:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752811566; cv=none; b=UpZLDpC9oc07jkvv4osktwkU3sPJ0xKlxaIXwtX/FPY37LXPB6zGnilNYItcUths1MR+0a27G1v37+ZJdOEUyWUs4yEQQ0NetuAY6FHulMSfKAEwFw4YDwOtvGRHFSR4LbUDa0SnB0zEcvW4wxHz2INhJd7xr/qUwIcFiWGUroY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752811566; c=relaxed/simple; bh=Pl7NHoeOt9BsAorY4MsZyGYTDJyL7lNL7evbvXBp6rA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=PSkDrxlMMyBEtt/dYAEsp+e/ibIRwv5aL4SQtdVkw+iTx8dFXnHqXyO5apxq/oWgwPikt1lV09OQccAvzxKVLCxOv0VwbI4LRyW96kkzMg0NwFfOVgbi9Q6V+Du0mwJBVPtfDEGL2lNuOxmdDeDfOC/n9KgmgMyqKoDNfmzoF9I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=oKpoI68k; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="oKpoI68k" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description; bh=KMoBk6WVS0i/ZiKJCC9M4c2JzmQJAhQW9onPZkYbBDk=; b=oKpoI68kF9wZNRmBRaTa6F5eZ2 hNPvZXklaKvriV3udpZOfnlo3yKjOP7DV84UNl0HQaUhbEw6bPj6EfkUiWilnliC8iwyi1cXLtXJ4 GYuwkwwPR8BNRpiNWOl4OPjx/exO1cK5yh1Oq9YzazujfbVUN4iPo8bCLd3MdZprpeZjaGoG67p5K Z92kwjNO2u74jpxYDM8AQgMHvFIQK0yjU3UoECi6XEAQWeugrgW4a332dUdnSKGazNCR5rmCaRUuZ 3lgCY+72LTp0eSSrWQUoYoJ8IMtgIyfjd/tzajDPkG4cW3aVc0093a+aeoI0mixtCV/9bATWqd69C /B/qps2A==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1uccMA-0000000Bdtq-3IXn; Fri, 18 Jul 2025 04:05:58 +0000 From: Luis Chamberlain To: Chuck Lever , Daniel Gomez , Viacheslav Dubeyko , kdevops@lists.linux.dev Cc: Luis Chamberlain Subject: [PATCH 1/4] steady-state: use extra sparse drives when on libvirt Date: Thu, 17 Jul 2025 21:05:53 -0700 Message-ID: <20250718040557.2774976-2-mcgrof@kernel.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250718040557.2774976-1-mcgrof@kernel.org> References: <20250718040557.2774976-1-mcgrof@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 Sender: Luis Chamberlain preconditioning and steady-state support is now merged. But the ChatGPT codex implementation decided to use the same drives we'd use for /data/ today when using libvirt. Since steady state doesn't matter much for libvirt other than sanity tests to ensure it works, let's use the extra spare 3rd drive on libvirt instead. Signed-off-by: Luis Chamberlain --- workflows/steady_state/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflows/steady_state/Kconfig b/workflows/steady_state/Kconfig index f7064d07..5ead7562 100644 --- a/workflows/steady_state/Kconfig +++ b/workflows/steady_state/Kconfig @@ -3,9 +3,9 @@ menu "Configure SSD steady state workflow" config SSD_STEADY_STATE_DEVICE string "Device to pre-condition" output yaml - default "/dev/disk/by-id/nvme-QEMU_NVMe_Ctrl_kdevops1" if LIBVIRT && LIBVIRT_EXTRA_STORAGE_DRIVE_NVME - default "/dev/disk/by-id/virtio-kdevops1" if LIBVIRT && LIBVIRT_EXTRA_STORAGE_DRIVE_VIRTIO - default "/dev/disk/by-id/ata-QEMU_HARDDISK_kdevops1" if LIBVIRT && LIBVIRT_EXTRA_STORAGE_DRIVE_IDE + default "/dev/disk/by-id/nvme-QEMU_NVMe_Ctrl_kdevops2" if LIBVIRT && LIBVIRT_EXTRA_STORAGE_DRIVE_NVME + default "/dev/disk/by-id/virtio-kdevops2" if LIBVIRT && LIBVIRT_EXTRA_STORAGE_DRIVE_VIRTIO + default "/dev/disk/by-id/ata-QEMU_HARDDISK_kdevops2" if LIBVIRT && LIBVIRT_EXTRA_STORAGE_DRIVE_IDE default "/dev/sdc" if LIBVIRT && LIBVIRT_EXTRA_STORAGE_DRIVE_SCSI default "/dev/nvme2n1" if TERRAFORM_AWS_INSTANCE_M5AD_4XLARGE default "/dev/nvme1n1" if TERRAFORM_GCE -- 2.47.2