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 DD91917E4 for ; Tue, 22 Jul 2025 00:23:25 +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=1753143807; cv=none; b=KcwldE73eSd6HK210RU5TLH5slBpWj503Kpa3Ae8169NMD6f5HH40tyzr+UAWpXFLf7CPsXXZrYHYUtdhCcdMPScG77qHgyZLk6tvmDHYJ18qJYh3lLB/vNQ1mBLffEHdGcmIfiPV1y+c6pNdg9CQffzYYWTuhmSwA8gC7aaSsg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753143807; c=relaxed/simple; bh=vOxpYhTB9VxroONVwavT5hof3ko/v52VD9OEY98xQvg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=RBlGLpRugyUGmJf/rW1JCJyb8ixjEWpkv6MSYwKLCgVZ2m/C08j7YtN//+m816gDT3auOPTPHjggbi+5ISk4UT8S3WUKYlBXHX0SgSSTQtzT9YqwXWkURInQL1iLC/aoe4fBTTBGiiG61oUO6Smy29VFcJF1L7O4QoVh5GXnkP4= 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=tQCk4UWl; 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="tQCk4UWl" 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:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=gGo8S6+pMHa0nqCwIEVYPEMfJq2AKypOmp3tPbVe9xo=; b=tQCk4UWlcTJQb6gVo0rOAVhKQo coA0rFaC8Msytn1T5MhVqGEbNXSDDzHMQ4+06+QFT51i7/+jk1paH9NC/P3qYco8/EgFTiHE4iNdv 6e4jyRvn0kCUApPJhBW9UkfNENi1qo0NwtuYCuTAhshd7uGpJLmgZOzZtFyVjGfO+pcMR9e+krvre HVVS2FtaGv/TdIyyCmF9W3g5KWVccipcW0i7c7cWQ2i2joWg3HM1fVGz78q72Soklc2pzuG+jyodS ez/K71LQgQ75kYxfXzCSjnmBgv+Y3dsPdTliCE8GSlvL3m5MefEsPUzbz30tw1KRtG5dwsA9HU7UU UUvaMYlA==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1ue0mz-00000000wnV-2GdT; Tue, 22 Jul 2025 00:23:25 +0000 From: Luis Chamberlain To: Chuck Lever , Daniel Gomez , kdevops@lists.linux.dev Cc: Luis Chamberlain Subject: [PATCH 0/2] kdevops: extra scsi disk uses Date: Mon, 21 Jul 2025 17:23:22 -0700 Message-ID: <20250722002324.225989-1-mcgrof@kernel.org> X-Mailer: git-send-email 2.49.0 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 As suggested by Chuck, let's add scsi disk where we forgot. I just told Claude AI what to do. Luis Chamberlain (2): volume_group: add scsi disk support fstests: use the scsi disk drive when available playbooks/roles/volume_group/tasks/guestfs.yml | 7 +++++++ workflows/fstests/Kconfig | 1 + 2 files changed, 8 insertions(+) -- 2.47.2