Skip to content

Commit 2fc7ee6

Browse files
committed
feat(ins): add information
1 parent 6604d60 commit 2fc7ee6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ Upload the converted disk:
130130
```bash
131131
scw instance image create snapshot-id=<snapshot-uuid> arch=x86_64
132132
```
133+
<Message type="note">
134+
If your image consists of multiple snapshots, ensure you [specify them](/instances/how-to/create-image-from-snapshot/#creating-an-image-via-the-scaleway-cli) when creating the image:
135+
```bash
136+
scw instance image create snapshot-id="$SCW_VOLUME_ID_1" additional-volumes.0.id="$SCW_VOLUME_ID_2" arch="x86_64"
137+
```
138+
</Message>
133139

134140
3. Create the server from the image:
135141
```bash

0 commit comments

Comments
 (0)