Comment 3 for bug 2023036

Revision history for this message
Natalia Litvinova (natalytvinova) wrote :

restarting with sudo snap restart maas.supervisor helped to import the focal image which was showing in the gui, but the other 2 images disappeared from the boot-source-selection:

  $ maas root boot-source-selections read 1
Success.
Machine-readable output follows:
[
    {
        "os": "ubuntu",
        "release": "focal",
        "arches": [
            "amd64"
        ],
        "subarches": [
            "*"
        ],
        "labels": [
            "*"
        ],
        "id": 1,
        "boot_source_id": 1,
        "resource_uri": "/MAAS/api/2.0/boot-sources/1/selections/1/"
    }
]