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/delete-a-volume.mdx
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,4 +33,13 @@ categories:
33
33
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.
34
34
</Message>
35
35
36
+
Alternatively, you can delete a Block Storage volume the following way:
36
37
38
+
1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu. A list of your volumes displays.
39
+
3. Click the name of the volume you want to delete. The volume overview displays.
40
+
4. Click **Delete volume** at the bottom of the page. A confirmation pop-up displays.
41
+
5. Type `DELETE` to confirm.
42
+
6. Click **Delete volume**.
43
+
<Messagetype="important">
44
+
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.
Copy file name to clipboardExpand all lines: pages/block-storage/how-to/detach-a-volume.mdx
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,27 @@ categories:
14
14
- storage
15
15
---
16
16
17
-
You can detach a Block Storage volume from your Instance at any time. It is important to [unmount the volume](/block-storage/api-cli/unmounting-a-volume/) from the operating system before detaching it to avoid data loss.
18
-
17
+
You can detach a Block Storage volume from your Instance at any time.
18
+
<Messagetype="important">
19
+
Always [unmount the volume](/block-storage/api-cli/unmounting-a-volume/) from the operating system of your Instance before detaching it to avoid data loss.
20
+
</Message>
19
21
<Macroid="requirements" />
20
22
21
23
- A Scaleway account logged into the [console](https://console.scaleway.com)
22
24
-[Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
23
25
- Created a [Block Storage volume](/block-storage/how-to/create-a-volume/) that is [attached](/block-storage/how-to/attach-a-volume/) to an Instance
24
26
25
-
26
27
1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu. The Block Storage page displays.
27
28
2. Click <Iconname="more" /> > **Detach from Instance** next to the volume of your choice. A pop-up displays.
28
29
3. Click **Detach volume from Instance** to confirm.
29
30
31
+
Your volume is now detached, and can be [attached](/block-storage/how-to/attach-a-volume/) again to an instance.
32
+
33
+
You can also detach a Block storage volume from an Instance the following way:
34
+
35
+
1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu. Your volumes display.
36
+
2. Click the name of the volume you want to detach. An overview of your volume displays.
37
+
3. Click **Detach** under **Instance** in the **Volume information** section. A confirmation pop-up displays.
38
+
5. Click **Detach this volume** to confirm your action.
30
39
40
+
Your volume is now detached, and can be [attached](/block-storage/how-to/attach-a-volume/) again to an instance.
Copy file name to clipboardExpand all lines: pages/block-storage/how-to/increase-block-volume.mdx
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,21 @@ categories:
23
23
24
24
1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu. The Block Storage page displays.
25
25
2. Click the <Iconname="more" /> icon next to the volume of your choice, then click **Increase size**. A pop-up displays.
26
-
3. Increase the size according to your preference with the <Iconname="plus" /> button.
26
+
3. Increase the size according to your preference with the <Iconname="plus" /> button, up to 10 TB.
27
27
4. Click **Update volume size** to confirm.
28
-
<Messagetype="note">
29
-
The maximum size of a Block volume is 10 TB.
30
-
</Message>
28
+
29
+
The new size of your volume displays in the **Size column**.
30
+
31
+
You can also increase the size of a Block storage volume the following way:
32
+
33
+
1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu. Your volumes display.
34
+
2. Click the name of the desired volume. An overview of your volume displays.
35
+
3. Click **Increase** under **Size** in the **Volume information** section. A pop-up displays.
36
+
4. Enter the new size of your volume up to 10 TB, then click **Increase volume size**.
37
+
5. Click **Detach this volume** to confirm your action.
38
+
39
+
The new size of your volume displays under **Size** in the **Volume Information** section.
31
40
32
41
<Messagetype="tip">
33
42
Refer to our [dedicated documentation](/block-storage/api-cli/managing-a-volume/#increasing-the-partition-size-of-the-volume-with-growpart) to find out how to increase your volume's partition size.
0 commit comments