From 61bfd4257a268cd91a42796ecad98f96b4febea2 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 13:49:25 +0000 Subject: [PATCH 1/2] Document valid size range for network volumes --- flash/configuration/storage.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flash/configuration/storage.mdx b/flash/configuration/storage.mdx index 77379534..ca567903 100644 --- a/flash/configuration/storage.mdx +++ b/flash/configuration/storage.mdx @@ -65,6 +65,8 @@ async def process(data: dict) -> dict: ... ``` +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. + You can also reference an existing volume by ID: ```python From 293fb0a28b09c3bf32a2a41a9170d2de9f2fc46d Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:51:28 +0000 Subject: [PATCH 2/2] Sync documentation updates --- flash/configuration/storage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash/configuration/storage.mdx b/flash/configuration/storage.mdx index ca567903..1593afc0 100644 --- a/flash/configuration/storage.mdx +++ b/flash/configuration/storage.mdx @@ -65,7 +65,7 @@ async def process(data: dict) -> dict: ... ``` -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. +The `size` parameter specifies the volume size in GB. Valid values range from 10 to 4096 GB (4 TB). If not specified, `size` defaults to 100 GB. You can also reference an existing volume by ID: