I have a USB device connected to my Proxmox server which is used by a container/LXC. The container uses USB passthrough and has the USB device added as "Device (dev0) - /dev/bus/usb/001/004". This works fine until I restart/have to restart my Proxmox server. Than the device ID in Proxmox might have changed to "dev/bus/usb/001/007" which than causes the LXC to not start (as it can't find the original device with ID "/dev/bus/usb/001/004".
Is there a way for LXCs to be more dynamic in dealing with these type of changes?
Is there a way for LXCs to be more dynamic in dealing with these type of changes?