I'm writing a guide on splitting a GPU passthrough across multiple #Proxmox #LXC containers based on a few resources, including the amazing Jim's Garage video.
Does anyone know the answer to this question of mine though, on why he might've chosen to map a seemingly arbitrary GID 107
on the LXC Container to the Proxmox host's render
group GID of 104
- instead of mapping 104 -> 104
, as he did with the video
group, where he mapped 44 -> 44
(which seems to make sense to me)?
I've watched his video seemingly a million times, and referred to his incredibly simplified guide on his GitHub that's mostly only meant for copy-pasting purposes, and I couldn't quite understand why yet - I'm not sure if it really is arbitrary and 107
on the LXC Container could be anything, including 104
if we wanted to... or if it (i.e. 107
) should've been the LXC Container's actual render
group GID, in which case then it should've also been 104
instead of 107
on his Debian LXC Container as it is on mine.
Anyway, super excited to test this out once my #Intel #ArcA380 arrives. I could probably already test it by passing through one of my node's Ryzen 5 5600G iGPU, but I worry if I'd screw something up, seeing that it's the only graphics onboard the node.
https://github.com/JamesTurland/JimsGarage/issues/141