Hello community !
We have Installed and configure on new hardware a proxmox cluster with 3 nodes and a Ceph pool with 18 disks.
All seems working as expected.
proxmox 8.2.7 with no-subsctipyion repository
We tried then to migrate some vms from an existing vmware cluster
First method we used was to attach esxi servers as storage and use import wizard. It has worked but slow as hell. Unusable.
Second method was to attach iscsi LUN directly from the vmware storage, mount it readonly with vmfs6-tools and use qm import disk commands.
That was much better transfet rate.
On one VM there is a 150GB disk with lvm volume.
we use this command :
Import finished successfully, then attach the disk to the vm as SCSI1
Problem is that migrated disk doesn't seems to have lvm partition.
After booting the vm in maintenance mode,
or
shows coorect disk size but no partition.
Any idea ?
Thanks !
We have Installed and configure on new hardware a proxmox cluster with 3 nodes and a Ceph pool with 18 disks.
All seems working as expected.
proxmox 8.2.7 with no-subsctipyion repository
We tried then to migrate some vms from an existing vmware cluster
First method we used was to attach esxi servers as storage and use import wizard. It has worked but slow as hell. Unusable.
Second method was to attach iscsi LUN directly from the vmware storage, mount it readonly with vmfs6-tools and use qm import disk commands.
That was much better transfet rate.
On one VM there is a 150GB disk with lvm volume.
we use this command :
Code:
qm disk import VMID file.vmdk Ceph-Volume --format raw
Problem is that migrated disk doesn't seems to have lvm partition.
After booting the vm in maintenance mode,
Code:
fdisk -l /dev/sdb
Code:
lsblk
Any idea ?
Thanks !