all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: "DERUMIER, Alexandre" <alexandre.derumier@groupe-cyllene.com>
To: "pve-user@lists.proxmox.com" <pve-user@lists.proxmox.com>,
	"andrei@srr.ro" <andrei@srr.ro>
Subject: Re: Migrating a 10TB VM from ESXi to PVE/Ceph
Date: Tue, 8 Sep 2026 11:51:18 +0000	[thread overview]
Message-ID: <635b1ca5b30bef3d525c2a56e2a9ccb861f91c2d.camel@groupe-cyllene.com> (raw)
In-Reply-To: <A7506E8E-0560-4599-9C20-C46791789FDB@srr.ro>

pegaprox have also nice importer for vmware
https://docs.pegaprox.com/migration/esxi-migration/

with different methods (like snasphot on vmware side, or qemu-drive
mirror through sshfs)

 
Le lundi 07 septembre 2026 à 23:04 +0300, Andrei Boros a écrit :
> I was thinking of the same thing for a esx->pve migration scenario we
> have.
> 
> Still in the concept stage until hardware is fully connected, so will
> be back with feedback.
> 
> On 7 September 2026 22:35:22 EEST, Adam Thompson
> <athompso@athompso.net> wrote:
> > I went with NFS precisely because FC storage isn't generally
> > something
> > PVE can mount - it's block storage, so it'll have (most likely) a
> > VMFS5
> > filesystem and raw files with extents inside it, not VMDKs. 
> > Pivoting
> > through an NFS server flattens everything into a VMDK, which PVE
> > can
> > then mount and see and use.
> > -Adam
> > 
> > -----Original Message-----
> > From: Tom Weber <pve@junkyard.4t2.com> 
> > Sent: Monday, September 7, 2026 12:46 PM
> > To: pve-user@lists.proxmox.com
> > Subject: Re: Migrating a 10TB VM from ESXi to PVE/Ceph
> > 
> > Hi,
> > 
> > I'd try to make your FC SAN Storage visible to your PVE Cluster -
> > so
> > that it can "see" the .vmdk Files.
> > 
> > Next define a VM with the needed Hardware Settings (CPU, RAM,
> > Network...) but small / empty Disks on your FC SAN Storage - choose
> > VMDK Format.
> > 
> > This should give you a machine description in PVE (in
> > /etc/pve/nodes/<NODE>/qemu-server/<ID>.conf) and vm-<ID>-disk-
> > <x>.vmdk
> > files on the FC SAN Storage.
> > 
> > Now with the VM shut down (in both worlds), you could rename the
> > production VMDK Files to the vm-<ID>-disk-<x>.vmdk names used in
> > the
> > <ID>.conf file and you should be able to fire up the VM on the PVE
> > cluster working with the vmware disks on the FC SAN (current Data).
> > 
> > Once the VM is running you could do a live migration (move Storage)
> > of
> > the VMDK disk to Ceph or whatever other PVE Storage.
> > 
> > 
> > From time to time I did something similar and I dont see why it
> > shouldn't work but please test and experiment with smaller VMs
> > first -
> > and if possible work with Snaphots/Backups whatever before mounting
> > the
> > production .vmdk files in PVE.
> > 
> > Regards,
> >   Tom
> > 
> > 
> > Am 07.09.26 um 09:08 schrieb Fabien Sirjean:
> > > Dear all,
> > > 
> > > After successfully migrating most of our infrastructure (300+
> > > VMs)
> > from VMware ESXi to PVE, we're struggling with one last critical
> > VM:
> > our BlueMind/Cyrus mail server (~800 users), with a 10TB virtual
> > disk.
> > > 
> > > Our setup is:
> > > 
> > > Source: ESXi → Dell EMC VPLEX (FC) → Dell Unity
> > > Target: Proxmox VE → Ceph RBD (dedicated cluster)
> > > 
> > > We tried the Proxmox ESXi importer, but I/O performance degraded
> > > so
> > much during the live import that the mail service could not sustain
> > its
> > normal workload.
> > > We then stopped the service to complete the migration, but the
> > > import
> > eventually failed after almost 3 days, forcing us to start over.
> > > 
> > > Application-level migration/synchronization is not an option, so
> > we're looking for a block/storage-level approach with minimal
> > downtime.
> > > 
> > > Since the datastore ultimately resides on our FC SAN, could we
> > > bypass
> > ESXi entirely and temporarily present the relevant VPLEX/Unity LUN
> > to a
> > PVE or migration host, mount/access the VMFS datastore read-only,
> > and
> > copy/convert the VMDK directly to Ceph RBD?
> > > Even better, is there a practical way to perform the bulk copy
> > > while
> > the VM is running, then only synchronize the changed blocks during
> > the
> > final cutover?
> > > 
> > > Any advice or experience with direct VMFS access, VPLEX/Unity
> > snapshots/clones, or other approaches for this kind of migration
> > would
> > be greatly appreciated.
> > > 
> > > Thanks!

      reply	other threads:[~2026-09-08 11:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-07  7:08 Migrating a 10TB VM from ESXi to PVE/Ceph Fabien Sirjean
2026-09-07 16:57 ` Adam Thompson
2026-09-07 17:46 ` Tom Weber
2026-09-07 19:35   ` Adam Thompson
2026-09-07 20:04     ` Andrei Boros
2026-09-08 11:51       ` DERUMIER, Alexandre [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=635b1ca5b30bef3d525c2a56e2a9ccb861f91c2d.camel@groupe-cyllene.com \
    --to=alexandre.derumier@groupe-cyllene.com \
    --cc=andrei@srr.ro \
    --cc=pve-user@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal