Skip to content

docs: Document valid size range for network volumes#598

Merged
muhsinking merged 2 commits intomainfrom
promptless/flash-network-volume-size-limit
Mar 27, 2026
Merged

docs: Document valid size range for network volumes#598
muhsinking merged 2 commits intomainfrom
promptless/flash-network-volume-size-limit

Conversation

@promptless
Copy link
Copy Markdown
Contributor

@promptless promptless bot commented Mar 26, 2026

Open this suggestion in Promptless to view citations and reasoning process

Adds documentation for the valid network volume size range (1-4096 GB / 4 TB). This helps users understand storage limits upfront when planning their Flash deployments.

Trigger Events

runpod/flash PR #290: fix: AE-2322: network volume size bounds, forbid extra args

Promptless Research (5 files, 1 GitHub PR)

  • Reviewed runpod/flash#290
  • Viewed .long_term_context/product_knowledge/product_overview.md
  • Viewed .long_term_context/doc_workflow/client_instructions.md
  • Viewed flash/configuration/storage.mdx
  • Viewed flash/configuration/parameters.mdx
  • Viewed .long_term_context/style/client_style_guide.md

Agent Response

I've reviewed PR #290 which adds validation constraints to the NetworkVolume configuration in the Flash SDK.

Summary

Changes in the PR:

  1. Size limit: Network volumes are now capped at 4096 GB (4 TB)
  2. Name validation: Empty/whitespace-only names are now rejected
  3. Extra arguments: Unknown fields are now forbidden

Documentation update created:

I added documentation for the maximum network volume size (4 TB) to the Flash storage configuration page. This helps users understand storage limits upfront when planning their deployments.

The other validation changes (empty name rejection, extra args forbidden) are self-evident error handling that don't require documentation per your style guidelines.

Suggestion: Document valid size range for network volumes


Tip: Assign suggestions to team members in the Promptless dashboard to claim work 👥

...
```

The `size` parameter specifies the volume size in GB. Valid values range from 1 to 4096 GB (4 TB). If not specified, `size` defaults to 100 GB.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Citation: Size limit of 4096 GB added in PR #290 via the le=4096 constraint in network_volume.py. The default of 100 GB and minimum of >0 were already present.
View source

@mintlify
Copy link
Copy Markdown

mintlify bot commented Mar 26, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
runpod-docs 🟢 Ready View Preview Mar 26, 2026, 2:05 PM

@promptless
Copy link
Copy Markdown
Contributor Author

promptless bot commented Mar 26, 2026

I've added new changes to address this GitHub PR in commit 293fb0a

...
```

The `size` parameter specifies the volume size in GB. Valid values range from 1 to 4096 GB (4 TB). If not specified, `size` defaults to 100 GB.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Citation: The 10 GB minimum was confirmed in PR comments by @KAJdev and @jhcipar. The code validates with ge=10, le=4096 in src/runpod_flash/core/resources/network_volume.py.
View source

@promptless promptless bot marked this pull request as ready for review March 26, 2026 23:51
@muhsinking muhsinking self-requested a review March 27, 2026 15:16
@muhsinking muhsinking merged commit a99e191 into main Mar 27, 2026
3 checks passed
@muhsinking muhsinking deleted the promptless/flash-network-volume-size-limit branch March 27, 2026 15:16
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.

1 participant