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 2179930CD84 for ; Fri, 29 Aug 2025 02:01:24 +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=1756432885; cv=none; b=ovi2rtdOdcpayDZ5PTUhbZaexJ1viNN3LBzf/xuvCqVpkImQ7eSDTBA+SHpYrCsz/14p46cfpYD8R9yVftcrXyiSM1Qf00CUnmCNhwgKhTXYFv8akjnZWlGffPV0HUJK6XKS4jl79d8T/YrSmqUae6UK6icPlCNSU99ZNnXCfZw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756432885; c=relaxed/simple; bh=zttFQEz2CghwhQHzpYZMKbRl44yzELIDAC4cQ4Dn9bU=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NSr5c0IIHZSAmrpCIGGhLyS27iCNFFLebSa7jPJIv4ltX9WO7JE3tvoqkrXJFvVR8P1CJywpFmHlc1SP4gdYimkpsvSysrEgWH0alr3QqRSniaxqy884C6i3V+R07KvHK/Nou5ApmbaKpO9FbgBRdZsTI7qFEUkqsn3o2kRVyig= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=c/YNUa8m; 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="c/YNUa8m" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 87F27C4CEEB; Fri, 29 Aug 2025 02:01:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756432884; bh=zttFQEz2CghwhQHzpYZMKbRl44yzELIDAC4cQ4Dn9bU=; h=Date:From:To:Subject:References:In-Reply-To:From; b=c/YNUa8mNyPywuXwrpwSC9az96hNMDjvN73XjW6EtXj3lMQK1/YskUW3uTR9u5iOJ DkJNrihph1dFzSkEi5rWlDLBslOy1HpzVLKmZMHI9NswISDSnENM3XeNUr5r+EgSxO C8TJNO4HI9UVaiL4LpdzbGf1rGCqfsTA6I4tghWwcCiOpEbFk2zk54HMlzFUhqU+Ii SMQQkmz8ZOPi+uSl3a1I4uWoYOW9pNAJXBObmxL+8x5NMOCNFSeT607vyhVW52AU9s C/jHsPMbZXGtevQpGCWQ+byYQ6JlnSX2BkkcIkyugPdmIFeUdkDzKhCgErGvDj6pjV jSKsm834CdtxQ== Date: Thu, 28 Aug 2025 19:01:23 -0700 From: Luis Chamberlain To: Chuck Lever , Daniel Gomez , kdevops@lists.linux.dev Subject: Re: [RFT 0/4] guestfs: few custom image fixes Message-ID: References: <20250827035747.3314144-1-mcgrof@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250827035747.3314144-1-mcgrof@kernel.org> On Tue, Aug 26, 2025 at 08:57:43PM -0700, Luis Chamberlain wrote: > Here's a few custom images fixes I found along the way after deciding > to nuke my old base image and starting fresh again for debian testing. > > Would appreciate feedback on testing, review. This is under the kdevops > branch: mcgrof/20250826 > > Luis Chamberlain (4): > guestfs: fix custom image partition not expanded after disk resize > guestfs: fix custom image bringup failure for Debian 13 > guestfs: fix virt-resize failure for custom images > guestfs: fix checksum verification for resized custom images > > .../roles/base_image/tasks/custom-image.yml | 112 ++++++++++++------ > playbooks/roles/base_image/tasks/main.yml | 1 + > 2 files changed, 78 insertions(+), 35 deletions(-) I'll be merging these shortly. Luis