Skip to content

Conversation

@karenheckel
Copy link

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Motivation and Context

  • Fixes [Request]: Storage - Add configuration for default container disk capacity #887
  • This change adds support for specifying a default disk capacity. This allows users to define global storage defaults without needing to pass --storage each time they run a container. It aligns disk capacity behavior with the existing CPU and memory default configuration.
  • Added rootfs.capacity to the system property configuration.
  • Added validation logic to ensure the user-specified capacity does not exceed available host space.

Testing

  • Tested locally
  • Added/updated tests
  • Added/updated docs

@github-actions github-actions bot added the cli label Dec 5, 2025
Copy link
Contributor

@jglogan jglogan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for contributing! I've left a couple of questions and minor change requests in the comments.

@karenheckel karenheckel changed the title Enable configurable default disk capacity for native and builder containers Feat: enable configurable default disk capacity for native and builder containers Dec 8, 2025
@karenheckel karenheckel requested a review from jglogan December 8, 2025 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: Storage - Add configuration for default container disk capacity

3 participants