diff --git a/Migrations/Say_HI_to_Proxmox/README.md b/Migrations/Say_HI_to_Proxmox/README.md index 45efc3c..54b9cea 100644 --- a/Migrations/Say_HI_to_Proxmox/README.md +++ b/Migrations/Say_HI_to_Proxmox/README.md @@ -131,9 +131,40 @@ Made this Ansible script: - [x] QBitTorrent - [x] Filebrowser + +## [EXTRA] Deploy new slave node on the Proxmox server + +Decided to add ANOTHER VM as a slave to allow some flexibility between x64 nodes. + +- [ ] Configure the VM to have Hardware Acceleration [0] [1] +- [x] Created the VM and installed the OS +- [ ] ? +- [ ] Done + +``` +[0] +https://www.wundertech.net/how-to-set-up-gpu-passthrough-on-proxmox/ + +https://www.virtualizationhowto.com/2023/10/proxmox-gpu-passthrough-step-by-step-guide/ +``` + +```shell +echo "blacklist nouveau" >> /etc/modprobe.d/blacklist.conf echo "blacklist nvidia" >> /etc/modprobe.d/blacklist.conf echo "blacklist radeon" >> /etc/modprobe.d/blacklist.conf + + + +``` + + +## Jellyfin GPU Acceleration + +- [ ] Configured Jellyfin with GPU acceleration +- [ ] Apply the same steps for the VM01 previously deployed + ## Deploy master node on the Proxmox server + ## Update rest of the stuff/configs as required to match the new Network distribution Which stuff?