From e3b6691b644ccf32fbd29b23aacdf71e71b7e42e Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Mon, 13 Apr 2026 15:24:54 +0200 Subject: [PATCH 1/7] docs(file): add stuff for beta --- pages/file-storage/faq.mdx | 4 ++++ pages/file-storage/how-to/attach-file-system.mdx | 4 ++++ pages/file-storage/how-to/create-file-system.mdx | 7 ++++++- pages/file-storage/how-to/detach-file-system.mdx | 4 +++- pages/file-storage/how-to/manage-delete-file-system.mdx | 4 ++++ pages/file-storage/how-to/mount-file-system.mdx | 4 ++++ pages/file-storage/how-to/resize-file-system.mdx | 4 ++++ pages/file-storage/how-to/unmount-file-system.mdx | 4 ++++ pages/file-storage/index.mdx | 5 +++++ pages/file-storage/quickstart.mdx | 4 ++++ .../reference-content/file-system-instance-selection.mdx | 4 ++++ .../file-storage/reference-content/performance-scaling.mdx | 4 ++++ 12 files changed, 50 insertions(+), 2 deletions(-) diff --git a/pages/file-storage/faq.mdx b/pages/file-storage/faq.mdx index 69f2b97d52..0727be10fd 100644 --- a/pages/file-storage/faq.mdx +++ b/pages/file-storage/faq.mdx @@ -8,6 +8,10 @@ category: storage productIcon: FileStorageProductIcon --- + +File Storage is currently in Public Beta. + + ## Overview ### What is Scaleway File Storage? diff --git a/pages/file-storage/how-to/attach-file-system.mdx b/pages/file-storage/how-to/attach-file-system.mdx index f5ab635d74..5c576d8213 100644 --- a/pages/file-storage/how-to/attach-file-system.mdx +++ b/pages/file-storage/how-to/attach-file-system.mdx @@ -10,6 +10,10 @@ dates: posted: 2025-07-23 --- + +File Storage is currently in Public Beta. + + This page explains how to attach a file system to one or several Instances. File systems can only be attached to Instances within the same [region](/file-storage/concepts/#region). import Requirements from '@macros/iam/requirements.mdx' diff --git a/pages/file-storage/how-to/create-file-system.mdx b/pages/file-storage/how-to/create-file-system.mdx index ece685c0d2..5901526429 100644 --- a/pages/file-storage/how-to/create-file-system.mdx +++ b/pages/file-storage/how-to/create-file-system.mdx @@ -11,12 +11,17 @@ dates: --- import Requirements from '@macros/iam/requirements.mdx' + +File Storage is currently in Public Beta. + + +This page explains how to create a file system using the Scaleway console. + - A Scaleway account logged into the [console](https://console.scaleway.com) - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization -This page explains how to create a file system using the Scaleway console. ## How to create a file system diff --git a/pages/file-storage/how-to/detach-file-system.mdx b/pages/file-storage/how-to/detach-file-system.mdx index ab604b9ea9..89d5a7712e 100644 --- a/pages/file-storage/how-to/detach-file-system.mdx +++ b/pages/file-storage/how-to/detach-file-system.mdx @@ -10,7 +10,9 @@ dates: posted: 2025-07-23 --- -## How to detach a file system from an instance + +File Storage is currently in Public Beta. + 1. Click **File Storage** in the **Storage** section of the side menu. A list of your file systems displays. diff --git a/pages/file-storage/how-to/manage-delete-file-system.mdx b/pages/file-storage/how-to/manage-delete-file-system.mdx index 4ee6603ab1..69cefa7c12 100644 --- a/pages/file-storage/how-to/manage-delete-file-system.mdx +++ b/pages/file-storage/how-to/manage-delete-file-system.mdx @@ -10,6 +10,10 @@ dates: posted: 2025-07-23 --- + +File Storage is currently in Public Beta. + + import Requirements from '@macros/iam/requirements.mdx' This page explains how to manage and delete a file system. diff --git a/pages/file-storage/how-to/mount-file-system.mdx b/pages/file-storage/how-to/mount-file-system.mdx index 90fd9fb626..887b74da22 100644 --- a/pages/file-storage/how-to/mount-file-system.mdx +++ b/pages/file-storage/how-to/mount-file-system.mdx @@ -10,6 +10,10 @@ dates: posted: 2025-07-23 --- + +File Storage is currently in Public Beta. + + import Requirements from '@macros/iam/requirements.mdx' This page explains how to mount a file system to one or several Scaleway Instances. diff --git a/pages/file-storage/how-to/resize-file-system.mdx b/pages/file-storage/how-to/resize-file-system.mdx index ca4e90b525..3ce219456e 100644 --- a/pages/file-storage/how-to/resize-file-system.mdx +++ b/pages/file-storage/how-to/resize-file-system.mdx @@ -10,6 +10,10 @@ dates: posted: 2025-07-23 --- + +File Storage is currently in Public Beta. + + This page explains how to resize a file system using the Scaleway console. import Requirements from '@macros/iam/requirements.mdx' diff --git a/pages/file-storage/how-to/unmount-file-system.mdx b/pages/file-storage/how-to/unmount-file-system.mdx index 803d87ffe3..bb80922bff 100644 --- a/pages/file-storage/how-to/unmount-file-system.mdx +++ b/pages/file-storage/how-to/unmount-file-system.mdx @@ -10,6 +10,10 @@ dates: posted: 2025-07-23 --- + +File Storage is currently in Public Beta. + + import Requirements from '@macros/iam/requirements.mdx' This page explains how to unmount a file system from one or several Scaleway Instances. diff --git a/pages/file-storage/index.mdx b/pages/file-storage/index.mdx index b030427c03..9bc28199d3 100644 --- a/pages/file-storage/index.mdx +++ b/pages/file-storage/index.mdx @@ -12,6 +12,11 @@ description: Explore Scaleway File Storage with quickstart guides, how-tos, and label="File Storage Quickstart" /> + + +File Storage is currently in Public Beta. + + ## Getting Started diff --git a/pages/file-storage/quickstart.mdx b/pages/file-storage/quickstart.mdx index 447898e4b3..3c7101178c 100644 --- a/pages/file-storage/quickstart.mdx +++ b/pages/file-storage/quickstart.mdx @@ -11,6 +11,10 @@ categories: --- import Requirements from '@macros/iam/requirements.mdx' + +File Storage is currently in Public Beta. + + Scaleway File Storage allows you to create file systems to easily share files across multiple Instances within the same region. File systems are network-attached storage structures that can be accessed by Scaleway Instances to easily share files within your cloud infrastructure. Each file system can be attached to several Instances, and each Instance can have several file systems attached to it. diff --git a/pages/file-storage/reference-content/file-system-instance-selection.mdx b/pages/file-storage/reference-content/file-system-instance-selection.mdx index dc09bffa8e..80a01ced6b 100644 --- a/pages/file-storage/reference-content/file-system-instance-selection.mdx +++ b/pages/file-storage/reference-content/file-system-instance-selection.mdx @@ -7,6 +7,10 @@ dates: posted: 2026-01-27 --- + +File Storage is currently in Public Beta. + + Scaleway File Storage performance (IOPS and throughput) scales linearly with your provisioned capacity. To avoid bottlenecks, you must pair your file system with Instances that matches its performance profile and supports the required number of mount points. Refer to the [dedicated documentation](/file-storage/reference-content/performance-scaling/) for more information on performance scaling. diff --git a/pages/file-storage/reference-content/performance-scaling.mdx b/pages/file-storage/reference-content/performance-scaling.mdx index 1ce981c750..7d1c072104 100644 --- a/pages/file-storage/reference-content/performance-scaling.mdx +++ b/pages/file-storage/reference-content/performance-scaling.mdx @@ -7,6 +7,10 @@ dates: posted: 2026-04-08 --- + +File Storage is currently in Public Beta. + + ## Performance scaling Scaleway File Storage architecture follows a "pay-as-you-grow" model where IOPS and throughput scale linearly as you provision more capacity for a file system. This guarantees consistent and predictable performance that you can adjust according to your needs. From cb0086d5fb21af7a7e8442861957b845929d7186 Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Mon, 13 Apr 2026 15:33:59 +0200 Subject: [PATCH 2/7] docs(file): update --- .../file-system-instance-selection.mdx | 33 +------------------ .../reference-content/performance-scaling.mdx | 2 ++ 2 files changed, 3 insertions(+), 32 deletions(-) diff --git a/pages/file-storage/reference-content/file-system-instance-selection.mdx b/pages/file-storage/reference-content/file-system-instance-selection.mdx index 80a01ced6b..7183d1b466 100644 --- a/pages/file-storage/reference-content/file-system-instance-selection.mdx +++ b/pages/file-storage/reference-content/file-system-instance-selection.mdx @@ -24,7 +24,7 @@ To optimize storage costs and avoid throttling your file system at the Instance Ideal for lightweight web servers, small-scale production environments, and low-traffic repositories. - **Provisioning range:** 25 GB to 100 GB -- **Recommended instances:** POP2-2C (or any 2 vCPU General Purpose Instance), BASIC3-X, BASIC2 +- **Recommended instances:** POP2-2C (or any 2 vCPU General Purpose Instance) Ideal for one or two mount points to maintain a stable network baseline. @@ -68,11 +68,6 @@ The availability of Instances types varies between Availability Zones, some offe | NAME | CPU | GPU | RAM | ARCH | MAX FILE SYSTEMS | |---------------------|-----|-----|---------|--------|------------------| -| BASIC3-X2C-4G | 2 | 0 | 4 GiB | x86_64 | 1 | -| BASIC3-X2C-8G | 2 | 0 | 8 GiB | x86_64 | 1 | -| BASIC3-X4C-8G | 4 | 0 | 8 GiB | x86_64 | 1 | -| COMPUTE3-X2C-4G | 2 | 0 | 4 GiB | x86_64 | 1 | -| MEMORY3-X2C-16G | 2 | 0 | 16 GiB | x86_64 | 1 | | POP2-HC-2C-4G | 2 | 0 | 4 GiB | x86_64 | 1 | | POP2-2C-8G | 2 | 0 | 8 GiB | x86_64 | 1 | | POP2-HC-4C-8G | 4 | 0 | 8 GiB | x86_64 | 1 | @@ -87,44 +82,18 @@ The availability of Instances types varies between Availability Zones, some offe | BASIC3-X8C-16G | 8 | 0 | 16 GiB | x86_64 | 2 | | COMPUTE3-X4C-8G | 4 | 0 | 8 GiB | x86_64 | 2 | | L4-1-24G | 8 | 1 | 48 GiB | x86_64 | 2 | -| MEMORY3-X4C-32G | 4 | 0 | 32 GiB | x86_64 | 2 | | POP2-HM-2C-16G | 2 | 0 | 16 GiB | x86_64 | 2 | | POP2-HC-8C-16G | 8 | 0 | 16 GiB | x86_64 | 2 | | POP2-8C-32G | 8 | 0 | 32 GiB | x86_64 | 2 | | POP2-HM-8C-64G | 8 | 0 | 64 GiB | x86_64 | 2 | -| STANDARD2-A4C-16G | 4 | 0 | 16 GiB | arm64 | 2 | -| STANDARD3-X4C-16G | 4 | 0 | 16 GiB | x86_64 | 2 | -| BASIC3-X8C-32G | 8 | 0 | 32 GiB | x86_64 | 4 | -| BASIC3-X16C-32G | 16 | 0 | 32 GiB | x86_64 | 4 | -| COMPUTE3-X8C-16G | 8 | 0 | 16 GiB | x86_64 | 4 | -| COMPUTE3-X16C-32G | 16 | 0 | 32 GiB | x86_64 | 4 | | L4-2-24G | 16 | 2 | 96 GiB | x86_64 | 4 | -| MEMORY3-X8C-64G | 8 | 0 | 64 GiB | x86_64 | 4 | -| MEMORY3-X16C-128G | 16 | 0 | 128 GiB | x86_64 | 4 | | POP2-HC-16C-32G | 16 | 0 | 32 GiB | x86_64 | 4 | | POP2-16C-64G | 16 | 0 | 64 GiB | x86_64 | 4 | | POP2-HM-16C-128G | 16 | 0 | 128 GiB | x86_64 | 4 | -| STANDARD2-A8C-32G | 8 | 0 | 32 GiB | arm64 | 4 | -| STANDARD2-A16C-64G | 16 | 0 | 64 GiB | arm64 | 4 | -| STANDARD3-X8C-32G | 8 | 0 | 32 GiB | x86_64 | 4 | -| STANDARD3-X16C-64G | 16 | 0 | 64 GiB | x86_64 | 4 | -| BASIC3-X16C-64G | 16 | 0 | 64 GiB | x86_64 | 8 | -| COMPUTE3-X32C-64G | 32 | 0 | 64 GiB | x86_64 | 8 | -| COMPUTE3-X48C-96G | 48 | 0 | 96 GiB | x86_64 | 8 | -| COMPUTE3-X64C-128G | 64 | 0 | 128 GiB | x86_64 | 8 | -| COMPUTE3-X96C-192G | 96 | 0 | 192 GiB | x86_64 | 8 | | L4-4-24G | 32 | 4 | 192 GiB | x86_64 | 8 | -| MEMORY3-X32C-256G | 32 | 0 | 256 GiB | x86_64 | 8 | -| MEMORY3-X48C-384G | 48 | 0 | 384 GiB | x86_64 | 8 | | POP2-HC-32C-64G | 32 | 0 | 64 GiB | x86_64 | 8 | | POP2-32C-128G | 32 | 0 | 128 GiB | x86_64 | 8 | | POP2-HM-32C-256G | 32 | 0 | 256 GiB | x86_64 | 8 | -| STANDARD2-A32C-128G | 32 | 0 | 128 GiB | arm64 | 8 | -| STANDARD2-A48C-192G | 48 | 0 | 192 GiB | arm64 | 8 | -| STANDARD2-A64C-256G | 64 | 0 | 256 GiB | arm64 | 8 | -| STANDARD3-X32C-128G | 32 | 0 | 128 GiB | x86_64 | 8 | -| STANDARD3-X48C-192G | 48 | 0 | 192 GiB | x86_64 | 8 | -| STANDARD3-X64C-256G | 64 | 0 | 256 GiB | x86_64 | 8 | | POP2-HC-48C-96G | 48 | 0 | 96 GiB | x86_64 | 12 | | POP2-48C-192G | 48 | 0 | 192 GiB | x86_64 | 12 | | POP2-HM-48C-384G | 48 | 0 | 384 GiB | x86_64 | 12 | diff --git a/pages/file-storage/reference-content/performance-scaling.mdx b/pages/file-storage/reference-content/performance-scaling.mdx index 7d1c072104..75ee64fd4e 100644 --- a/pages/file-storage/reference-content/performance-scaling.mdx +++ b/pages/file-storage/reference-content/performance-scaling.mdx @@ -15,6 +15,8 @@ File Storage is currently in Public Beta. Scaleway File Storage architecture follows a "pay-as-you-grow" model where IOPS and throughput scale linearly as you provision more capacity for a file system. This guarantees consistent and predictable performance that you can adjust according to your needs. +The performance of a file system may vary due to factors such as the number of attached instances, the attached Instance type, and the workload. Refer to the [dedicated guidelines](/file-storage/reference-content/file-system-instance-selection/) for more information. + Both IOPS and throughput reach their maximum values at 2 TB of provisioned capacity. Provisioning beyond 2 TB increases available storage, but does not further increase performance. ### IOPS From a73baf939444c49002ac7628ea2a1d0a5fd09906 Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Mon, 13 Apr 2026 15:41:06 +0200 Subject: [PATCH 3/7] docs(file): update --- .../file-system-instance-selection.mdx | 76 ++++++++++--------- 1 file changed, 41 insertions(+), 35 deletions(-) diff --git a/pages/file-storage/reference-content/file-system-instance-selection.mdx b/pages/file-storage/reference-content/file-system-instance-selection.mdx index 7183d1b466..ecc2b6cc45 100644 --- a/pages/file-storage/reference-content/file-system-instance-selection.mdx +++ b/pages/file-storage/reference-content/file-system-instance-selection.mdx @@ -66,38 +66,44 @@ scw instance server-type list zone=fr-par-2 The availability of Instances types varies between Availability Zones, some offers may be missing in the table below. -| NAME | CPU | GPU | RAM | ARCH | MAX FILE SYSTEMS | -|---------------------|-----|-----|---------|--------|------------------| -| POP2-HC-2C-4G | 2 | 0 | 4 GiB | x86_64 | 1 | -| POP2-2C-8G | 2 | 0 | 8 GiB | x86_64 | 1 | -| POP2-HC-4C-8G | 4 | 0 | 8 GiB | x86_64 | 1 | -| POP2-4C-16G | 4 | 0 | 16 GiB | x86_64 | 1 | -| POP2-HM-4C-32G | 4 | 0 | 32 GiB | x86_64 | 1 | -| POP2-HN-3 | 2 | 0 | 4 GiB | x86_64 | 1 | -| POP2-HN-5 | 4 | 0 | 8 GiB | x86_64 | 1 | -| POP2-HN-10 | 4 | 0 | 8 GiB | x86_64 | 1 | -| STANDARD2-A2C-8G | 2 | 0 | 8 GiB | arm64 | 1 | -| STANDARD3-X2C-8G | 2 | 0 | 8 GiB | x86_64 | 1 | -| BASIC3-X4C-16G | 4 | 0 | 16 GiB | x86_64 | 2 | -| BASIC3-X8C-16G | 8 | 0 | 16 GiB | x86_64 | 2 | -| COMPUTE3-X4C-8G | 4 | 0 | 8 GiB | x86_64 | 2 | -| L4-1-24G | 8 | 1 | 48 GiB | x86_64 | 2 | -| POP2-HM-2C-16G | 2 | 0 | 16 GiB | x86_64 | 2 | -| POP2-HC-8C-16G | 8 | 0 | 16 GiB | x86_64 | 2 | -| POP2-8C-32G | 8 | 0 | 32 GiB | x86_64 | 2 | -| POP2-HM-8C-64G | 8 | 0 | 64 GiB | x86_64 | 2 | -| L4-2-24G | 16 | 2 | 96 GiB | x86_64 | 4 | -| POP2-HC-16C-32G | 16 | 0 | 32 GiB | x86_64 | 4 | -| POP2-16C-64G | 16 | 0 | 64 GiB | x86_64 | 4 | -| POP2-HM-16C-128G | 16 | 0 | 128 GiB | x86_64 | 4 | -| L4-4-24G | 32 | 4 | 192 GiB | x86_64 | 8 | -| POP2-HC-32C-64G | 32 | 0 | 64 GiB | x86_64 | 8 | -| POP2-32C-128G | 32 | 0 | 128 GiB | x86_64 | 8 | -| POP2-HM-32C-256G | 32 | 0 | 256 GiB | x86_64 | 8 | -| POP2-HC-48C-96G | 48 | 0 | 96 GiB | x86_64 | 12 | -| POP2-48C-192G | 48 | 0 | 192 GiB | x86_64 | 12 | -| POP2-HM-48C-384G | 48 | 0 | 384 GiB | x86_64 | 12 | -| L4-8-24G | 64 | 8 | 384 GiB | x86_64 | 16 | -| POP2-HC-64C-128G | 64 | 0 | 128 GiB | x86_64 | 16 | -| POP2-64C-256G | 64 | 0 | 256 GiB | x86_64 | 16 | -| POP2-HM-64C-512G | 64 | 0 | 512 GiB | x86_64 | 16 | \ No newline at end of file +| NAME | CPU | GPU | RAM | ARCH | MAX FILE SYSTEMS | +|------------------|-----|-----|---------|--------|------------------| +| POP2-HC-2C-4G | 2 | 0 | 4 GiB | x86_64 | 1 | +| POP2-2C-8G | 2 | 0 | 8 GiB | x86_64 | 1 | +| POP2-HC-4C-8G | 4 | 0 | 8 GiB | x86_64 | 1 | +| POP2-4C-16G | 4 | 0 | 16 GiB | x86_64 | 1 | +| POP2-HM-4C-32G | 4 | 0 | 32 GiB | x86_64 | 1 | +| POP2-HN-3 | 2 | 0 | 4 GiB | x86_64 | 1 | +| POP2-HN-5 | 4 | 0 | 8 GiB | x86_64 | 1 | +| POP2-HN-10 | 4 | 0 | 8 GiB | x86_64 | 1 | +| L4-1-24G | 8 | 1 | 48 GiB | x86_64 | 2 | +| POP2-HM-2C-16G | 2 | 0 | 16 GiB | x86_64 | 2 | +| POP2-HC-8C-16G | 8 | 0 | 16 GiB | x86_64 | 2 | +| POP2-8C-32G | 8 | 0 | 32 GiB | x86_64 | 2 | +| POP2-HM-8C-64G | 8 | 0 | 64 GiB | x86_64 | 2 | +| H100-1-80G | 24 | 1 | 240 GiB | x86_64 | 2 | +| H100-1-M | 24 | 1 | 240 GiB | x86_64 | 2 | +| L40S-1-48G | 8 | 1 | 96 GiB | x86_64 | 2 | +| L4-2-24G | 16 | 2 | 96 GiB | x86_64 | 4 | +| POP2-HC-16C-32G | 16 | 0 | 32 GiB | x86_64 | 4 | +| POP2-16C-64G | 16 | 0 | 64 GiB | x86_64 | 4 | +| POP2-HM-16C-128G | 16 | 0 | 128 GiB | x86_64 | 4 | +| H100-2-80G | 48 | 2 | 480 GiB | x86_64 | 4 | +| H100-SXM-2-80G | 32 | 2 | 240 GiB | x86_64 | 4 | +| H100-2-M | 48 | 2 | 480 GiB | x86_64 | 4 | +| L40S-2-48G | 16 | 2 | 192 GiB | x86_64 | 4 | +| L4-4-24G | 32 | 4 | 192 GiB | x86_64 | 8 | +| POP2-HC-32C-64G | 32 | 0 | 64 GiB | x86_64 | 8 | +| POP2-32C-128G | 32 | 0 | 128 GiB | x86_64 | 8 | +| POP2-HM-32C-256G | 32 | 0 | 256 GiB | x86_64 | 8 | +| H100-SXM-4-80G | 64 | 4 | 480 GiB | x86_64 | 8 | +| L40S-4-48G | 32 | 4 | 384 GiB | x86_64 | 8 | +| POP2-HC-48C-96G | 48 | 0 | 96 GiB | x86_64 | 12 | +| POP2-48C-192G | 48 | 0 | 192 GiB | x86_64 | 12 | +| POP2-HM-48C-384G | 48 | 0 | 384 GiB | x86_64 | 12 | +| L4-8-24G | 64 | 8 | 384 GiB | x86_64 | 16 | +| POP2-HC-64C-128G | 64 | 0 | 128 GiB | x86_64 | 16 | +| POP2-64C-256G | 64 | 0 | 256 GiB | x86_64 | 16 | +| POP2-HM-64C-512G | 64 | 0 | 512 GiB | x86_64 | 16 | +| H100-SXM-8-80G | 128 | 8 | 960 GiB | x86_64 | 16 | +| L40S-8-48G | 64 | 8 | 768 GiB | x86_64 | 16 | From 836d6fafd288871b8f13455f187cdf134fb508cd Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Mon, 13 Apr 2026 16:08:37 +0200 Subject: [PATCH 4/7] docs(file): update --- .../reference-content/file-system-instance-selection.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/file-storage/reference-content/file-system-instance-selection.mdx b/pages/file-storage/reference-content/file-system-instance-selection.mdx index ecc2b6cc45..649acfa231 100644 --- a/pages/file-storage/reference-content/file-system-instance-selection.mdx +++ b/pages/file-storage/reference-content/file-system-instance-selection.mdx @@ -54,16 +54,16 @@ Above 1 TB, File Storage delivers significant throughput. Only high-core count o ## File system attachments per Instance type -To ensure optimum performance, the number of file systems you can attach to an Instance is limited based on the Instance's configuration. +To ensure optimum performance, the number of file systems you can attach to an Instance is limited based on the Instance's configuration. -Use the following [Scaleway CLI](/scaleway-cli/quickstart/) command to find the maximum number of file systems you can attach to a Scaleway Instance. Do not forget to replace the value of the `zone` parameter with the desired Availability Zone: +Use the following [Scaleway CLI](/scaleway-cli/quickstart/) command to find the maximum number of file systems you can attach to a Scaleway Instance. Make sure to replace the value of the `zone` parameter with the desired Availability Zone: ```bash scw instance server-type list zone=fr-par-2 ``` -The availability of Instances types varies between Availability Zones, some offers may be missing in the table below. +Currently, only Linux-based POP2 Instances, L4, L40S and H100 GPU Instances are fully qualified for File Storage. Other offers will be added during the Public Beta phase. | NAME | CPU | GPU | RAM | ARCH | MAX FILE SYSTEMS | From 93b46aa7953ee93d44ca18c6d37c13f25eddee70 Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Mon, 13 Apr 2026 16:10:56 +0200 Subject: [PATCH 5/7] docs(file): update --- .../reference-content/file-system-instance-selection.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/file-storage/reference-content/file-system-instance-selection.mdx b/pages/file-storage/reference-content/file-system-instance-selection.mdx index 649acfa231..d92c5e9c0f 100644 --- a/pages/file-storage/reference-content/file-system-instance-selection.mdx +++ b/pages/file-storage/reference-content/file-system-instance-selection.mdx @@ -54,7 +54,7 @@ Above 1 TB, File Storage delivers significant throughput. Only high-core count o ## File system attachments per Instance type -To ensure optimum performance, the number of file systems you can attach to an Instance is limited based on the Instance's configuration. +To ensure optimum performance, the number of file systems you can attach to an Instance is limited based on the Instance's configuration. Use the following [Scaleway CLI](/scaleway-cli/quickstart/) command to find the maximum number of file systems you can attach to a Scaleway Instance. Make sure to replace the value of the `zone` parameter with the desired Availability Zone: From 13b7639e64afa5ea27a9d87dfdefcc6d844357c3 Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Tue, 14 Apr 2026 10:04:23 +0200 Subject: [PATCH 6/7] docs(file): update --- pages/file-storage/how-to/create-file-system.mdx | 1 - .../reference-content/file-system-instance-selection.mdx | 2 +- pages/file-storage/reference-content/performance-scaling.mdx | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/file-storage/how-to/create-file-system.mdx b/pages/file-storage/how-to/create-file-system.mdx index 5901526429..679a932b19 100644 --- a/pages/file-storage/how-to/create-file-system.mdx +++ b/pages/file-storage/how-to/create-file-system.mdx @@ -22,7 +22,6 @@ This page explains how to create a file system using the Scaleway console. - A Scaleway account logged into the [console](https://console.scaleway.com) - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization - ## How to create a file system 1. Click **File Storage** in the **Storage** section of the side menu. The [File Storage dashboard](https://console.scaleway.com/file-storage/) displays. diff --git a/pages/file-storage/reference-content/file-system-instance-selection.mdx b/pages/file-storage/reference-content/file-system-instance-selection.mdx index d92c5e9c0f..933dc42ca7 100644 --- a/pages/file-storage/reference-content/file-system-instance-selection.mdx +++ b/pages/file-storage/reference-content/file-system-instance-selection.mdx @@ -63,7 +63,7 @@ scw instance server-type list zone=fr-par-2 ``` -Currently, only Linux-based POP2 Instances, L4, L40S and H100 GPU Instances are fully qualified for File Storage. Other offers will be added during the Public Beta phase. +Currently, only Linux-based POP2 Instances, L4, L40S, and H100 GPU Instances are fully qualified for File Storage. Other offers will be added during the Public Beta phase. | NAME | CPU | GPU | RAM | ARCH | MAX FILE SYSTEMS | diff --git a/pages/file-storage/reference-content/performance-scaling.mdx b/pages/file-storage/reference-content/performance-scaling.mdx index 75ee64fd4e..e4084a1dd0 100644 --- a/pages/file-storage/reference-content/performance-scaling.mdx +++ b/pages/file-storage/reference-content/performance-scaling.mdx @@ -15,7 +15,7 @@ File Storage is currently in Public Beta. Scaleway File Storage architecture follows a "pay-as-you-grow" model where IOPS and throughput scale linearly as you provision more capacity for a file system. This guarantees consistent and predictable performance that you can adjust according to your needs. -The performance of a file system may vary due to factors such as the number of attached instances, the attached Instance type, and the workload. Refer to the [dedicated guidelines](/file-storage/reference-content/file-system-instance-selection/) for more information. +The performance of a file system may vary due to factors such as the number of attached Instances, the attached Instance type, and the workload. Refer to the [dedicated guidelines](/file-storage/reference-content/file-system-instance-selection/) for more information. Both IOPS and throughput reach their maximum values at 2 TB of provisioned capacity. Provisioning beyond 2 TB increases available storage, but does not further increase performance. From d0da06e689d02e060b0a088bb2dd1ceaf2d69c5a Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Tue, 14 Apr 2026 10:09:43 +0200 Subject: [PATCH 7/7] Apply suggestion from @SamyOubouaziz --- .../reference-content/file-system-instance-selection.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/file-storage/reference-content/file-system-instance-selection.mdx b/pages/file-storage/reference-content/file-system-instance-selection.mdx index 933dc42ca7..cd0142ed67 100644 --- a/pages/file-storage/reference-content/file-system-instance-selection.mdx +++ b/pages/file-storage/reference-content/file-system-instance-selection.mdx @@ -63,7 +63,7 @@ scw instance server-type list zone=fr-par-2 ``` -Currently, only Linux-based POP2 Instances, L4, L40S, and H100 GPU Instances are fully qualified for File Storage. Other offers will be added during the Public Beta phase. +Currently, only Linux-based POP2 CPU Instances, L4, L40S, and H100 GPU Instances are fully qualified for File Storage. Other offers will be added during the Public Beta phase. | NAME | CPU | GPU | RAM | ARCH | MAX FILE SYSTEMS |