Skip to content

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

@realrajaryan

Description

@realrajaryan

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 milestonesstorageissues and features associated with storage.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions