You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/instances/concepts.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,6 @@ Tags allow you to organize, sort, filter, and monitor your cloud resources using
180
180
181
181
Volumes are the storage space of your Instances. Two types of volumes exist:
182
182
183
-
***Local volumes**: The local volume of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type. Some Instance types do not use local volumes and [boot directly on block volumes](#boot-on-block).
183
+
***[Local volumes](/local-storage/)**: The local volume of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type. Some Instance types do not use local volumes and [boot directly on block volumes](#boot-on-block).
184
184
185
-
***Block volumes**: Block volumes provide network-attached storage you can plug in and out of Instances like a virtual hard drive. Block volumes behave like regular disks and can be used to increase the storage of an Instance.
185
+
***[Block volumes*](/block-storage/)*: Block volumes provide network-attached storage you can plug in and out of Instances like a virtual hard drive. Block volumes behave like regular disks and can be used to increase the storage of an Instance.
Copy file name to clipboardExpand all lines: pages/instances/how-to/manage-storage.mdx
+73-76Lines changed: 73 additions & 76 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,87 +18,84 @@ categories:
18
18
- A Scaleway account logged into the [console](https://console.scaleway.com)
19
19
-[Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
20
20
21
-
You can manage the storage resources attached to your Instances directly from the Scaleway console.
21
+
## Storage resources overview
22
+
You can manage the storage resources attached to your Instances directly from the Scaleway console. These include:
22
23
23
-
Storage resources consist of:
24
+
-**[Volumes](#managing-volumes)**: Storage spaces used by your Instances. Multiple volumes can be attached to an Instance.
25
+
-**[Snapshots](#managing-snapshots)**: Backups capturing the state of a volume at a specific time, including OS, configuration, and stored files.
26
+
-**[Images](#managing-images)**: Full backups of Instances, useful for restoring data or deploying multiple Instances with a predefined configuration.
24
27
25
-
**Volumes**: Volumes are storage spaces used by your Instances. You can attach several volumes to an Instance.
26
-
**Snapshots**: Snapshots contain the data of a specific volume at a particular point in time, giving you total freedom of what you want to back up. Data may include the operating system, configuration information, and files stored in the volume.
27
-
**Images**: Images are backups of your Instances. You can use an image to restore your data or create a series of Instances with a predefined configuration.
28
-
29
-
## Managing volumes
30
-
31
-
Volumes are the primary storage solution for your Instances. Scaleway Instances support either **Local Storage** or **Block Storage** volumes depending on the Instance type.
28
+
## Managing Volumes
29
+
Volumes are the primary storage solution for your Instances. Scaleway Instances support either **Local Storage** or **Block Storage**, depending on the Instance type.
32
30
33
31
<Messagetype="tip">
34
-
Are you missing a volume in the list? Refer to the [Block Storage](https://console.scaleway.com/block-storage/volumes) or [Local Storage](https://console.scaleway.com/local-storage/volumes) sections of the Scaleway console to see a full list of resources allocated to your Project.
32
+
If a volume is missing, check the [Block Storage](https://console.scaleway.com/block-storage/volumes) or [Local Storage](https://console.scaleway.com/local-storage/volumes) sections in the Scaleway console.
35
33
</Message>
36
34
37
-
1. Click **Instances** from the left side menu. The Instances section displays.
38
-
2. Click the name of the Instance you want to manage. The Instance overview page displays.
39
-
3. Click the **Storage** tab to display a list of all storage resources attached to the Instance.
40
-
5. Scroll to the **Volumes** section to see a list of all volumes attached to the Instance.
41
-
5. Click <Iconname="more" /> to view a list of options for the volume. Depending on the volume you can:
42
-
* Display more information about the volume
43
-
*[Increase the volume size](/block-storage/how-to/increase-block-volume/)
44
-
*[Detach the volume from the Instance](/block-storage/how-to/detach-a-volume/)
45
-
*[Create a snapshot of the volume](/instances/how-to/create-a-snapshot/)
46
-
*[Delete the volume](/block-storage/how-to/delete-a-volume/)
47
-
48
-
### Adding a volume to the Instance
49
-
50
-
1. Click **Instances** from the left side menu. The Instances section displays.
51
-
2. Click the name of the Instance you want to manage. The Instance overview page displays.
52
-
3. Click the **Storage** tab to display a list of all storage resources attached to the Instance.
53
-
4. Click **+ Create volume** in the **Volumes** section of the page. A pop-up displays.
54
-
5. Enter a volume name and choose the volume size in GB.
55
-
6. Choose a storage typ. Depending on the Instance type you can choose from:
56
-
**Block Storage**: A block device is a storage volume on a network-connected storage system that is exposed to the guest operating system as if it were a physical disk. Scaleway provides Block Volumes with either 5.000 or 15.000 IOPS guaranteed.
57
-
**Local Storage**: A fixed amount of storage located on local disks of the pyhsical hypervisor. The amount of local storage is tied to the compute resources allocated.
58
-
6. Click **Add volume** to create and attach the volume to the Instance.
59
-
60
-
## Managing snapshots
61
-
62
-
Snapshots contain the data of a specific volume at a particular point in time, giving you total freedom of what you want to back up. Data may include the operating system, configuration information, and files stored in the volume.
63
-
64
-
1. Click **Instances** from the left side menu. The Instances section displays.
65
-
2. Click the name of the Instance you want to manage. The Instance overview page displays.
66
-
3. Click the **Storage** tab to display a list of all storage resources attached to the Instance.
67
-
4. Scroll to the **Snapshots** section to see a list of all snapshots attached to the Instance.
68
-
5. Click <Iconname="more" /> to view a list of options for the snapshot. You can either:
69
-
* Display more information about the snapshot
70
-
*[Create an image from the snapshot](/instances/how-to/create-image-from-snapshot/)
71
-
*[Create a volume from the snapshot](/block-storage/how-to/create-volume-from-snapshot/)
72
-
*[Copy the snapshot to an Object Storage bucket](/block-storage/how-to/create-volume-from-snapshot/)
73
-
*[Delete the snapshot](/block-storage/how-to/delete-a-snapshot/)
74
-
75
-
### Creating a snapshot from the Instance
76
-
77
-
1. Click **Instances** from the left side menu. The Instances section displays.
78
-
2. Click the name of the Instance you want to manage. The Instance overview page displays.
79
-
3. Click the **Storage** tab to display a list of all storage resources attached to the Instance.
80
-
4. Click **+ Create snapshot** in the **Snapshots** section of the page. A pop-up displays.
81
-
5. Select the volume to snapshot from the drop-down list.
82
-
6. Enter a name for the snapshot
83
-
7. Click **Create snapshot** to snapshot the volume and attach the snapshot to the Instance.
35
+
### Viewing and managing volumes
36
+
1. Click **Instances** in the left menu.
37
+
2. Select the Instance you want to manage.
38
+
3. Go to the **Storage** tab.
39
+
4. Scroll to the **Volumes** section to view attached volumes.
40
+
5. Click <Iconname="more" /> next to a volume for options:
Copy file name to clipboardExpand all lines: pages/local-storage/concepts.mdx
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,29 @@ categories:
12
12
- storage
13
13
---
14
14
15
-
## Local storage
15
+
## Block volumes
16
16
17
-
The local storage of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type.
17
+
Block volumes provide network-attached storage you can plug in and out of Instances like a virtual hard drive. From a user's point of view, block volumes behave like regular disks and can be used to increase the storage of an Instance.
18
+
19
+
## Boot-on-Block
20
+
21
+
Some Instance types do not use local volumes and instead boot directly on block volumes.
22
+
23
+
## Local volumes
24
+
25
+
The local volume of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type. Some Instance types do not use local volumes and [boot directly on block volumes](#boot-on-block). In any case, it is always possible to increase the storage of an Instance by adding additional block volumes.
26
+
27
+
## Power-off mode
28
+
29
+
The power-off mode shuts down an Instance by transferring all data on the local volume of the Instance to a volume store. The physical node is released back to the pool of available machines. The reserved flexible IP of the Instance remains available in the account.
30
+
31
+
## Standby mode
32
+
33
+
Standby mode is a way to stop an Instance temporarily. When you put an Instance in standby mode, the server is halted, but the Instance remains allocated to your account, and all data remains on the Local Storage of the Instance.
34
+
35
+
## Volumes
36
+
37
+
Volumes are the storage space of your Instances. Two types of volumes exist:
38
+
39
+
-**[Local volumes](/local-storage/)**: The local volume of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type. Some Instance types do not use local volumes and [boot directly on block volumes](#boot-on-block).
40
+
-**[Block volumes](/block-storage/)**: Block volumes provide network-attached storage you can plug in and out of Instances like a virtual hard drive. Block volumes behave like regular disks and can be used to increase the storage of an Instance.
Copy file name to clipboardExpand all lines: pages/local-storage/how-to/attach-volume.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ categories:
14
14
- storage
15
15
---
16
16
17
-
You can attach a Block Storage volume to your Instance at any time, as long as they are both in the same [Availability Zone](/instances/concepts/#availability-zone).
17
+
You can attach a Local Storage volume to your Instance at any time, as long as they are both in the same [Availability Zone](/instances/concepts/#availability-zone).
description: This guide explains the steps to safely delete a Local Storage volume from your Scaleway account.
5
+
content:
6
+
h1: How to delete a Local Storage volume
7
+
paragraph: This guide explains the steps to safely delete a Local Storage volume from your Scaleway account.
8
+
tags: delete cancel terminate local volume storage
9
+
dates:
10
+
validation: 2025-03-24
11
+
posted: 2025-03-24
12
+
categories:
13
+
- local-storage
14
+
- storage
15
+
---
16
+
17
+
<Macroid="requirements" />
18
+
19
+
- A Scaleway account logged into the [console](https://console.scaleway.com)
20
+
-[Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
21
+
- Created a [Local Storage volume](/Local-storage/how-to/create-a-volume/)
22
+
23
+
<Messagetype="important">
24
+
- You must detach your volume from the Instance it is attached to before deleting the volume. Refer to our documentation to find out [how to do so](/local-storage/how-to/detach-volume/).
25
+
</Message>
26
+
27
+
1. Click **Local Storage** in the **Storage** section of the Scaleway console side menu. A list of your volumes displays.
28
+
2. Click the <Iconname="more" /> icon next to the volume of your choice, then click **Delete**. A pop-up displays.
29
+
3. Read the inforformation regarding the delete action and type `DELETE` to confirm.
30
+
4. Click **Delete volume**.
31
+
<Messagetype="important">
32
+
This action permanently deletes your volume and all the data it contains. If you do not want to lose this data, make a backup before deleting the volume.
description: This guide explains the steps to safely delete a Local Storage volume from your Scaleway account.
3
+
title: How to detach a Local Storage volume
4
+
description: Learn how to safely detach a Local Storage volume from your Scaleway Instance.
5
5
content:
6
-
h1: How to delete a Local Storage volume
7
-
paragraph: This guide explains the steps to safely delete a Local Storage volume from your Scaleway account.
8
-
tags: delete cancel terminate local volume storage
6
+
h1: How to detach a Local Storage volume
7
+
paragraph: Learn how to safely detach a Local Storage volume from your Scaleway Instance.
8
+
tags: detach unlock disconnect Local storage volume
9
9
dates:
10
-
validation: 2025-03-24
11
-
posted: 2025-03-24
10
+
validation: 2024-12-19
11
+
posted: 2020-01-10
12
12
categories:
13
13
- local-storage
14
14
- storage
15
15
---
16
16
17
+
You can detach a Local Storage volume from your Instance at any time. It is important to [unmount the volume](/Local-storage/api-cli/unmounting-a-volume/) from the operating system before detaching it to avoid data loss.
18
+
17
19
<Macroid="requirements" />
18
20
19
21
- A Scaleway account logged into the [console](https://console.scaleway.com)
20
22
-[Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
21
-
- Created a [Local Storage volume](/Local-storage/how-to/create-a-volume/)
23
+
- Created a [Local Storage volume](/Local-storage/how-to/create-volume/) that is [attached](/Local-storage/how-to/attach-volume/) to an Instance
24
+
22
25
23
26
<Messagetype="important">
24
-
- You must detach your volume from the Instance it is attached to before deleting the volume. Refer to our documentation to find out [how to do so](/local-storage/how-to/detach-volume/).
27
+
Your Instance must be [powered-off](/instances/how-to/power-off-instance/) before you can detach any Local Storage volume from it.
25
28
</Message>
26
29
27
-
1. Click **Local Storage** in the **Storage** section of the Scaleway console side menu. A list of your volumes displays.
28
-
2. Click the <Iconname="more" /> icon next to the volume of your choice, then click **Delete**. A pop-up displays.
29
-
3. Read the inforformation regarding the delete action and type `DELETE` to confirm.
30
-
4. Click **Delete volume**.
31
-
<Messagetype="important">
32
-
This action permanently deletes your volume and all the data it contains. If you do not want to lose this data, make a backup before deleting the volume.
33
-
</Message>
30
+
1. Click **Local Storage** in the **Storage** section of the Scaleway console side menu. The Local Storage page displays.
31
+
2. Click <Iconname="more" /> > **Detach** next to the volume of your choice. A pop-up displays.
0 commit comments