Comment 5 for bug 1963284

Revision history for this message
Alberto Donato (ack) wrote :

Looking at LXD code (https://github.com/lxc/lxd/blob/master/lxd/resources/pci.go) that the resource binary uses, it uses this library: https://github.com/jaypipes/pcidb, which can use the local database, or fetch it from the net.
So I suspect that the db is found locally but not up to date.

It would be good to open a LXD bug referencing this one, as any change needs to be in LXD first, then we can update dependencies in MAAS to bring in those changes.

Out of curiosity, if you run `lxc query /1.0/resources` on the machine with that hardware, do you get proper names for those devices in the returned data?