Comment 6 for bug 1908102

Revision history for this message
Ian Booth (wallyworld) wrote :

The server side facade was eagerly creating a storage registry and pool manager which hit the maas api, even though status was just reading data from mongo and never using those apis. We now lazily create the storage pool manager etc

https://github.com/juju/juju/pull/13027