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 48E2D2F83D3 for ; Wed, 27 Aug 2025 03:57:48 +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=1756267069; cv=none; b=RRmZtZMjO54i+IHWcxFP25v9hbkStyL//s4Um7Y2hjUx/uHfoHXxIk8Q6EaxKOqfemqmThCNX1uG7cP+OTMyb3wPA3NVScEh3rGN93+QprUkJolPjsXoV/bxvBHgAhB5RmoYeX6kiWqrISvf6yB4oxtLFgQ0SjKvbOoGfoChf2E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756267069; c=relaxed/simple; bh=BX0oiwwlZKoU/jRjX/hRB7isUaqqr+3Dzd2Ob7zzTEw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=AA4dF5hbqcYacKEtcysQrSMvO/fJOz0PT79y/z9A85n8Gk428+OaDGdXtf1FQznQ02L4m/Rp8SHlrvYnUVYzlQckpoWzTL4NGazqNdVzlDXt7HqC+8b9DWfHDn3mQdQfAgzxodNQYfVCDQOpSzvjzov1SKMiv2O941682rjp8HM= 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=aIgky296; 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="aIgky296" 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=lPgdHg5J4Yv6Ae3ESMcQAeX72FtKnSn/1Pq5Q6mzbhA=; b=aIgky296tfMOQccLqQuTnkataU cuVll0raji87SkmldMmyXqroEAEa4UIu1HcF/5O6ZZTsLwfzajQ11Da+m135EC5XY76mXlwkFX+jO qg+fcWsGIP5wJsWFU7xJiAD25SJG6MS/3+8Ej6ttnTh3CrPDpgFfn1NBKHvFg1WBSznw77K03u2sR HFszPqenkfs29xs85M3BffcOk1Ur1SYRDo6wiAYxX3Uy6WpDpdRcZZY4YVHz0EeS5po2/sg7kTthG uufqatHf3lQO8P+ZOxvxnJ3qvSOIOjIipIM/mIQcXLNzhIWMeJKAARMsitUNzq63F05c53HOuQylA uOqv3Vxg==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1ur7IB-0000000DuA5-3dem; Wed, 27 Aug 2025 03:57:47 +0000 From: Luis Chamberlain To: Chuck Lever , Daniel Gomez , kdevops@lists.linux.dev Cc: Luis Chamberlain Subject: [RFT 0/4] guestfs: few custom image fixes Date: Tue, 26 Aug 2025 20:57:43 -0700 Message-ID: <20250827035747.3314144-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 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(-) -- 2.50.1