Skip to content

docs(ins): add documentation vmware migration #4902

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

docs(ins): add documentation vmware migration #4902

wants to merge 4 commits into from

Conversation

bene2k1
Copy link
Member

@bene2k1 bene2k1 commented Apr 29, 2025

Your checklist for this pull request

Description

Documentation migration VMware virtual machine -> Scaleway Instance

@bene2k1 bene2k1 added do not merge PR that shouldn't be merged before a specific date (eg release) status: tech review Waiting for technical review labels Apr 29, 2025
@bene2k1 bene2k1 self-assigned this Apr 29, 2025
Copy link
Contributor

@n-Arno n-Arno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pending fixes for my comments

```bash
scw block snapshot import-from-object-storage bucket=<my_bucket> key=<my-qcow2-file-name.qcow2> name=<my-imported-snapshot> size=<size-in-GB>
```
2 . Create a volume from the snapshot:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are not creating a volume at this stage but a Scaleway Image

=> Create a Scaleway Image from the snapshot


- Disk configuration (number, size, type)
- Network configuration (number of NICs, type)
- Boot type (BIOS or UEFI)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a warning here that only UEFI is compatible with Scaleway Instances

Identify the virtual machines (VMs) to migrate on your VMware plattform:

- Disk configuration (number, size, type)
- Network configuration (number of NICs, type)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If multiple NIC are needed, several Private network can be later added to the instance.


Identify the virtual machines (VMs) to migrate on your VMware plattform:

- Disk configuration (number, size, type)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If multiple disks are present, do the same steps to create several snapshot and group them as a single Scaleway image.

3. Create the server from the image:

```bash
scw instance server create image=<image-id> type=<commercial-type>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(At this step, add the "optional" private network attachement)

modprobe nbd
qemu-nbd -c /dev/nbd0 <vm_name>.qcow2
```
Make any changes (e.g., install cloud-init, remove VMware tools).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add in the list of potential changes "add VirtIO drivers"

posted: 2024-04-29
categories:
- compute
tags: instance type production vmware esxi migratio
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo "migratio" vs "migration"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge PR that shouldn't be merged before a specific date (eg release) status: tech review Waiting for technical review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants