-
Notifications
You must be signed in to change notification settings - Fork 575
Open
Copy link
Labels
nextItems in scope for the next few milestonesItems in scope for the next few milestonesstorageissues and features associated with storage.issues and features associated with storage.
Description
Feature or enhancement request details
Allow configuring the default disk capacity for native containers (and optionally for builder), similar to how CPU and memory defaults are set. The current default (512 GB) can be limiting for large builds or data-heavy workloads; enabling configurable defaults would let users define higher storage limits globally without passing --storage on every run.
Example usage:
container system property set rootfs.capacity --default-storage=1TB
container run --storage=512GB myimage
Some things to consider:
- Extend configuration management to include default disk capacity.
- Apply defaults consistently across native, and builder containers.
- Validate user specified capacity against host available space.
- Surface current defaults via container config list or system info.
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
nextItems in scope for the next few milestonesItems in scope for the next few milestonesstorageissues and features associated with storage.issues and features associated with storage.