Skip to content

Commit 0f25b76

Browse files
authored
chore(docs): weekly review (#4088)
1 parent 61694b7 commit 0f25b76

File tree

9 files changed

+17
-16
lines changed

9 files changed

+17
-16
lines changed

storage/block/api-cli/managing-a-volume.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Master Block Storage with our comprehensive guide. Learn to format, mount, transfer data, and expand partitions efficiently. Perfect for all skill levels.
88
tags: volume block-storage block mount format use
99
dates:
10-
validation: 2024-05-28
10+
validation: 2024-12-06
1111
posted: 2019-11-29
1212
categories:
1313
- block-storage

storage/block/api-cli/unmounting-a-volume.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn how to safely unmount a Block Storage volume from your Instance, and ensure data integrity.
88
tags: volume block-storage block unmount
99
dates:
10-
validation: 2024-05-28
10+
validation: 2024-12-06
1111
posted: 2023-11-23
1212
categories:
1313
- block-storage
@@ -18,8 +18,7 @@ categories:
1818
## Unmounting a Block Storage volume
1919

2020

21-
It is important to unmount a volume from the operating system using the `umount` command to avoid data loss before [removing the volume](/storage/block/how-to/detach-a-volume/) from the machine.
22-
21+
Unmounting a volume means detaching it from the operating system so it is no longer accessible. You can do this if you want to stop using it, prevent data corruption, or plan to [detach it](/storage/block/how-to/detach-a-volume/) from your Instance and attach it to another. This page shows you how to unmount a volume from the operating system using the `umount` command.
2322
<Macro id="requirements" />
2423

2524
- A Scaleway account logged into the [console](https://console.scaleway.com)

storage/block/how-to/attach-a-volume.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ content:
77
paragraph: This guide explains how to attach a Block Storage volume to a Scaleway Instance. Follow simple steps to manage your storage efficiently.
88
tags: attach block storage volume
99
dates:
10-
validation: 2024-05-28
10+
validation: 2024-12-06
1111
posted: 2023-11-23
1212
categories:
1313
- block-storage
1414
- storage
1515
---
1616

17-
You can attach a Block Storage volume to your Instance at any time.
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](/compute/instances/concepts/#availability-zone).
1818

1919
<Macro id="requirements" />
2020

storage/block/how-to/create-a-snapshot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Discover how to easily create a snapshot of a Block Storage volume. Follow our step-by-step guide to efficiently manage your storage resources.
88
tags: create snapshot block storage volume
99
dates:
10-
validation: 2024-05-28
10+
validation: 2024-12-06
1111
posted: 2023-11-23
1212
categories:
1313
- block-storage

storage/block/how-to/create-a-volume.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn how to efficiently create a low-latency Block Storage volume with our detailed step-by-step guide. Enhance your storage performance seamlessly.
88
tags: create block storage volume add
99
dates:
10-
validation: 2024-05-28
10+
validation: 2024-12-06
1111
posted: 2023-11-23
1212
categories:
1313
- block-storage
@@ -34,7 +34,7 @@ categories:
3434
You cannot edit the IOPS after you create your volume.
3535
</Message>
3636
<Message type="note">
37-
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 GiB/s of block bandwidth**.
37+
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 GiB/s of block bandwidth**.
3838
You can verify if an Instance type meets this requirement by consulting the [Scaleway Instances internet and Block Storage bandwidth overview](/compute/instances/reference-content/instances-bandwidth-overview/) documentation.
3939

4040
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`.

storage/block/how-to/create-volume-from-snapshot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Discover how to efficiently create a Block Storage volume from a snapshot with our comprehensive step-by-step guide. Optimize your storage workflow effortlessly.
88
tags: create snapshot block storage volume
99
dates:
10-
validation: 2024-05-28
10+
validation: 2024-12-06
1111
posted: 2023-11-23
1212
categories:
1313
- block-storage

storage/block/how-to/delete-a-snapshot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This guide explains the steps to safely delete a volume snapshot from your Scaleway account.
88
tags: delete snapshot block volume storage
99
dates:
10-
validation: 2024-05-28
10+
validation: 2024-12-06
1111
posted: 2023-11-23
1212
categories:
1313
- block-storage

storage/block/how-to/unmount-a-volume.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ content:
77
paragraph: This guide explains how to safely unmount a Block Storage volume from your Scaleway Instance to avoid data loss.
88
tags: unmount umount disconnect unlink block volume
99
dates:
10-
validation: 2024-05-28
10+
validation: 2024-12-06
1111
posted: 2019-11-29
1212
categories:
1313
- block-storage
1414
- storage
1515
---
1616

17-
It is important to unmount a volume from the operating system using the `umount` command to avoid data loss before [removing the volume](/storage/block/how-to/detach-a-volume/) from the machine.
17+
Unmounting a volume means detaching it from the operating system so it is no longer accessible. You can do this if you want to stop using it, prevent data corruption, or plan to [detach it](/storage/block/how-to/detach-a-volume/) from your Instance and attach it to another. This page shows you how to unmount a volume from the operating system using the `umount` command.
1818

1919
<Macro id="requirements" />
2020

storage/block/quickstart.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Get started with Scaleway Block Storage. This guide covers creating, attaching, and mounting Block Storage volumes to your Instances for efficient data management.
88
tags: block storage overview get started
99
dates:
10-
validation: 2024-05-28
10+
validation: 2024-12-06
1111
posted: 2023-11-23
1212
categories:
1313
- block-storage
@@ -43,11 +43,13 @@ From the user's point of view, once [mounted](/storage/block/api-cli/managing-a-
4343
</Message>
4444
- Select an Instance from the drop-down to attach your volume. This step is optional.
4545
- Check the estimated cost.
46-
4. Click **Create volume**. The volumes overview page displays.
46+
4. Click **Create volume**. The volume's **Overview** page displays.
47+
4748
<Message type="important">
4849
The volume must be in the same Availability Zone as the Instance you want to connect it to.
4950
</Message>
5051

52+
5153
## How to attach a Block Storage volume to an Instance
5254

5355
1. Click **Block Storage** in the **Storage** section of the [Scaleway console](https://console.scaleway.com) side menu. Your volumes display.
@@ -57,7 +59,7 @@ From the user's point of view, once [mounted](/storage/block/api-cli/managing-a-
5759

5860
## How to mount and use a Block Storage volume
5961

60-
In order to mount and use your Block Storage volume, you need to connect to the Instance it is attached to via SSH.
62+
In order to mount and use your Block Storage volume, you need to [connect to the Instance it is attached to via SSH](/compute/instances/how-to/connect-to-instance/#troubleshooting-connection-problems).
6163
Then, check that the volume is available, format it, and mount it, following the instructions below.
6264

6365
### How to verify device availability

0 commit comments

Comments
 (0)