Skip to content

Commit 2b4dbf9

Browse files
bene2k1nerda-codes
andauthored
docs(ins): add information for block 15k (#3969)
* docs(ins): add information for block 15k * Apply suggestions from code review Co-authored-by: nerda-codes <[email protected]> --------- Co-authored-by: nerda-codes <[email protected]>
1 parent daf3154 commit 2b4dbf9

File tree

5 files changed

+27
-3
lines changed

5 files changed

+27
-3
lines changed

compute/instances/how-to/create-a-block-volume.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@ categories:
2727
<Message type="important">
2828
The volume must be in the same Availability Zone as the Instance you want to connect it to.
2929
</Message>
30-
5. Select **Block Storage** when configuring the volume.
31-
6. Enter the volume name and select a size.
30+
5. Enter the volume name and select a size.
31+
6. Configure the volume type. You can either create a **Block Storage** or ***Local Storage** volume.
32+
<Message type="note">
33+
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**.
34+
Check if an Instance type meets this requirement by referring to the `block_bandwidth` field in the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) at `/instance/v1/zones/{zone}/products/servers`.
35+
This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage.
36+
</Message>
3237
7. Click **Create volume** to confirm.
3338

3439
<Message type="tip">

compute/instances/how-to/create-an-instance.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ Select a tab below for instructions on how to create an Instance via either our
8080
- When multiple Block Storage volumes are linked to your Instance, the primary volume will host the OS and is essential for booting the Instance. Once the Instance is created can [modify your boot volume](/compute/instances/how-to/use-boot-modes/#how-to-change-the-boot-volume).
8181
- Booting from a volume that either lacks an OS or is among multiple volumes with identical operating systems can lead to inconsistent boot outcomes.
8282
</Message>
83+
<Message type="note">
84+
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**.
85+
Check if an Instance type meets this requirement by referring to the `block_bandwidth` field in the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) at `/instance/v1/zones/{zone}/products/servers`.
86+
This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage.
87+
</Message>
8388
- **Configure network** of the Instance.
8489
- Leave the checkbox ticked to assign a **Public IPv4** to the Instance. You can either allocate a new IPv4 address or select one or multiple existing IPv4s. Alternatively, uncheck the box if you do not want an IPv4.
8590
- Leave the checkbox ticked to assign a **Public IPv6** to the Instance. You can either allocate a new IPv6 address or select one or multiple existing IPv6s. Alternatively, uncheck the box if you do not want an IPv6.

compute/instances/how-to/manage-volumes.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ categories:
3434
<Message type="tip">
3535
Find out [how to mount a Block Storage volume to your Instance](/storage/block/api-cli/managing-a-volume/#mounting-and-using-a-volume).
3636
</Message>
37-
37+
<Message type="note">
38+
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**.
39+
Check if an Instance type meets this requirement by referring to the `block_bandwidth` field in the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) at `/instance/v1/zones/{zone}/products/servers`.
40+
This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage.
41+
</Message>
3842
## How to increase the volume size
3943

4044
1. Click the [Volumes tab](https://console.scaleway.com/instance/volumes) on the Instance information page of the Scaleway console. A list of your volumes displays.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,10 @@ Alternatively, you can attach a Block Storage volume the following way:
4040
<Message type="important">
4141
You can attach up to 15 volumes at a time to a single Instance.
4242
</Message>
43+
<Message type="note">
44+
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**.
45+
Check if an Instance type meets this requirement by referring to the `block_bandwidth` field in the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) at `/instance/v1/zones/{zone}/products/servers`.
46+
This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage.
47+
</Message>
4348

4449

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ categories:
3333
<Message type="important">
3434
You cannot edit the IOPS after you create your volume.
3535
</Message>
36+
<Message type="note">
37+
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**.
38+
Check if an Instance type meets this requirement by referring to the `block_bandwidth` field in the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) at `/instance/v1/zones/{zone}/products/servers`.
39+
This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage.
40+
</Message>
3641

3742
- Define a volume size.
3843
<Message type="important">

0 commit comments

Comments
 (0)