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 E9795281513 for ; Sun, 13 Jul 2025 16:35:19 +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=1752424520; cv=none; b=c4E28ojiedOJXUukhTNp1uOm8VFLrXMwibqHCStUSZBAbqMNw0InSJMN7qJONjTZZBvuijxgjYA92uLhiosV3FGXDgYLzUTwoGyQJWVcCP7C42C4oGtpK8Km48mOjPuH8vxkqn+JSom8nYXRKGtqHjrMZ1QpNgRILQy79FyUY1E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752424520; c=relaxed/simple; bh=ES4vFVEoyAC+3G9e+V41z2DYj8rvTm9IXAq712U9PIw=; h=Message-ID:Date:MIME-Version:Subject:From:To:Cc:References: In-Reply-To:Content-Type; b=k7NYDQ5PpFgoUwtT2G540PpoErZ5mckGR7t9rRaZSASFL77Nt29GdgkEMCi5SrkWQe3lutu3iocAdXYMm+QfxnKaRXMb8mTQEsDAWogRR0DzO/Eip4n+YHdLCRCpPpW4jr9AojpbMmc6FpIibLfLOUxcyqzXzEao07Iu2i5iSa0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mAuET/5N; 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="mAuET/5N" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C8AEFC4CEE3; Sun, 13 Jul 2025 16:35:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752424519; bh=ES4vFVEoyAC+3G9e+V41z2DYj8rvTm9IXAq712U9PIw=; h=Date:Subject:From:To:Cc:References:In-Reply-To:From; b=mAuET/5NxC5wdOCRBWdRTDj13Sh4eG4tBJLQby3mDH+qjXQ86Wnx79OWVHqv33VVI jngQI+I175F0WD2eSNMzzGE66MNChsYxRaSvkE0t5JwMJutbrNtyVDE/Fj2h8I5OC0 8pPE6uHpzvkxi0cPmBlEpissugIjpzVbeWiKSpNpy6U8rdUUrwT1p0Fwh63zj7dMNg gG6IECkdEhSTOq71+VHXVmL8EjWssLgGWNVSj2Oy7dj1iUJjtQWbLPFbhXx/L5LqzU yb095iwZn7GTWVfZf6GPWpzlSsDwi8syDe/mGxo1Zw5hMoJtxzVop8pcpB/Fduwp7g tvi8D3MI6WXJw== Message-ID: <445ad47f-48fd-4416-a1bc-56a71f54a612@kernel.org> Date: Sun, 13 Jul 2025 12:35:17 -0400 Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] guestfs: add scsi extra storage option From: Chuck Lever To: Daniel Gomez , Luis Chamberlain , Daniel Gomez , Swarna Prabhu , swarnassp6@gmail.com, kdevops@lists.linux.dev Cc: Luis Chamberlain References: <20250710173517.3003494-1-mcgrof@kernel.org> <5bf948e4-38b2-4c66-8ec8-1550e02d9be2@kernel.org> Content-Language: en-US Organization: kernel.org In-Reply-To: <5bf948e4-38b2-4c66-8ec8-1550e02d9be2@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 7/13/25 12:30 PM, Chuck Lever wrote: > On 7/12/25 3:47 AM, Daniel Gomez wrote: >> On 10/07/2025 19.35, Luis Chamberlain wrote: >>> From: Luis Chamberlain > >>> diff --git a/playbooks/roles/gen_nodes/templates/Vagrantfile.j2 b/playbooks/roles/gen_nodes/templates/Vagrantfile.j2 >>> index 2298c3455251..a52f5566280e 100644 >>> --- a/playbooks/roles/gen_nodes/templates/Vagrantfile.j2 >>> +++ b/playbooks/roles/gen_nodes/templates/Vagrantfile.j2 >> >> We need to nuke this Vagrant stuff... >> > > Agreed. I would like to see it gone before I move forward with > integrating ssh config management between terraform and guestfs. > > I've been looking at ways of chipping away at removing Vagrant > but the implementation is integrated into a number of subsystems > that kdevops still uses. It doesn't seem to be a matter of just > ripping it out. I guess Luis disagrees about how challenging it would be to rip it out ;-) -- Chuck Lever