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/block-storage/how-to/attach-a-volume.mdx
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,7 @@ categories:
13
13
- block-storage
14
14
- storage
15
15
---
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).
16
+
You can attach up to **15 volumes** at a time to a single Instance. 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).
18
17
19
18
<Macroid="requirements" />
20
19
@@ -23,23 +22,26 @@ You can attach a Block Storage volume to your Instance at any time, as long as t
23
22
- Created a [Block Storage volume](/block-storage/how-to/create-a-volume/)
24
23
- At least one [Instance](/instances/how-to/create-an-instance/)
25
24
26
-
27
-
1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu. Your volumes display.
28
-
2. Click <Iconname="more" /> > **Attach to Instance** next to the volume of your choice. A pop-up displays.
25
+
1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu. The Block Storage page displays.
26
+
2. Click **Attach an Instance** under the **Linked Instance** section.
29
27
3. Select the Instance to which you want to attach your volume from the drop-down.
30
28
4. Click **Attach volume to Instance**.
31
29
32
30
Alternatively, you can attach a Block Storage volume the following way:
33
31
34
-
1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu. The Block Storage page displays.
35
-
2. Click **Attach an Instance** under the **Linked Instance** section.
1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu. Your volumes display.
33
+
2. Click <Iconname="more" /> > **Attach to Instance** next to the volume of your choice. A pop-up displays.
37
34
3. Select the Instance to which you want to attach your volume from the drop-down.
38
35
4. Click **Attach volume to Instance**.
39
36
40
-
<Messagetype="important">
41
-
You can attach up to 15 volumes at a time to a single Instance.
42
-
</Message>
37
+
You can also attach a Block storage to an Instance the following way:
38
+
39
+
1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu. Your volumes display.
40
+
2. Click the name of the volume you want to attach. An overview of your volume displays.
41
+
3. Click **Attach** under **Instance** in the **Volume information** section. A pop-up displays.
42
+
5. Select the Instance to which you want to attach your volume from the drop-down.
43
+
6. Click **Attach volume to Instance**.
44
+
43
45
<Messagetype="note">
44
46
To use **[Block Storage Low Latency](/block-storage/) 15k**, your Instance must have at least **3 GiB/s of block bandwidth**.
45
47
You can verify if an Instance type meets this requirement by consulting the [Scaleway Instances internet and Block Storage bandwidth overview](/instances/reference-content/instances-bandwidth-overview/) documentation.
Copy file name to clipboardExpand all lines: pages/block-storage/how-to/create-a-volume.mdx
+8-20Lines changed: 8 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ content:
7
7
paragraph: Learn how to efficiently create a low-latency Block Storage volume with our detailed step-by-step guide. Enhance your storage performance seamlessly.
8
8
tags: create block storage volume add
9
9
dates:
10
-
validation: 2024-12-06
10
+
validation: 2025-03-21
11
11
posted: 2023-11-23
12
12
categories:
13
13
- block-storage
@@ -20,36 +20,24 @@ categories:
20
20
-[Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
21
21
22
22
<Messagetype="important">
23
-
This procedure refers to low latency block volumes. To create legacy block volumes, refer to the [dedicated documentation](/block-storage/how-to/create-a-volume/).
23
+
This procedure refers to low latency block volumes. To create legacy block volumes, refer to the [dedicated documentation](/instances/how-to/create-a-block-volume/).
24
24
</Message>
25
25
26
-
1. Click **Block Storage** in the **Storage** section of the [Scaleway console](https://console.scaleway.com)side menu. The Block Storage page displays.
26
+
1. Click **Block Storage** in the **Storage** section of the side menu. The Block Storage page displays.
27
27
2. Click **+ Create volume**.
28
28
3. Follow the steps in the creation wizard:
29
-
- Choose an [Availability Zone](/instances/concepts/#availability-zone).
29
+
- Choose the same [Availability Zone](/instances/concepts/#availability-zone) as the Instance you want to attach your block to.
30
30
- Configure the volume:
31
31
- Enter a name for your volume or leave the automatically generated name.
32
-
- Select an [IOPS](/block-storage/concepts/#iops).
33
-
<Messagetype="important">
34
-
You cannot edit the IOPS after you create your volume.
35
-
</Message>
32
+
- Select an [IOPS](/block-storage/concepts/#iops) option. You cannot edit the IOPS of a volume after its creation.
36
33
<Messagetype="note">
37
34
To use **[Block Storage Low Latency](/block-storage/) 15k**, your Instance must have at least **3 GiB/s of block bandwidth**.
38
35
You can verify if an Instance type meets this requirement by consulting the [Scaleway Instances internet and Block Storage bandwidth overview](/instances/reference-content/instances-bandwidth-overview/) documentation.
39
36
40
37
Alternatively, use the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) to check the `block_bandwidth` field at `/instance/v1/zones/{zone}/products/servers`.
41
38
This field provides detailed information about block bandwidth for each Instance type, helping you ensure compatibility with high-performance storage.
42
39
</Message>
43
-
44
-
- Define a volume size.
45
-
<Messagetype="important">
46
-
The volume size must be at least 5GB.
47
-
</Message>
48
-
- Select an Instance from the drop-down to attach your volume. This step is optional.
49
-
- Check the estimated cost.
40
+
- Define a volume size of at least 5GB.
41
+
- Optionally, select an Instance from the drop-down to attach your volume.
42
+
- Verify the estimated cost.
50
43
4. Click **Create volume**. The volumes overview page displays.
51
-
<Messagetype="important">
52
-
The volume must be in the same Availability Zone as the Instance you want to connect it to.
Copy file name to clipboardExpand all lines: pages/block-storage/how-to/delete-a-snapshot.mdx
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,5 +29,3 @@ categories:
29
29
<Messagetype="important">
30
30
This action permanently deletes your snapshot and all the data it contains. If you do not want to lose this data, make a backup before deleting the snapshot.
Copy file name to clipboardExpand all lines: pages/instances/how-to/create-a-block-volume.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ categories:
23
23
This procedure refers to legacy block volumes. To low latency block volumes, refer to the [dedicated documentation](/block-storage/how-to/create-a-volume/).
24
24
</Message>
25
25
26
-
-
27
26
1. Click **Instances** in the **Compute** section of the side menu. The [Instances page](https://console.scaleway.com/instance/servers) displays.
28
27
2. Click the **Volumes** tab to display a list of all your current volumes.
29
28
3. Click **Create volume** to create a volume that can be attached to any of your Instances.
0 commit comments