Notes update

This commit is contained in:
savagebidoof 2023-12-14 17:48:00 +01:00
parent 4606dd3cf5
commit b367990028

View File

@ -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?