Comment 1 for bug 1267308

Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :

The problem here looks to me as if the --architecture you pass has to match the actual architecture which the node will later report for itself. What seems to happen is: you select i386; maas imports images for i386; the node powers up; the node asks for an amd64 boot image, which was never imported.

Once the node is enlisted, we could use the API to check that its architecture matches the one you specified, and/or forcibly set it to the architecture you specified.