Skip to content

Commit 371ede0

Browse files
committed
feat(ins): update doc sbs migration
1 parent 175db45 commit 371ede0

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

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

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To facilitate the transition to Scaleway's new Block Storage management, two mai
1919

2020
- [Using the Instance API/CLI migration endpoint (Plan and Apply)](#migrating-using-the-instance-apicli-migration-endpoint-plan-and-apply):
2121
- **Advantage:** Migration can occur without service interruption, as the volume remains attached to the running Instance and fully accessible.
22-
- **Drawback:** Only the volume's representation is migrated to the SBS API; the data itself does not move. This means the migrated volume will not benefit from low latency or higher IOPS, as it retains the original `b_ssd` characteristics.
22+
- **Drawback:** Only the volume's representation is migrated to the SBS API; the data itself does not move. This means the migrated volume will not benefit from low latency or higher IOPS, as it **retains the original `b_ssd` characteristics**.
2323

2424
- [Using the snapshot export/import features](#migrating-using-the-snapshot-exportimport-features):
2525
- **Advantage:** The migrated volume will fully support low latency, and it is possible to modify the IOPS up to 15k. All existing data of the old volume will be copied to the new Block Storage Low Latency volume.
@@ -37,6 +37,19 @@ Each method caters to different needs, balancing uninterrupted service against a
3737
This guide offers step-by-step instructions to migrate your volumes and snapshots using either the [Scaleway Command Line Interface (CLI)](/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).
3838
Alternatively, you can use the [snapshot export/import feature](/instances/api-cli/snapshot-import-export-feature/) to migrate your unified volumes and snapshots to Block Storage Low Latency volumes.
3939

40+
## Comparison of Block Storage volume types
41+
42+
| Volume type | IOPS | Underlying hardware | Latency | Max volume size | Recommended use cases | Availability & resilience |
43+
|-----------------------------------|----------|--------------------------------|---------------------|----------------------|-------------------------|----------------------------|
44+
| `b_ssd` (Block Storage 5K legacy) | 5,000 | Legacy SSDs | Higher | Up to 10 TB | General-purpose workloads that do not demand high IOPS or low latency | Data is replicated three times across multiple disks for high availability and integrity |
45+
| `sbs_5k` (Block Low Latency 5K) | 5,000 | Modern NVMe disks | Low | 5 GB to 10 TB | Development environments, web servers, and applications needing consistent performance | 99.99% SLA, triple-replicated data to safeguard against hardware failures |
46+
| `sbs_15k` (Block Low Latency 15K) | 15,000 | Modern NVMe disks | Very low | 5 GB to 10 TB | High-performance databases, transactional applications, and I/O-intensive workloads | 99.99% SLA, triple-replicated data to safeguard against hardware failures |
47+
48+
### Additional details:
49+
50+
- `b_ssd`: These volumes are based on older SSD technology, providing reliable performance but with limitations in terms of speed and latency.
51+
- `sbs_5k`: These volumes use NVMe technology, offering better performance and lower latency. They allow flexibility to adjust storage based on your needs.
52+
- `sbs_15k`: These volumes offer even higher performance, with up to 15,000 IOPS, making them ideal for workloads requiring fast and reliable data access.
4053

4154
<Message type="important">
4255
Volumes **created and managed through Kubernetes** do not fall within the scope of the migration described on this page. Find specific instructions for migrating Kubernetes volumes behind the Scaleway Block Storage API in the [managing storage for Kubernetes documentation](/kubernetes/api-cli/managing-storage/#upgrading-to-csi-version-03).
@@ -162,6 +175,11 @@ Alternatively, you can use the [snapshot export/import feature](/instances/api-c
162175
</TabsTab>
163176
</Tabs>
164177

178+
<Message type="important">
179+
After the migration, the volume type of your volume remains `b_ssd` (displayed as **Block SSD 5K legacy** in the console).
180+
To benefit from the new features and performance of Scaleway Block Storage, you must create a new volume (`sbs_5k` or `sbs_15k`) the using the snapshot export/import feature. For more information, see [Migrating using the snapshot export/import features](#migrating-using-the-snapshot-exportimport-features).
181+
</Message>
182+
165183
### Migrating an existing Block Storage snapshot to Scaleway Block Storage management
166184

167185
<Message type="important">
@@ -255,6 +273,11 @@ Alternatively, you can use the [snapshot export/import feature](/instances/api-c
255273
</TabsTab>
256274
</Tabs>
257275

276+
<Message type="important">
277+
After the migration, the volume type of your volume remains `b_ssd` (displayed as **Block SSD 5K legacy** in the console).
278+
To benefit from the new features and performance of Scaleway Block Storage, you must create a new volume (`sbs_5k` or `sbs_15k`) the using the snapshot export/import feature. For more information, see [Migrating using the snapshot export/import features](#migrating-using-the-snapshot-exportimport-features).
279+
</Message>
280+
258281
## Migrating using the snapshot export/import features
259282

260283
To convert your unified volumes and snapshots, you can use the snapshot export/import features as an alternative solution for transitioning a Block Storage legacy volume into a Block Storage Low Latency volume.

0 commit comments

Comments
 (0)