Disk product and serial on guest machine

Mirmanium

Well-Known Member
Aug 14, 2020
77
12
48
45
Hello,

I am new user of proxmox after several years with vsphere and I am really happy so far. Congratulations to the whole community who mantains and upgrades this great product.

While I am still familiarizing with configurations, I followed this guide to add couple of disks to my linux machine. Although guide is well explained and I have not any issue adding these disks, when I try to see the specs of them from my linux guest I see the following info after executing command "lshw -class disk -class storage":

Captura.PNG

I am wondering if there is any way to passtrough the real product and serial from physical disks to guest machine. I could do this in vsphere and it reduce complexity figuring out disk you have attached to guest machine.
I tried SCSI, SATA, ide, Virtio block but non of them seems to work.

Thank you,
 
hi,

I am wondering if there is any way to passtrough the real product and serial from physical disks to guest machine.
yes you can, but this isn't recommended for production use (as it hinders a variety of functionality, such as live migration of VMs between cluster nodes).

if you're still interested start reading here[0]

[0]: https://pve.proxmox.com/wiki/Pci_passthrough
 
Thank you @oguz for your answer.
I will just add disks following the recomended way even if info is not share btw host<->guest.