Skip to content

feat(import): add storage_size parameter#77

Merged
thevilledev merged 1 commit intomainfrom
feat/import-storage-size-param
Aug 11, 2025
Merged

feat(import): add storage_size parameter#77
thevilledev merged 1 commit intomainfrom
feat/import-storage-size-param

Conversation

@thevilledev
Copy link
Copy Markdown
Contributor

@thevilledev thevilledev commented Aug 10, 2025

Add optional storage_size parameter to allow manual specification of storage device size when importing images. This solves an issue where compressed images that expand significantly would fail due to insufficient storage space.

  • Add StorageSize field to import post-processor
  • Modify storage creation logic to use manual size when specified
  • Add tests
  • Update generated HCL2 specs and documentation

@thevilledev thevilledev requested a review from a team as a code owner August 10, 2025 06:49
@thevilledev thevilledev force-pushed the feat/import-storage-size-param branch from 6a3e4ec to bafa34e Compare August 10, 2025 08:36
Add optional storage_size parameter to allow manual specification
of storage device size when importing images. This solves an issue
where compressed images that expand significantly would fail due
to insufficient storage space.

- Add StorageSize field to import post-processor
- Modify storage creation logic to use manual size when specified
- Add tests
- Update generated HCL2 specs and documentation

Signed-off-by: Ville Vesilehto <ville.vesilehto@upcloud.com>
@thevilledev thevilledev force-pushed the feat/import-storage-size-param branch from bafa34e to 27487d3 Compare August 11, 2025 07:38
@thevilledev thevilledev merged commit c2ecca1 into main Aug 11, 2025
7 checks passed
@thevilledev thevilledev deleted the feat/import-storage-size-param branch August 11, 2025 07:54
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.

2 participants