Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@nesitor
Copy link
Member

@nesitor nesitor commented Oct 22, 2025

Related ClickUp, GitHub or Jira tickets : ALEPH-562

Self proofreading checklist

  • The new code clear, easy to read and well commented.
  • New code does not duplicate the functions of builtin or popular libraries.
  • An LLM was used to review the new code and look for simplifications.
  • New classes and functions contain docstrings explaining what they provide.
  • All new code is covered by relevant tests.
  • Documentation has been updated regarding these changes.
  • Dependencies update in the project.toml have been mirrored in the Debian package build script packaging/Makefile

Changes

Fix: Solve rootfs resizing issue on confidential instances updating the cloud-init tool version when mounting the base image.

How to test

Create a base confidential image and then create a confidential VM with more rootfs space amount than the original one and check that when the VM runs, it uses all the available space without having to restart the instance.

Notes

Seems a regression issue added on previous cloud-init versions canonical/cloud-init#3036

@nesitor nesitor requested a review from odesenfans October 22, 2025 10:42
@nesitor nesitor self-assigned this Oct 22, 2025
@codecov
Copy link

codecov bot commented Oct 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.81%. Comparing base (105c7f0) to head (32e437b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #841      +/-   ##
==========================================
+ Coverage   64.68%   64.81%   +0.13%     
==========================================
  Files          88       88              
  Lines        8160     8160              
  Branches      734      734              
==========================================
+ Hits         5278     5289      +11     
+ Misses       2653     2642      -11     
  Partials      229      229              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nesitor nesitor force-pushed the andres-fix-resize_rootfs_confidentials branch from 7263032 to 3744af5 Compare November 3, 2025 15:07
@nesitor nesitor merged commit 22ca164 into main Nov 4, 2025
33 of 35 checks passed
@nesitor nesitor deleted the andres-fix-resize_rootfs_confidentials branch November 4, 2025 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants