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 1292637160 for ; Sun, 13 Jul 2025 16:30:12 +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=1752424213; cv=none; b=b+5WZhcjnkgUjLxtojbSbI0o3Z1oejJggN60le+rQSmW2PB6rQMFDIxhL1DFD+9cfMSEzaWqOQJKY5uj6eY9shstdNub4iPbNSwRgGJwvXMGbUnKCaVElTZVX/tyeJ146lx0m242QUdrKqPMbzK1387niykrX60hHP5grdA1xm4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752424213; c=relaxed/simple; bh=SxlBJbgsk4W7zXTasI5U6YSujRcgjq+ea+TQhNP97Qc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=ZhTusUrNouTAsCOAaIuTKFZrx7vgZowGRNknf+LsH9JxnJSqDd3mRHBRkcF7ci7g3LSkjUnNiGCUOYRizcUxjiK6Hq6/QP2HNeXGNqf41bWBy2J3bwsmH3daYWi4Q6cso7Rbxdo+bsQh6lvNZiE9xPnFCXu+XHJ6jB7DnP7OVJ8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VCXa5s6/; 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="VCXa5s6/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0AA99C4CEE3; Sun, 13 Jul 2025 16:30:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752424212; bh=SxlBJbgsk4W7zXTasI5U6YSujRcgjq+ea+TQhNP97Qc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=VCXa5s6/zd3lvI0a5bwlVQIyyDkwv4zlGjrn7oUOrffHby5vFIiju/aOUsHocm1Uy 2SQ8G/tKSmR6fZvBTehohGKGRhN6PBAIbmaLEEvBHvIu5Is1VinlHqiIwtgKJHYhqR jUA2ajuNsHx1QAEEPbQC73ZAPAhPdkZso8ZWXG8GR7X88yv+vA09GpLiKNx1E6zgjB kQgexlTN2f8KLx2tcCac9BgngcJQeYmoh1xOuEyaDdIZ2q0N8d/hsUuaTUgDuzx4dJ 2iHf6oyZGppRumexTh5o8RPK2gA0cfLpCuLs0eNUU5JV+Azo9hvRxzeUCFHbxzf/Dw mL0n9snfwOKsA== Message-ID: <5bf948e4-38b2-4c66-8ec8-1550e02d9be2@kernel.org> Date: Sun, 13 Jul 2025 12:30:10 -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 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> Content-Language: en-US From: Chuck Lever Organization: kernel.org In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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. -- Chuck Lever