From 8ae35152a364d7bc424268d7d14836930727b2f3 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Wed, 13 Nov 2024 13:14:32 +0100 Subject: [PATCH 1/2] docs(ins): add information for block 15k --- compute/instances/how-to/create-a-block-volume.mdx | 9 +++++++-- compute/instances/how-to/create-an-instance.mdx | 5 +++++ compute/instances/how-to/manage-volumes.mdx | 6 +++++- storage/block/how-to/attach-a-volume.mdx | 5 +++++ storage/block/how-to/create-a-volume.mdx | 5 +++++ 5 files changed, 27 insertions(+), 3 deletions(-) diff --git a/compute/instances/how-to/create-a-block-volume.mdx b/compute/instances/how-to/create-a-block-volume.mdx index c8bc183065..a6f788b77f 100644 --- a/compute/instances/how-to/create-a-block-volume.mdx +++ b/compute/instances/how-to/create-a-block-volume.mdx @@ -27,8 +27,13 @@ categories: The volume must be in the same Availability Zone as the Instance you want to connect it to. -5. Select **Block Storage** when configuring the volume. -6. Enter the volume name and select a size. +5. Enter the volume name and select a size. +6. Configure the volume type. You can either create a **Block Storage** or ***Local Storage** volume. + + To use **Block Storage 15k**, your Instance must have at least **3 Gbps of block bandwidth**. + 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`. + This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage. + 7. Click **Create volume** to confirm. diff --git a/compute/instances/how-to/create-an-instance.mdx b/compute/instances/how-to/create-an-instance.mdx index 0694ea47ac..8e97d27196 100644 --- a/compute/instances/how-to/create-an-instance.mdx +++ b/compute/instances/how-to/create-an-instance.mdx @@ -80,6 +80,11 @@ Select a tab below for instructions on how to create an Instance via either our - 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). - Booting from a volume that either lacks an OS or is among multiple volumes with identical operating systems can lead to inconsistent boot outcomes. + + To use **Block Storage 15k**, your Instance must have at least **3 Gbps of block bandwidth**. + 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`. + This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage. + - **Configure network** of the Instance. - 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. - 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. diff --git a/compute/instances/how-to/manage-volumes.mdx b/compute/instances/how-to/manage-volumes.mdx index 4fe9d88e4a..d3e8bcc52b 100644 --- a/compute/instances/how-to/manage-volumes.mdx +++ b/compute/instances/how-to/manage-volumes.mdx @@ -34,7 +34,11 @@ categories: Find out [how to mount a Block Storage volume to your Instance](/storage/block/api-cli/managing-a-volume/#mounting-and-using-a-volume). - + + To use **Block Storage 15k**, your Instance must have at least **3 Gbps of block bandwidth**. + 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`. + This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage. + ## How to increase the volume size 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. diff --git a/storage/block/how-to/attach-a-volume.mdx b/storage/block/how-to/attach-a-volume.mdx index eaf0484eca..3879e8a776 100644 --- a/storage/block/how-to/attach-a-volume.mdx +++ b/storage/block/how-to/attach-a-volume.mdx @@ -40,5 +40,10 @@ Alternatively, you can attach a Block Storage volume the following way: You can attach up to 15 volumes at a time to a single Instance. + + To use **Block Storage 15k**, your Instance must have at least **3 Gbps of block bandwidth**. + 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`. + This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage. + diff --git a/storage/block/how-to/create-a-volume.mdx b/storage/block/how-to/create-a-volume.mdx index 03362e045c..c419751af9 100644 --- a/storage/block/how-to/create-a-volume.mdx +++ b/storage/block/how-to/create-a-volume.mdx @@ -33,6 +33,11 @@ categories: You cannot edit the IOPS after you create your volume. + + To use **Block Storage 15k**, your Instance must have at least **3 Gbps of block bandwidth**. + 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`. + This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage. + - Define a volume size. From c62d28d2bd7412a028f9bb7171cc19f42ae47602 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Wed, 13 Nov 2024 15:45:55 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: nerda-codes <87707325+nerda-codes@users.noreply.github.com> --- compute/instances/how-to/create-a-block-volume.mdx | 2 +- compute/instances/how-to/create-an-instance.mdx | 2 +- compute/instances/how-to/manage-volumes.mdx | 2 +- storage/block/how-to/attach-a-volume.mdx | 2 +- storage/block/how-to/create-a-volume.mdx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/compute/instances/how-to/create-a-block-volume.mdx b/compute/instances/how-to/create-a-block-volume.mdx index a6f788b77f..6d69efb92c 100644 --- a/compute/instances/how-to/create-a-block-volume.mdx +++ b/compute/instances/how-to/create-a-block-volume.mdx @@ -30,7 +30,7 @@ categories: 5. Enter the volume name and select a size. 6. Configure the volume type. You can either create a **Block Storage** or ***Local Storage** volume. - To use **Block Storage 15k**, your Instance must have at least **3 Gbps of block bandwidth**. + To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**. 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`. This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage. diff --git a/compute/instances/how-to/create-an-instance.mdx b/compute/instances/how-to/create-an-instance.mdx index 8e97d27196..c402b2780d 100644 --- a/compute/instances/how-to/create-an-instance.mdx +++ b/compute/instances/how-to/create-an-instance.mdx @@ -81,7 +81,7 @@ Select a tab below for instructions on how to create an Instance via either our - Booting from a volume that either lacks an OS or is among multiple volumes with identical operating systems can lead to inconsistent boot outcomes. - To use **Block Storage 15k**, your Instance must have at least **3 Gbps of block bandwidth**. + To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**. 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`. This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage. diff --git a/compute/instances/how-to/manage-volumes.mdx b/compute/instances/how-to/manage-volumes.mdx index d3e8bcc52b..7a1913a61b 100644 --- a/compute/instances/how-to/manage-volumes.mdx +++ b/compute/instances/how-to/manage-volumes.mdx @@ -35,7 +35,7 @@ categories: Find out [how to mount a Block Storage volume to your Instance](/storage/block/api-cli/managing-a-volume/#mounting-and-using-a-volume). - To use **Block Storage 15k**, your Instance must have at least **3 Gbps of block bandwidth**. + To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**. 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`. This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage. diff --git a/storage/block/how-to/attach-a-volume.mdx b/storage/block/how-to/attach-a-volume.mdx index 3879e8a776..701c0ef5da 100644 --- a/storage/block/how-to/attach-a-volume.mdx +++ b/storage/block/how-to/attach-a-volume.mdx @@ -41,7 +41,7 @@ Alternatively, you can attach a Block Storage volume the following way: You can attach up to 15 volumes at a time to a single Instance. - To use **Block Storage 15k**, your Instance must have at least **3 Gbps of block bandwidth**. + To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**. 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`. This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage. diff --git a/storage/block/how-to/create-a-volume.mdx b/storage/block/how-to/create-a-volume.mdx index c419751af9..6378dd6ea8 100644 --- a/storage/block/how-to/create-a-volume.mdx +++ b/storage/block/how-to/create-a-volume.mdx @@ -34,7 +34,7 @@ categories: You cannot edit the IOPS after you create your volume. - To use **Block Storage 15k**, your Instance must have at least **3 Gbps of block bandwidth**. + To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 Gbps of block bandwidth**. 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`. This field provides information about the block bandwidth for each Instance type to ensure compatibility with high-performance storage.