Skip to content

Commit ebb9c1a

Browse files
committed
Revert "feat(ins): add information to vmware migration documentation (#5015)"
This reverts commit 69c052d.
1 parent 8dc6efc commit ebb9c1a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ Identify the virtual machines (VMs) to migrate on your VMware platform:
2626

2727
- Disk configuration (number, size, type)
2828
<Message type="tip">
29-
If multiple disks are present, follow the same steps to create individual snapshots and then combine them into a single Scaleway image.
30-
For more detailed instructions on creating an image from multiple volumes, refer to documentation on [how to create an image from a snapshot](/instances/how-to/create-image-from-snapshot/).
29+
If multiple disks are present, repeat the same steps to create several snapshots and group them as a single Scaleway image.
3130
</Message>
3231
- Network configuration (number of NICs, type)
3332
<Message type="tip">
@@ -130,13 +129,6 @@ Upload the converted disk:
130129
```bash
131130
scw instance image create snapshot-id=<snapshot-uuid> arch=x86_64
132131
```
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-
Refer to the [CLI documentation](https://cli.scaleway.com/instance/#create-an-instance-image) for further information.
139-
</Message>
140132

141133
3. Create the server from the image:
142134
```bash

0 commit comments

Comments
 (0)