VMware to Proxmox migration

misterju

Member
Mar 31, 2022
11
1
8
Hello,
I would like to migrate my VMWARE infrastructure from 3 ESXs to proxmox. My servers are connected to a DELL SCv3020 SAS storage array via 12Gb 9300-8e SAS HBA cards.
Are there drivers available for Proxmox and if so where can I find them?
At the same time, are there any people who have already done this migration?
Thank you very much.
 
Should just work since the 9300 uses the LSI 3008 chipset which works with mpt2sas driver.

I use the Dell HBA330 in production which has the same chipset and runs without issues.
 
Last edited:
Took a look at the SCv3020 manual and it seems this storage unit supports direct connection to SAS.

Proxmox should be able to see each individual drive.

I use ZFS in production on standalone servers for its data/metadata error checking, compression, and snapshots. For max IOPS, I use ZFS RAID-10. For backup servers, I use ZFS RAID-6 (RAIDZ2). An intermediate option between RAID-10 and RAID-6 is RAID-50 (RAID-5 striped).

For clustered servers, I use Ceph.

Each server, irregardless of storage technology, boot off small drives using ZFS RAID-1. Rest of disks used for VMs/data.

No issues besides the typical drive dying and needing replacing.
 
Took a look at the SCv3020 manual and it seems this storage unit supports direct connection to SAS.

Proxmox should be able to see each individual drive.

I use ZFS in production on standalone servers for its data/metadata error checking, compression, and snapshots. For max IOPS, I use ZFS RAID-10. For backup servers, I use ZFS RAID-6 (RAIDZ2). An intermediate option between RAID-10 and RAID-6 is RAID-50 (RAID-5 striped).

I prefer ZFS myself but OP should be aware of , that ZFS formated storage can't be used as shared storage.
Would it work to setup one dedicated storage per node on the SAS?
 
  • Like
Reactions: Johannes S
Hello,

Thank you very much for your answers.
On my DELL storage bay it is a volume that is attached to the 3 servers of the VMware cluster.
My idea is to remove a server from the cluster, install Proxmox on it and attach a new volume from the bay to it.
The unknown in my equation was the detection by Proxmox of the SAS connection.
I am now a little reassured and I will soon get started.
Thanks again, I will leave the post open in case someone has already performed this type of migration.

Have a nice day
 
  • Like
Reactions: Johannes S
Merci pour votre réponse. Pouvez-vous me dire comment vous avez configuré le stockage dans Proxmox ?

Should just work since the 9300 uses the LSI 3008 chipset which works with mpt2sas driver.

I use the Dell HBA330 in production which has the same chipset and runs without issues.
Hello,
I have installed Proxmox on a host but unfortunately it does not recognize the SAS HBA card. You said you were using the DELL HBA330, how did you install the drivers and get Proxmox to recognize your card?
Thank you very much
 
Hello,
I have installed Proxmox on a host but unfortunately it does not recognize the SAS HBA card. You said you were using the DELL HBA330, how did you install the drivers and get Proxmox to recognize your card?
Thank you very much
The problem was solved at the storage bay level, where the failure domain had to be configured in order for the bay to recognize the server. Now Proxmox recognizes volumes.