diff --git a/compute/instances/how-to/create-a-block-volume.mdx b/compute/instances/how-to/create-a-block-volume.mdx index c8bc183065..6d69efb92c 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 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. + 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..c402b2780d 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 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. + - **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..7a1913a61b 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 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. + ## 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..701c0ef5da 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 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 03362e045c..6378dd6ea8 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 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. + - Define a volume size.