From 6604d601924ada6f6b5690cf9b6f9aa3f15c546f Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Fri, 23 May 2025 10:16:06 +0200 Subject: [PATCH 1/4] feat(ins): add information to vmware migration documentation --- .../reference-content/migrating-vms-vmware-scaleway.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx b/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx index 2d25bddd93..e4b6050a04 100644 --- a/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx +++ b/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx @@ -26,7 +26,8 @@ Identify the virtual machines (VMs) to migrate on your VMware platform: - Disk configuration (number, size, type) - If multiple disks are present, repeat the same steps to create several snapshots and group them as a single Scaleway image. + If multiple disks are present, follow the same steps to create individual snapshots and then combine them into a single Scaleway image. + For more detailed instructions on creating an image from multiple volumes, refer to the tutorial [How to create an image from a snapshot](/instances/how-to/create-image-from-snapshot/). - Network configuration (number of NICs, type) From 2fc7ee635477306fc63ef8c5d58149d54b7e775f Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Fri, 23 May 2025 10:29:22 +0200 Subject: [PATCH 2/4] feat(ins): add information --- .../reference-content/migrating-vms-vmware-scaleway.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx b/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx index e4b6050a04..b790fe5a3d 100644 --- a/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx +++ b/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx @@ -130,6 +130,12 @@ Upload the converted disk: ```bash scw instance image create snapshot-id= arch=x86_64 ``` + + 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: + ```bash + scw instance image create snapshot-id="$SCW_VOLUME_ID_1" additional-volumes.0.id="$SCW_VOLUME_ID_2" arch="x86_64" + ``` + 3. Create the server from the image: ```bash From fd6476849a58a45664013468fd6769e1387d6349 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Fri, 23 May 2025 10:30:51 +0200 Subject: [PATCH 3/4] feat(ins): add information --- .../reference-content/migrating-vms-vmware-scaleway.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx b/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx index b790fe5a3d..ae9259ec98 100644 --- a/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx +++ b/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx @@ -135,6 +135,7 @@ Upload the converted disk: ```bash scw instance image create snapshot-id="$SCW_VOLUME_ID_1" additional-volumes.0.id="$SCW_VOLUME_ID_2" arch="x86_64" ``` + Refer to the [CLI documentation](https://cli.scaleway.com/instance/#create-an-instance-image) for further information. 3. Create the server from the image: From a9b3174f5627ff1d26c9bbf94c273fc6345d7f6f Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Fri, 23 May 2025 15:21:19 +0200 Subject: [PATCH 4/4] Update pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Néda <87707325+nerda-codes@users.noreply.github.com> --- .../reference-content/migrating-vms-vmware-scaleway.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx b/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx index ae9259ec98..34293c6b30 100644 --- a/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx +++ b/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx @@ -27,7 +27,7 @@ Identify the virtual machines (VMs) to migrate on your VMware platform: - Disk configuration (number, size, type) If multiple disks are present, follow the same steps to create individual snapshots and then combine them into a single Scaleway image. - For more detailed instructions on creating an image from multiple volumes, refer to the tutorial [How to create an image from a snapshot](/instances/how-to/create-image-from-snapshot/). + 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/). - Network configuration (number of NICs, type)