You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/instances/how-to/migrate-volumes-snapshots-to-sbs.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,10 @@ To facilitate the transition to Scaleway's new Block Storage management, two mai
27
27
28
28
Each method caters to different needs, balancing uninterrupted service against achieving maximum performance benefits. After migration, these resources will be managed under [Storage](/block-storage/quickstart/) instead of Compute.
29
29
30
+
<Messagetype="important">
31
+
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).
32
+
</Message>
33
+
30
34
## Comparison of migration methods
31
35
32
36
| Migration Method | Advantage | Drawback |
@@ -45,10 +49,10 @@ Alternatively, you can use the [snapshot export/import feature](/instances/api-c
45
49
|`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
50
|`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
51
48
-
Refer to [Understand the difference between Block Storage volumes and Block Storage Low Latency volumes](/block-storage/reference-content/differences-between-5kiops-volumes/) for more information on the differences between Block Storage 5K legacy volumes and Block Storage Low Latency 5K volumes.
52
+
You can attach a maximum of 16 volumes (including the mandatory boot volume) to a single Instance.
49
53
50
54
<Messagetype="tip">
51
-
You can attach a maximum of 16 volumes to a single Instance.
55
+
Refer to [Understand the difference between Block Storage volumes and Block Storage Low Latency volumes](/block-storage/reference-content/differences-between-5kiops-volumes/) for more information on the differences between Block Storage 5K legacy volumes and Block Storage Low Latency 5K volumes.
52
56
</Message>
53
57
54
58
### Additional details:
@@ -60,10 +64,6 @@ You can attach a maximum of 16 volumes to a single Instance.
60
64
To maximize compatibility with Block Storage Low Latency 15K, select an Instance with at least [3 GiB/s of Block bandwidth](/instances/reference-content/instances-bandwidth-overview/).
61
65
</Message>
62
66
63
-
<Messagetype="important">
64
-
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).
65
-
</Message>
66
-
67
67
<Macroid="requirements" />
68
68
69
69
- A Scaleway account logged into the [console](https://console.scaleway.com)
0 commit comments