Comment 3 for bug 1666521

Revision history for this message
Mischa Schouten (mlschouten) wrote : Re: MAAS does not detect RAM in newly commissioned VMWARE VM's

Happy workaround :
using credentials found in /etc/maas/regiond.conf

#psql -U maas -h localhost maasdb
UPDATE maasserver_node SET memory = '<NUMBEROFBYTES>' WHERE hostname = '<NAMEOFCOMMISIONEDHOST>' \g

This seems to satisfy Juju at least.