Comment 2 for bug 1427164

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

This seems like a bug in curtin since MAAS does not tell any machine how much swap it should install. This is automatically created and decided by curint. Ways to override this are as follows (in the curtin preseed):

Other options:

'curtin install' will now by default add a swap file of its
determined default size in /swap.img. This can be controlled
via the config by setting:
   swap:
    filename: 'swap.img',
    size: None # (or 1G)
    maxsize: 2G

Marking this bug invalid in MAAS.