About RDM physical disk from esxi to proxmox

IIUC, pass through a physical disk directly to a VM?

Not sure if VMware might be doing more, but to pass through a physical disk, you can run:
Code:
qm set {vmid} --scsiX /dev/disk/by-id/...
Instead of --scsiX you can use any other bus type like ide or sata.
See https://pve.proxmox.com/pve-docs/qm.1.html for more details.
 
  • Like
Reactions: go2seeit