Comment 0 for bug 1706458

Revision history for this message
Jason Hobbs (jason-hobbs) wrote : MAAS tries to allocate VMs from pods even when resources are exhausted

MAAS will allocate new VMs from a pod even when resources are exhausted:

Here's the output of 'pods read' from my MAAS:
http://paste.ubuntu.com/25172845/

pod 1 has negative availability numbers,and it keeps on handing out new VMs in response to allocate requests:
        "available": {
            "memory": -98772,
            "local_storage": -440440992973,
            "cores": -94
        },

Once resources are exhausted, the allocate request should fail.