Migrate Vmware cached iSCSI (Netapp) storage to Proxmox

theuken

New Member
Oct 13, 2025
1
0
1
We're currently preparing to migrate our Vmware environment to Proxmox.
The bulk of our storage is based on large Netapp iSCSI targets (multi-path) using Virtucache on the ESXi hosts (SSD cache read/write) to accelerate.
Performance, stability & reliability is excellent.

Now the question is how we can implement this with Proxmox (ZFS over iSCSI ?) keeping the existing Netapp SCSI storage and - most important - the SSD cache.
Rebuilding the storages with a new FS and moving the data would be possible.
Unfortunately Virtunet Systems still hasn't realized that they're riding a dead horse, so there won't be a Virtucache port for Proxmox.

Any ideas & suggestions are very welcome !
 
Hi @theuken , welcome to the forum.

Now the question is how we can implement this with Proxmox (ZFS over iSCSI ?)
You cant. Netapp is not a suitable target for ZFS/iSCSI scheme.

I am not familiar with Virtucache, so cant provide any advice there.

The out-of-the-box solution is to use LVM with iSCSI. You may find this article helpful for that: https://kb.blockbridge.com/technote/proxmox-lvm-shared-storage/


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
  • Like
Reactions: Johannes S
Short answer: No, you can't.
Long answer: It depends.
From what I remember, Virtucache is a piece of software that runs on ESXi hosts, and it is not a NetApp product. It uses local SSDs on the vmware nodes to cache volumes, and therefore also NetApp, but not only.
If you remove VMware from the nodes, the SSDs used for caching should be seen as normal SSDs, so you maybe could format them and use for ZFS or something else.
As for NetApp storage, since it's iSCSI, i think, you won't be able to mount VMFS volumes on Proxmox nodes.
Using ZFS on an iSCSI volume, somehow mounted on a VM, and then exposing it as NFS to the Proxmox hosts, while probably possible, i am not sure if it is supported, and seems complicated to me.
You will probably need to remove the VMFS volumes and work with LVM.
Basically, I think you will have to move all the VMs to other storage, delete the old VMware volumes on nodes and netapp storage, build the whole proxmox cluster and storage, and migrate the vmware VMs.
It seems like a lot of work to me, and not exactly painless.
 
  • Like
Reactions: Johannes S