Skip to content

Commit 3d01eb5

Browse files
committed
docs(bls): update
1 parent 73f1f23 commit 3d01eb5

File tree

3 files changed

+35
-9
lines changed

3 files changed

+35
-9
lines changed

pages/block-storage/how-to/delete-a-volume.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,13 @@ categories:
3333
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.
3434
</Message>
3535

36+
Alternatively, you can delete a Block Storage volume the following way:
3637

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+
<Message type="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.
45+
</Message>

pages/block-storage/how-to/detach-a-volume.mdx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,27 @@ categories:
1414
- storage
1515
---
1616

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+
<Message type="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>
1921
<Macro id="requirements" />
2022

2123
- A Scaleway account logged into the [console](https://console.scaleway.com)
2224
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2325
- 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
2426

25-
2627
1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu. The Block Storage page displays.
2728
2. Click <Icon name="more" /> > **Detach from Instance** next to the volume of your choice. A pop-up displays.
2829
3. Click **Detach volume from Instance** to confirm.
2930

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.
3039

40+
Your volume is now detached, and can be [attached](/block-storage/how-to/attach-a-volume/) again to an instance.

pages/block-storage/how-to/increase-block-volume.mdx

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,21 @@ categories:
2323

2424
1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu. The Block Storage page displays.
2525
2. Click the <Icon name="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 <Icon name="plus" /> button.
26+
3. Increase the size according to your preference with the <Icon name="plus" /> button, up to 10 TB.
2727
4. Click **Update volume size** to confirm.
28-
<Message type="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.
3140

3241
<Message type="tip">
3342
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.
3443
</Message>
35-
36-

0 commit comments

Comments
 (0)