Okay, so here is what I currently have working:
- zfs root ubuntu, zfsbootmenu
- three zfs pools, one for root (mirrored SSD), one for an fast access (single NVMe), and one for media storage (three raidz2 vdevs {23 rotational drives}, log mirrored on SSD, cache on NVMe, triple mirrored special on SSD, one hot spare)
- 14-16 docker containers for vpn, *arr, plex, local databases, etc
- 128G of ECC ram
- NVIDIA RTX 3050
This all works great. I hate Windows, but like games. So I have a windows laptop around to play some games that aren’t available on macOS. I was thinking, I could use Proxmox, make a VM of my current setup, and then I could make a VM for Windows, run my games there and use Steam Play to actually play them on my macbook.
Is it possible to split the 3050 to work both in the Windows VM and the linux VM? Can I easily create a VM from my existing root pool? I have space that I can zfs send
the root pool to the media pool and completely replace those drives with Proxmox.