Skip to content

Commit 76746ee

Browse files
committed
feat(ins): add note
1 parent 514477e commit 76746ee

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

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

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Scaleway is transitioning the management of Block Storage volumes and snapshots
1717
While the characteristics of your migrated volumes and snapshots will remain unchanged, Scaleway's new storage management system will now manage them.
1818
This guide provides the steps needed to migrate your volumes and snapshots using either the [Scaleway Command Line Interface (CLI)](/developer-tools/scaleway-cli/quickstart/) tool (recommended) or via the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-volumes-migrate-a-volume-andor-snapshots-to-sbs-scaleway-block-storage).
1919

20+
<Message type="tip">
21+
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.
22+
</Message>
23+
2024
<Macro id="requirements" />
2125

2226
- A Scaleway account logged into the [console](https://console.scaleway.com)
@@ -30,8 +34,8 @@ This guide provides the steps needed to migrate your volumes and snapshots using
3034

3135
<Tabs>
3236
<TabsTab label="CLI">
33-
<Message type="tip">
34-
The easiest way to migrate your Block Storage volumes is by using the [Scaleway Command Line Interface (CLI)](/developer-tools/scaleway-cli/quickstart/) tool.
37+
<Message type="note">
38+
When you migrate a volume, the volume and any snapshots created from the volume will be migrated.
3539
</Message>
3640
1. Retrieve the ID of your Block Storage volume using the `scw instance volume list` command. This command returns a list of your volumes, as shown below:
3741
```
@@ -65,6 +69,10 @@ This guide provides the steps needed to migrate your volumes and snapshots using
6569

6670
</TabsTab>
6771
<TabsTab label="API">
72+
<Message type="note">
73+
When you migrate a volume using the API, the volume and any snapshots created from the volume will be migrated.
74+
</Message>
75+
6876
1. Plan the migration by using the following `curl` command:
6977

7078
```bash
@@ -100,8 +108,8 @@ This guide provides the steps needed to migrate your volumes and snapshots using
100108

101109
<Tabs>
102110
<TabsTab label="CLI">
103-
<Message type="tip">
104-
The easiest way to migrate your Block Storage snapshots is by using the [Scaleway Command Line Interface (CLI)](/developer-tools/scaleway-cli/quickstart/) tool.
111+
<Message type="note">
112+
When you migrate a snapshot, the source volume of the snapshot and any snapshots created from this volume will also be migrated.
105113
</Message>
106114
1. Retrieve the ID of your snapshot using the `scw instance snapshot list` command. This command provides an output similar to the following:
107115
```
@@ -142,6 +150,10 @@ This guide provides the steps needed to migrate your volumes and snapshots using
142150
The snapshot migration is complete. You can now manage the migrated snapshot from the [Block Storage Snapshot section](https://console.scaleway.com/block-storage/volumes) in the Scaleway console.
143151
</TabsTab>
144152
<TabsTab label="API">
153+
<Message type="note">
154+
When you migrate a snapshot using the API, the source volume of the snapshot and any snapshots created from this volume will also be migrated.
155+
</Message>
156+
145157
1. Plan the migration by using the following `curl` command:
146158

147159
```bash

0 commit comments

Comments
 (0)