Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(ins): add information for block 15k #3969

Merged
merged 2 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions compute/instances/how-to/create-a-block-volume.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@ categories:
<Message type="important">
The volume must be in the same Availability Zone as the Instance you want to connect it to.
</Message>
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.
<Message type="note">
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.
</Message>
7. Click **Create volume** to confirm.

<Message type="tip">
Expand Down
5 changes: 5 additions & 0 deletions compute/instances/how-to/create-an-instance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Message>
<Message type="note">
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.
</Message>
- **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.
Expand Down
6 changes: 5 additions & 1 deletion compute/instances/how-to/manage-volumes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ categories:
<Message type="tip">
Find out [how to mount a Block Storage volume to your Instance](/storage/block/api-cli/managing-a-volume/#mounting-and-using-a-volume).
</Message>

<Message type="note">
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.
</Message>
## 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.
Expand Down
5 changes: 5 additions & 0 deletions storage/block/how-to/attach-a-volume.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,10 @@ Alternatively, you can attach a Block Storage volume the following way:
<Message type="important">
You can attach up to 15 volumes at a time to a single Instance.
</Message>
<Message type="note">
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.
</Message>


5 changes: 5 additions & 0 deletions storage/block/how-to/create-a-volume.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ categories:
<Message type="important">
You cannot edit the IOPS after you create your volume.
</Message>
<Message type="note">
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.
</Message>

- Define a volume size.
<Message type="important">
Expand Down