-
Notifications
You must be signed in to change notification settings - Fork 258
feat(FIL): add file storage documentation MTA-6218 #5178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
8834cef
feat(FIL): add file storage documentation MTA-6218
SamyOubouaziz e90ce28
feat(FIL): add concepts
SamyOubouaziz 64fd0cc
feat(FIL): add faq
SamyOubouaziz e10ba88
feat(obj): update
SamyOubouaziz 6129dc4
feat(FIL): update
SamyOubouaziz efa57e9
feat(FIL): update
SamyOubouaziz b632b6a
feat(FIL): update
SamyOubouaziz 651310f
Update concepts.mdx
iManu dba1bfe
Update faq.mdx
iManu d9822f1
Update attach-mount-file-system.mdx
iManu d492d65
Update create-file-system.mdx
iManu 611eadc
fix(fls): update frontmatters
SamyOubouaziz 72993a8
docs(fls): update
SamyOubouaziz a16672f
docs(fls): update
SamyOubouaziz 875ec70
docs(fls): update
SamyOubouaziz 801b945
docs(fls): update
SamyOubouaziz 63b020d
docs(fls): update
SamyOubouaziz 5f13139
docs(fls): update
SamyOubouaziz 686b32e
docs(fls): update
SamyOubouaziz dc86d7a
Apply suggestions from code review
SamyOubouaziz 36c55d3
Apply suggestions from code review
SamyOubouaziz 79419e2
docs(fls): update
SamyOubouaziz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| --- | ||
| title: File Storage - Concepts | ||
| description: Explore essential concepts of File Storage. | ||
| tags: file storage file system concept glossary terms definitions | ||
| dates: | ||
| validation: 2025-07-23 | ||
| posted: 2025-07-23 | ||
| categories: | ||
| - file-storage | ||
| - storage | ||
| --- | ||
|
|
||
| import AvailabilityZone from '@macros/concepts/availability-zone.mdx' | ||
| import BlockVolumes from '@macros/concepts/block-volumes.mdx' | ||
| import Region from '@macros/concepts/region.mdx' | ||
|
|
||
| ## Attach | ||
|
|
||
| Attaching storage to your Scaleway Instance allows you to use additional or shared storage beyond its [Local Storage](/local-storage/). | ||
|
|
||
| ## Availability Zone | ||
|
|
||
| <AvailabilityZone /> | ||
|
|
||
| ## Block volumes | ||
|
|
||
| <BlockVolumes /> | ||
|
|
||
| ## File Storage | ||
|
|
||
| Scaleway File Storage allows you to keep data in an organized hierarchy of files and folders. This hierarchy can be shared across a network, so multiple compute instances can work on the same collection of files. | ||
|
|
||
| ## File system | ||
|
|
||
| A file system provides a structured way to manage files and directories in the cloud, so that Instances can access, read, and write data as if it were on a local disk. File systems can be shared by several [Instances](/instances/). | ||
|
|
||
| ## IOPS | ||
|
|
||
| IOPS or Input/Ouptut Operations Per Second, is a unit of measurement that indicates how many read/write operations a storage device is performing per second. | ||
|
|
||
| Scaleway File Storage offers two IOPS limits: | ||
|
|
||
| - 5 000 IOPS (5K IOPS) | ||
| - 15 000 IOPS (15K IOPS) | ||
|
|
||
| ## Mount | ||
|
|
||
| Mounting a storage volume allows you you to assign a directory (mount point) to an [attached](#attach) storage volume. The files on that storage become available via the assigned directory. This allows you to read and write files on the storage as if they were part of your local file system. | ||
|
|
||
| ## Region | ||
|
|
||
| <Region /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| title: File Storage FAQ | ||
| description: Explore Scaleway File Storage with our comprehensive FAQ covering performance, persistence, and more. | ||
| dates: | ||
| created: 2025-07-23 | ||
| validation: 2025-07-23 | ||
| category: storage | ||
| productIcon: FileStorageProductIcon | ||
| --- | ||
|
|
||
| ## What is Scaleway File Storage? | ||
|
|
||
| Scaleway File Storage allows you to keep data in an organized hierarchy of files and folders. This hierarchy can be shared across a network, so multiple compute instances can work on the same collection of files. | ||
|
|
||
| Refer to the [Quickstart documentation](/file-storage/quickstart/) to get started with Scaleway File Storage. | ||
|
|
||
| ## How many file systems can I attach to an Instance? | ||
|
|
||
| You can attach up to 16 storage resources to a Scaleway Instance, including file systems, Block Storage volumes, and Local Storage volumes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| --- | ||
| title: How to attach a file system to a Scaleway Instance | ||
| description: This page explains how to attach a File Storage file system to Scaleway Instances | ||
| tags: attach instance server fs filesystem file storage resource | ||
| categories: | ||
| - storage | ||
| - file-storage | ||
| dates: | ||
| validation: 2025-07-23 | ||
| posted: 2025-07-23 | ||
| --- | ||
|
|
||
| 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' | ||
|
|
||
| <Requirements /> | ||
|
|
||
| - 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 | ||
| - [Created a file system](/file-system/how-to/create-file-system/) | ||
| - [Created at least one POP2 Instance](/instances/how-to/create-an-instance/) | ||
|
|
||
| ## How to attach a file system to an Instance | ||
|
|
||
| 1. Click **File Storage** in the **Storage** section of the side menu. A list of your file systems displays. | ||
|
|
||
| 2. Click the name of the file system you want to attach. The **Overview** page displays. | ||
|
|
||
| 3. Open the **Attached Instance(s)**. A list of currently attached Instances displays. | ||
|
|
||
| 4. Click **Attach an Instance**. A pop-up displays. | ||
|
|
||
| 5. Select one Instance or more from the drop-down list, then click **Attach** to confirm. | ||
|
|
||
| <Message type="important"> | ||
| File systems can only be attached to POP2 Instances within the same [region](/file-storage/concepts/#region). | ||
| </Message> | ||
|
|
||
| Your file system is now attached to the selected Instance(s) and can now be [mounted](/file-storage/how-to/mount-file-system/) to a Scaleway Instance. | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| --- | ||
| title: How to create a file system | ||
| description: This page explains how to create a File Storage file system using the Scaleway console. | ||
| tags: create add deploy fs filesystem file storage resource | ||
| categories: | ||
| - storage | ||
| - file-storage | ||
| dates: | ||
| validation: 2025-07-23 | ||
| posted: 2025-07-23 | ||
| --- | ||
| import Requirements from '@macros/iam/requirements.mdx' | ||
|
|
||
| <Requirements /> | ||
|
|
||
| - 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. | ||
|
|
||
SamyOubouaziz marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ## 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. | ||
|
|
||
| 2. Click **+ Create file system**. The [file system creation page](https://console.scaleway.com//file-storage/file-storage/create) displays. | ||
|
|
||
| 3. Complete the following steps: | ||
| - Select the region in which your file system will be created. It will be accessible by [Instances](/instances/) within the same [region](/file-storage/concepts/#region). | ||
| - Enter a name for your file system, or use the automatically generated one. The name of your file system can only contain alphanumeric characters, spaces, and dashes. | ||
| - Enter a size for your file system. Billing is based on the size provisioned here, and not actual usage. | ||
|
|
||
| 4. Review the estimated cost, then click **Create file system**. | ||
|
|
||
| The **Overview** page of your newly created file system displays. | ||
|
|
||
| <Message type="note"> | ||
| You must [attach, then mount](/file-storage/how-to/attach-mount-file-system/) your file system to an Instance before using it. | ||
| </Message> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| --- | ||
| title: How to detach a file system from a Scaleway Instance | ||
| description: This page explains how to detach a File Storage file system from Scaleway Instances | ||
| tags: detach instance server fs filesystem file storage resource | ||
| categories: | ||
| - storage | ||
| - file-storage | ||
| dates: | ||
| validation: 2025-07-23 | ||
| posted: 2025-07-23 | ||
| --- | ||
|
|
||
| ## How to detach a file system from an instance | ||
|
|
||
| 1. Click **File Storage** in the **Storage** section of the side menu. A list of your file systems displays. | ||
|
|
||
| 2. Click the name of the file system you want to detach. The **Overview** page displays. | ||
|
|
||
| 3. Open the **Attached Instances** tab. A list of Instances attached to the selected file system displays. | ||
|
|
||
| 4. Click the <Icon name="more" /> icon next to the Instance you want to detach, then click **Detach** from the drop-down menu. A confirmation pop-up appears. | ||
|
|
||
| 5. Click **Detach Instance** to confirm your action. | ||
|
|
||
| Your Instance is now detached, and no longer appears in the list. | ||
|
|
||
| <Message type="note"> | ||
| To detach multiple Instances at once, tick the boxes next to the name of Instances you want to detach, then click <Icon name="more" /> at the bottom of the page, and click **Detach** from the drop-down menu. | ||
| </Message> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| title: File Storage - How Tos | ||
| description: File Storage How Tos | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| --- | ||
| title: How to manage and delete a file system | ||
| description: This page explains how to manage and delete a File Storage file system using the Scaleway console. | ||
| tags: manage settings parameters delete suppress cancel remove fs filesystem file storage resource | ||
| categories: | ||
| - storage | ||
| - file-storage | ||
| dates: | ||
| validation: 2025-07-23 | ||
| posted: 2025-07-23 | ||
| --- | ||
|
|
||
| import Requirements from '@macros/iam/requirements.mdx' | ||
|
|
||
| This page explains how to manage and delete a file system. | ||
|
|
||
| <Requirements /> | ||
|
|
||
| - 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 | ||
| - [Created a file system](/file-system/how-to/create-file-system/) | ||
|
|
||
| ## How to manage a file system | ||
|
|
||
| 1. Click **File Storage** in the **Storage** section of the side menu. A list of your file systems displays. | ||
|
|
||
| 2. Click the name of the file system you want to manage. The **Overview** page displays. | ||
|
|
||
| 3. From this page, you can: | ||
| - Resize your file system | ||
| - Attach your file system to one or several Instance(s) | ||
| - Retrieve the command to mount your file system to your Instance(s) | ||
| - Delete your file system | ||
|
|
||
| ## How to delete a file system | ||
|
|
||
| 1. Click **File Storage** in the **Storage** section of the side menu. A list of your file systems displays. | ||
|
|
||
| 2. Click the name of the file system you want to delete. The **Overview** page displays. | ||
|
|
||
| 3. Click **Delete file system** at the bottom of the page. A confirmation pop-up displays. | ||
|
|
||
| 4. Type **DELETE** to confirm your action. | ||
|
|
||
| 5. Click **Delete file system** to confirm. | ||
|
|
||
| <Message type="note"> | ||
| You can also delete a file system by clicking <Icon name="more" /> next to its name, then **Delete**. | ||
| </Message> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| --- | ||
| title: How to mount a file system to a Scaleway Instance | ||
| description: This page explains how to mount a File Storage file system to one or several Scaleway Instances using the Scaleway console | ||
| categories: | ||
SamyOubouaziz marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - storage | ||
| - file-storage | ||
SamyOubouaziz marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| tags: mount instance server fs filesystem file storage resource | ||
| dates: | ||
| validation: 2025-07-23 | ||
| posted: 2025-07-23 | ||
| --- | ||
|
|
||
| import Requirements from '@macros/iam/requirements.mdx' | ||
|
|
||
| This page explains how to mount a file system to one or several Scaleway Instances. | ||
|
|
||
| <Requirements /> | ||
|
|
||
| - 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 | ||
| - [Created a file system](/file-system/how-to/create-file-system/) | ||
| - [Attached](/file-storage/how-to/attach-file-system/) a file system to one or several Instances | ||
|
|
||
| 1. Click **File Storage** in the **Storage** section of the side menu. A list of your file systems displays. | ||
|
|
||
| 2. Click the name of the file system you want to mount. The **Overview** page displays. | ||
|
|
||
| 3. From the **Mount** section of the **Overview** page, copy the mounting command: | ||
|
|
||
| ```sh | ||
| mount -t virtiofs <file_system_id> /mnt | ||
| ``` | ||
|
|
||
| 4. Open a terminal and [connect via SSH to the Instances](/instances/how-to/connect-to-instance/) you have [attached to your file system](/file-storage/how-to/attach-file-system/). | ||
|
|
||
| 5. Run the previously copied mount command to mount your file system at the specified mount point (`/mnt` by default): | ||
|
|
||
| ```sh | ||
| mount -t virtiofs <file_system_id> /mnt | ||
| ``` | ||
|
|
||
| <Message type="note"> | ||
| You can specify a different mount point by replacing `/mnt` by the desired directory. | ||
| </Message> | ||
|
|
||
| Your file system is now mounted and accessible from the specified mount point in your Instance. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| --- | ||
| title: How to resize a file system | ||
| description: This page explains how to resize a File Storage file system using the Scaleway console | ||
| tags: resize reduce increase size augment bigger smaller fs filesystem file storage disk space | ||
| categories: | ||
| - storage | ||
| - file-storage | ||
| dates: | ||
| validation: 2025-07-23 | ||
| posted: 2025-07-23 | ||
| --- | ||
|
|
||
| This page explains how to resize a file system using the Scaleway console. | ||
|
|
||
| import Requirements from '@macros/iam/requirements.mdx' | ||
|
|
||
| <Requirements /> | ||
|
|
||
| - 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 | ||
| - [Created a file system](/file-system/how-to/create-file-system/) | ||
|
|
||
| 1. Click **File Storage** in the **Storage** section of the side menu. A list of your file systems displays. | ||
|
|
||
| 2. Click the name of the file system you want to resize. The **Overview** page displays. | ||
|
|
||
| 3. Click the **Resize** button. A pop-up displays. | ||
|
|
||
| 4. Enter a new size for your file system. | ||
| <Message type="important"> | ||
| - New file system size cannot be inferior to the currently used space. | ||
| - File system size must be at least 100 GB. | ||
| - File system size can only be resized by increments of 100 GB. | ||
| </Message> | ||
|
|
||
| 5. Review the updated estimated cost. File Storage billing is based on the provisioned file storage size, and not on actual usage. | ||
|
|
||
| 6. Click **Resize file system** to confirm. | ||
|
|
||
| Your file system is resized, and its new capacity displays in the **Overview** page. | ||
|
|
||
| <Message type="note"> | ||
| You can also resize a file system from the [File Storage section](https://console.scaleway.com/file-storage/) of the console, by clicking <Icon name="more" /> next to its name, and by selecting **Resize** from the drop-down menu. | ||
| </Message> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.