Present physical disk to guest
I'm looking to present physical disks to a guest VM. My current option is to mount them on the host and then present them to the VM using NFS, then add the guest VM to another network that both the host and guest are on. I really do not want to do that.
The reason behind this is that I am moving a server to a guest on openstack, where the guest had an eSata enclosure presenting four disks, that were then using zfs (zfsonlinux) in a raidz setup. I'm really wanting to present the four disks that are connected up to the host (ie. sdb, sdc, sdd, sde) to the guest (as vdb, vdc, vdd, vde), and then let the guest handle the zfs piece.