Comment 4 for bug 2003940

Revision history for this message
Anton Troyanov (troyanov) wrote :

Hi Kevin!

I'm currently failing to reproduce the issue, but maybe you can help to narrow the scope.
Can you please examine websocket messages that MAAS UI makes towards MAAS API and the data that is being returned?

JSON data returned for `machine.list` and `machine.get` methods might be helpful.

E.g.
Thats the UI requesting summary for the machine with id 4g3pr6
{"method":"machine.get","type":0,"params":{"system_id":"4g3pr6"},"request_id":7}

Then there will be an response message starting with:
{"type": 1, "request_id": 7, "rtype": 0, "result": {...}}

Can you please check if properties `physical_disk_count` and `storage` are also different for different method calls?