Skip to content

Commit 966266e

Browse files
committed
docs(bls): first batch
1 parent 06607b6 commit 966266e

File tree

5 files changed

+508
-4
lines changed

5 files changed

+508
-4
lines changed

compute/instances/how-to/migrate-volumes-snapshots-to-sbs.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ During migration, unified snapshots will be converted into [Block Storage Low La
2323

2424
This guide offers step-by-step instructions to migrate your volumes and snapshots using either the [Scaleway Command Line Interface (CLI)](/developer-tools/scaleway-cli/quickstart/) tool (recommended) or the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-volumes-migrate-a-volume-andor-snapshots-to-sbs-scaleway-block-storage).
2525

26-
<Message type="tip">
27-
The easiest way to migrate your Block Storage volumes and snapshots is by using the [Scaleway Command Line Interface (CLI)](/developer-tools/scaleway-cli/quickstart/) tool.
26+
<Message type="note">
27+
- The easiest way to migrate your Block Storage volumes and snapshots is by using the [Scaleway Command Line Interface (CLI)](/developer-tools/scaleway-cli/quickstart/) tool
28+
- If you encounter an error about quota limitations during the migration process, [contact our support team](https://console.scaleway.com/support/tickets/create) for assistance.
2829
</Message>
2930

3031
<Macro id="requirements" />
@@ -91,7 +92,7 @@ This guide offers step-by-step instructions to migrate your volumes and snapshot
9192
$ scw instance volume apply-migration 369feb53-165f-437d-875e-188725df462b validation-key=30d129ca895c4cd59f4c429e12dab300 zone=fr-par-1
9293
✅ Success
9394
```
94-
The volume migration is complete. You can now manage the migrated volume from the [Block Storage Volumes section](https://console.scaleway.com/block-storage/volumes) in the Scaleway console.
95+
The volume migration is complete. You can now manage the migrated volume from the [Block Storage volumes section](https://console.scaleway.com/block-storage/volumes) in the Scaleway console.
9596
</TabsTab>
9697
<TabsTab label="API">
9798
<Message type="note">

faq/blockstorage.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,18 @@ The Block Storage billing scheme is not the same as for Object Storage. You are
5252

5353
## What other Scaleway resources are compatible with Block Storage?
5454

55-
Block Storage volumes are compatible with [Scaleway Instances](/compute/instances/), [Managed Dabatase for PostgreSQL and MySQL](/managed-databases/postgresql-and-mysql/), and [Kubernetes](/containers/kubernetes/) Kapsule clusters.
55+
Block Storage volumes are compatible with [Scaleway Instances](/compute/instances/), [Managed Dabatase for PostgreSQL and MySQL](/managed-databases/postgresql-and-mysql/), and [Kubernetes](/containers/kubernetes/) Kapsule clusters.
56+
57+
## How can I convert a Block Storage legacy volume into a Block Storage low latency volume?
58+
59+
For better performance, you can convert your Block Storage legacy volumes into Block Storage Low Latency volumes.
60+
61+
To convert your volume you need to:
62+
63+
- Export the data: copy or back up the data from the Block storage legacy volume to an external location or intermediary storage (e.g., another temporary volume).
64+
65+
- Create a Block Storage Low Latency volume
66+
67+
- Import the data: restore or transfer the data from the backup or intermediary storage into the newly created volume.
68+
69+
Find out [how to migrate](/compute/instances/how-to/migrate-volumes-snapshots-to-sbs/) your Block Storage legacy volumes to Block Storage Low Latency volumes.

0 commit comments

Comments
 (0)