Comment 3 for bug 1897946

Revision history for this message
Lee Trager (ltrager) wrote :

MAAS actually gets its hardware information from LXD. During commissioning MAAS uses a binary which is just the hardware information gathering portions of LXD. You can get identical information by running

curl -G --unix-socket "/var/snap/lxd/common/lxd/unix.socket" "lxd/1.0/resources" 2>/dev/null | jq

Please file a bug with LXD on github and link it to this bug. Once that is solved I can update the LXD sources we pull.