Comment 0 for bug 1826272

Revision history for this message
Andres Rodriguez (andreserl) wrote :

MAAS pod resource under committing and over committing is supported. That means that users can reserve certain set of resources for the host and make less resources than available to the user, and similarly, they can make more resources than available.

So in a machine of 8 cores, doing the following would:

overcommit of 0.5 -> makes 4 cores available for MAAS use
overcommit of 1 -> makes 8 cores available for MAAS use (this is the default)
overcommit of 1.5 -> makes 12 codes available for MAAS use

However, the UI prevents users from selecting a commit level of less than 1, and this is a regression as previous versions of MAAS supported it.