Comment 0 for bug 2023036

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

I'm running MAAS 3.2.7 with:

maas root boot-resources import

And I can my images get stuck importing at some random percentage on multiple MAAS redeployments. Moreover, in the gui I can only see one of the resources importing even though I have 3 of them:

$ 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/"
    },
    {
        "os": "ubuntu",
        "release": "bionic",
        "arches": [
            "amd64"
        ],
        "subarches": [
            "*"
        ],
        "labels": [
            "*"
        ],
        "id": 2,
        "boot_source_id": 1,
        "resource_uri": "/MAAS/api/2.0/boot-sources/1/selections/2/"
    },
    {
        "os": "ubuntu",
        "release": "jammy",
        "arches": [
            "amd64"
        ],
        "subarches": [
            "*"
        ],
        "labels": [
            "*"
        ],
        "id": 3,
        "boot_source_id": 1,
        "resource_uri": "/MAAS/api/2.0/boot-sources/1/selections/3/"
    }
]

wget on images.maas.io works properly on the machine:

 wget http://images.maas.io/ephemeral-v3/stable/jammy/amd64/20230328/ga-22.04/generic/boot-kernel
--2023-06-06 13:22:31-- http://images.maas.io/ephemeral-v3/stable/jammy/amd64/20230328/ga-22.04/generic/boot-kernel
Resolving images.maas.io (images.maas.io)... 185.125.190.40, 185.125.190.37, 2620:2d:4000:1::17, ...
Connecting to images.maas.io (images.maas.io)|185.125.190.40|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11570216 (11M)
Saving to: ‘boot-kernel’

boot-kernel 100%[==================================>] 11.03M 2.23MB/s in 5.0s

2023-06-06 13:22:36 (2.23 MB/s) - ‘boot-kernel’ saved [11570216/11570216]