Context: the general “machine info” for our PPC nodes is empty, compared to x86_64 machines, where infromation is visible
Yak-shave:
- the ‘20-maas-03-machine-resouces’ commissioning script comes back empty for the general system info (compared to the ‘maas-lshw’ script, which contains useful info)
- The above script comes from a (go-)binary (see
src/host-info/pkg/info/info.go
in the maas repo). - This binary uses the
lxd/resources
packages - The
system.go
-componend in thelxd/resources
-package in thecanonical/lxd
repo explicitely searches/sys/class/dmi/id
.
On PowerPC, DMI and such does not exists.
lshw
, however, can retrieve the necessary information without problem.
I think, this might be a minor issue, but the actual question is: whom to ask? MAAS people? LXD people?
Best regards
-Tobias