CLI image import issue

Hello all!

Version: 3.4.0-14321-g.1027c7664
OS Ver: 22.04.4 LTS
DB: PostgreSQL 16
Summary: Issue downloading images via CLI
Interface: CLI
Via the CLI, I selected 22.04 (amd64) & 23.10 (arm64). See configuration below.

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

When I execute the following, I get these logs:

maas $PROFILE boot-resources import

2024-03-15T05:15:22.517346+00:00 chickenlittle maas.bootresources: [info] Started importing of boot images from 1 source(s).
2024-03-15T05:15:22.518228+00:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://images.maas.io/ephemeral-v3/stable/
2024-03-15T05:15:22.518275+00:00 chickenlittle maas.import-images: [info] Region downloading image descriptions from 'http://images.maas.io/ephemeral-v3/stable/'.
2024-03-15T05:15:22.994684+00:00 chickenlittle maas.import-images: [warn] Ignoring unsupported product com.ubuntu.maas.stable:1:pxelinux:pxe:amd64
2024-03-15T05:15:24.255000+00:00 chickenlittle maas.bootresources: [info] Importing images from source: http://images.maas.io/ephemeral-v3/stable/
2024-03-15T05:15:26.033833+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:ga-20.04 20240228
2024-03-15T05:15:26.072447+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:ga-20.04-lowlatency 20240228
2024-03-15T05:15:26.110462+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04 20240228
2024-03-15T05:15:26.149566+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-edge 20240228
2024-03-15T05:15:26.188299+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-lowlatency 20240228
2024-03-15T05:15:26.226494+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-lowlatency-edge 20240228
2024-03-15T05:15:26.285768+00:00 chickenlittle maas.bootresources: [info] Finished importing of boot images from 1 source(s).
2024-03-15T05:15:26.290831+00:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-15T05:15:26.293231+00:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-15T05:15:26.293306+00:00 chickenlittle maas.import-images: [info] Rack downloading image descriptions from 'http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json'.
2024-03-15T05:15:26.427088+00:00 chickenlittle maas.import-images: [info] Finished importing boot images, the region does not have any new images.

In the UI, image downloads as expected:

2024-03-15T05:41:29.301298+00:00 chickenlittle maas.bootresources: [info] Started importing of boot images from 1 source(s).
2024-03-15T05:41:29.302199+00:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://images.maas.io/ephemeral-v3/stable/
2024-03-15T05:41:29.302246+00:00 chickenlittle maas.import-images: [info] Region downloading image descriptions from 'http://images.maas.io/ephemeral-v3/stable/'.
2024-03-15T05:41:29.766318+00:00 chickenlittle maas.import-images: [warn] Ignoring unsupported product com.ubuntu.maas.stable:1:pxelinux:pxe:amd64
2024-03-15T05:41:31.023848+00:00 chickenlittle maas.bootresources: [info] Importing images from source: http://images.maas.io/ephemeral-v3/stable/
2024-03-15T05:41:32.801033+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:ga-20.04 20240228
2024-03-15T05:41:32.842555+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:ga-20.04-lowlatency 20240228
2024-03-15T05:41:32.881253+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04 20240228
2024-03-15T05:41:32.919861+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-edge 20240228
2024-03-15T05:41:32.958060+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-lowlatency 20240228
2024-03-15T05:41:32.996524+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-lowlatency-edge 20240228
2024-03-15T05:41:33.042301+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:22.04:amd64:ga-22.04 20240301
2024-03-15T05:41:33.073728+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:22.04:amd64:ga-22.04-lowlatency 20240301
2024-03-15T05:41:33.102998+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:22.04:amd64:hwe-22.04 20240301
2024-03-15T05:41:33.131357+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:22.04:amd64:hwe-22.04-edge 20240301
2024-03-15T05:41:33.160234+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:22.04:amd64:hwe-22.04-lowlatency 20240301
2024-03-15T05:41:33.192797+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:22.04:amd64:hwe-22.04-lowlatency-edge 20240301
2024-03-15T05:46:03.040793+00:00 chickenlittle maas.bootresources: [info] Finished importing of boot images from 1 source(s).
2024-03-15T05:46:03.045759+00:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-15T05:46:03.048311+00:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-15T05:46:03.048378+00:00 chickenlittle maas.import-images: [info] Rack downloading image descriptions from 'http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json'.
2024-03-15T05:46:03.232067+00:00 chickenlittle maas.import-images: [info] Downloading boot resources from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-15T05:46:13.291191+00:00 chickenlittle maas.import-images: [info] Writing boot image metadata.
2024-03-15T05:46:13.293215+00:00 chickenlittle maas.import-images: [info] Linking boot images snapshot /var/snap/maas/common/maas/boot-resources/snapshot-20240315-054603
2024-03-15T05:46:13.337950+00:00 chickenlittle maas.import-images: [info] Cleaning up old snapshots and cache.
2024-03-15T05:46:13.343618+00:00 chickenlittle maas.import-images: [info] Finished importing boot images.
2024-03-15T05:52:01.981333+00:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://images.maas.io/ephemeral-v3/stable/
2024-03-15T05:52:01.981399+00:00 chickenlittle maas.import-images: [info] Region downloading image descriptions from 'http://images.maas.io/ephemeral-v3/stable/'.
2024-03-15T05:52:02.453943+00:00 chickenlittle maas.import-images: [warn] Ignoring unsupported product com.ubuntu.maas.stable:1:pxelinux:pxe:amd64
2024-03-15T05:52:03.750572+00:00 chickenlittle maas.bootsources: [info] Updated boot sources cache.
2024-03-15T05:52:03.763860+00:00 chickenlittle maas.bootresources: [info] Started importing of boot images from 1 source(s).
2024-03-15T05:52:03.764811+00:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://images.maas.io/ephemeral-v3/stable/
2024-03-15T05:52:03.764866+00:00 chickenlittle maas.import-images: [info] Region downloading image descriptions from 'http://images.maas.io/ephemeral-v3/stable/'.
2024-03-15T05:52:04.229092+00:00 chickenlittle maas.import-images: [warn] Ignoring unsupported product com.ubuntu.maas.stable:1:pxelinux:pxe:amd64
2024-03-15T05:52:05.482332+00:00 chickenlittle maas.bootresources: [info] Importing images from source: http://images.maas.io/ephemeral-v3/stable/
2024-03-15T05:52:07.255835+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:ga-20.04 20240228
2024-03-15T05:52:07.297138+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:ga-20.04-lowlatency 20240228
2024-03-15T05:52:07.335959+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04 20240228
2024-03-15T05:52:07.378451+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-edge 20240228
2024-03-15T05:52:07.416674+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-lowlatency 20240228
2024-03-15T05:52:07.454574+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-lowlatency-edge 20240228
2024-03-15T05:52:07.493691+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:22.04:amd64:ga-22.04 20240301
2024-03-15T05:52:07.530639+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:22.04:amd64:ga-22.04-lowlatency 20240301
2024-03-15T05:52:07.569306+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:22.04:amd64:hwe-22.04 20240301
2024-03-15T05:52:07.607889+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:22.04:amd64:hwe-22.04-edge 20240301
2024-03-15T05:52:07.645801+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:22.04:amd64:hwe-22.04-lowlatency 20240301
2024-03-15T05:52:07.683144+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:22.04:amd64:hwe-22.04-lowlatency-edge 20240301
2024-03-15T05:52:07.724450+00:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:23.10:arm64:ga-23.10 20240202
2024-03-15T05:53:05.562330+00:00 chickenlittle maas.bootresources: [info] Finished importing of boot images from 1 source(s).
2024-03-15T05:53:05.567685+00:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-15T05:53:05.570170+00:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-15T05:53:05.570239+00:00 chickenlittle maas.import-images: [info] Rack downloading image descriptions from 'http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json'.
2024-03-15T05:53:05.760981+00:00 chickenlittle maas.import-images: [info] Downloading boot resources from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-15T05:53:08.326390+00:00 chickenlittle maas.rpc.rackcontrollers: [info] Existing rack controller 'chickenlittle' running version 3.4.0-14321-g.1027c7664 has connected to region 'chickenlittle'.
2024-03-15T05:53:08.492216+00:00 chickenlittle maas.rpc.rackcontrollers: message repeated 2 times: [ [info] Existing rack controller 'chickenlittle' running version 3.4.0-14321-g.1027c7664 has connected to region 'chickenlittle'.]
2024-03-15T05:53:11.457406+00:00 chickenlittle maas.import-images: [info] Writing boot image metadata.
2024-03-15T05:53:11.459339+00:00 chickenlittle maas.import-images: [info] Linking boot images snapshot /var/snap/maas/common/maas/boot-resources/snapshot-20240315-055305
2024-03-15T05:53:11.463535+00:00 chickenlittle maas.import-images: [info] Cleaning up old snapshots and cache.
2024-03-15T05:53:11.467900+00:00 chickenlittle maas.import-images: [info] Finished importing boot images.

Am I going about this process incorrectly?

Thanks!

@originaltrini0 in the first log output it seems you had selected Ubuntu 20.04 and started an import. MAAS didn’t identify any new images and all resources that were expected to be imported by the selection were already present. Was that right after installing MAAS? It may have already downloaded the default image used for comissioning when you started a new import.

In the second log output it seems you also selected 22.04, right? The import process seems to have downloaded new images (boot resources) in that case.

It seems things are working as expected but I may not have understood your question correctly.

You can read more about working with images here.

Hi @gtirloni.

I assume that the first output of maas $PROFILE boot-source-selections read 1 shows that I selected 22.04 and 23.10 as additional images to the default 20.04.
So, my expectations in the first log output were that the sync process would download three images. Instead, I got the one downloaded, default 20.04.

So, the core of my issue is validating how I choose the images via the CLI.
Here is what I did before downloading the images:

maas $PROFILE boot-source-selections create 1 os="ubuntu" release="jammy" arches="amd64" subarches="*" lables="*"

maas $PROFILE boot-source-selections create 1 os="ubuntu" release="mantic" arches="arm64" subarches="*" lables="*"

If this is not the correct way of selecting images before downloading, could you suggest what I am doing incorrectly?

Thanks

Hi @originaltrini0!

you’re right in your assumptions, the expected flow is:

  • create a boot image:
    maas $PROFILE boot-source-selections create $ID ...
  • view the selected images:
    maas $PROFILE boot-source-selections read $ID
  • import the images:
    maas $PROFLE boot-resources import
  • view the images that are bootable:
    maas $PROFILE boot-resources read

(with some healthy waiting for images to download using maas $PROFILE boot-resources is-importing to verify operations have completed)

Could you verify for me the that Mantic and Jammy aren’t showing up in your downloaded images after the sync has completed, but they are showing up in the selection? That might point to a bug if that’s the case

Thank you @lloydwaltersj!

Give me a day or two to try again, and I will report back.

1 Like

@originaltrini0 is there any latency between those commands being issued and things actually changing in the database? I’m asking because, if there was (like I noticed in the UI sometimes), the import command could be working with outdated data if it was issues right after. Just a guess, I’m still learning about MAAS internals.

I restarted from scratch from the OS up. Changed items are:
OS: Ubuntu 23.10
MaaS: 3.4.1-14343-g.a552d2522

Same result as before. It has been 1.5 hours since I attempted to download images via the CLI.
When running MaaS 3.4.0 in my original post, downloads took about 10-12 minutes to download/sync via the UI.
I have not attempted downloads via the UI in MaaS 3.4.1 yet.

Here is what I’ve done so far:

Made image selections:

maas $MAAS_PROFILE boot-source-selections create 1 \
os="ubuntu" release="jammy" arches="amd64" subarches="*" lables="*" && \
maas $MAAS_PROFILE boot-source-selections create 1 \
os="ubuntu" release="mantic" arches="arm64" subarches="*" lables="*"

Reviewed image selection:

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

Initiate image download/sync:

maas $MAAS_PROFILE boot-resources import

Checking on its progress after 1.5 hours:

maas $MAAS_PROFILE boot-resources is-importing
Success.
Machine-readable output follows:
false

Reviewing downloaded images after 1.5 hours (condensed output)

maas $MAAS_PROFILE boot-resources read | jq -r '.[] | [.name, .architecture, .type] | @csv'
"grub-efi-signed/uefi","amd64/generic","Synced"
"grub-efi/uefi","arm64/generic","Synced"
"grub-ieee1275/open-firmware","ppc64el/generic","Synced"
"pxelinux/pxe","i386/generic","Synced"
"ubuntu/focal","amd64/ga-20.04","Synced"
"ubuntu/focal","amd64/ga-20.04-lowlatency","Synced"
"ubuntu/focal","amd64/hwe-20.04","Synced"
"ubuntu/focal","amd64/hwe-20.04-edge","Synced"
"ubuntu/focal","amd64/hwe-20.04-lowlatency","Synced"
"ubuntu/focal","amd64/hwe-20.04-lowlatency-edge","Synced"

Logs:

2024-03-25T03:55:10.494186-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://images.maas.io/ephemeral-v3/stable/
2024-03-25T03:55:10.494408-04:00 chickenlittle maas.import-images: [info] Region downloading image descriptions from 'http://images.maas.io/ephemeral-v3/stable/'.
2024-03-25T03:55:11.315238-04:00 chickenlittle maas.import-images: [warn] Ignoring unsupported product com.ubuntu.maas.stable:1:pxelinux:pxe:amd64
2024-03-25T03:55:12.757276-04:00 chickenlittle maas.bootsources: [info] Updated boot sources cache.
2024-03-25T03:55:12.777680-04:00 chickenlittle maas.bootresources: [info] Started importing of boot images from 1 source(s).
2024-03-25T03:55:12.779097-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://images.maas.io/ephemeral-v3/stable/
2024-03-25T03:55:12.779175-04:00 chickenlittle maas.import-images: [info] Region downloading image descriptions from 'http://images.maas.io/ephemeral-v3/stable/'.
2024-03-25T03:55:13.238436-04:00 chickenlittle maas.import-images: [warn] Ignoring unsupported product com.ubuntu.maas.stable:1:pxelinux:pxe:amd64
2024-03-25T03:55:13.756051-04:00 chickenlittle maas.networks.monitor: [info] networks-monitoring: Process ID 40172 assumed responsibility.
2024-03-25T03:55:13.756060-04:00 chickenlittle maas.networks.monitor: [info] version-update-check: Process ID 40172 assumed responsibility.
2024-03-25T03:55:13.756065-04:00 chickenlittle maas.networks.monitor: [info] certificate-expiration-check: Process ID 40172 assumed responsibility.
2024-03-25T03:55:13.756070-04:00 chickenlittle maas.networks.monitor: [info] vault-secrets-cleanup: Process ID 40172 assumed responsibility.
2024-03-25T03:55:13.756074-04:00 chickenlittle maas.service_monitor: [info] Service 'maas-syslog' is not on, it will be started.
2024-03-25T03:55:13.756078-04:00 chickenlittle maas.refresh: [info] Refreshing rack controller hardware information.
2024-03-25T03:55:14.487308-04:00 chickenlittle maas.bootresources: [info] Importing images from source: http://images.maas.io/ephemeral-v3/stable/
2024-03-25T03:55:16.291972-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:ga-20.04 20240319
2024-03-25T03:55:16.320449-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:ga-20.04-lowlatency 20240319
2024-03-25T03:55:16.347133-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04 20240319
2024-03-25T03:55:16.372735-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-edge 20240319
2024-03-25T03:55:16.399267-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-lowlatency 20240319
2024-03-25T03:55:16.424933-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-lowlatency-edge 20240319
2024-03-25T03:55:19.008297-04:00 chickenlittle maas.service_monitor: [info] Service 'chrony' has been restarted. Its current state is 'on' and 'running'.
2024-03-25T03:55:19.008303-04:00 chickenlittle maas.service_monitor: [error] Service 'maas-syslog' failed to start. Its current state is 'off' and 'dead'.
2024-03-25T03:55:19.008306-04:00 chickenlittle maas.service_monitor: [info] Service 'maas-proxy' has been restarted. Its current state is 'on' and 'running'.
2024-03-25T03:55:19.903093-04:00 chickenlittle maas.service_monitor: [info] Service 'maas-http' has been restarted. Its current state is 'on' and 'running'.
2024-03-25T03:55:19.904397-04:00 chickenlittle maas.service_monitor: [info] Service 'maas-http' has been restarted. Its current state is 'on' and 'running'.
2024-03-25T03:55:20.868875-04:00 chickenlittle maas.rpc.rackcontrollers: [info] Region controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 converted into a region and rack controller.
2024-03-25T03:55:20.997139-04:00 chickenlittle maas.rpc.rackcontrollers: [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.
2024-03-25T03:55:21.085050-04:00 chickenlittle maas.rpc.rackcontrollers: message repeated 2 times: [ [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.]
2024-03-25T03:55:23.806736-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T03:55:23.839674-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-25T03:55:23.840208-04:00 chickenlittle maas.import-images: [info] Rack downloading image descriptions from 'http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json'.
2024-03-25T03:55:23.908072-04:00 chickenlittle maas.import-images: [warn] Finished importing boot images, the region does not have any boot images available.
2024-03-25T03:55:23.909036-04:00 chickenlittle maas.tftp: [warn] No boot images have been imported from the region.
2024-03-25T03:55:30.033145-04:00 chickenlittle maas.service_monitor: [info] Service 'maas-syslog' has been restarted. Its current state is 'on' and 'running'.
2024-03-25T03:55:35.020028-04:00 chickenlittle maas.service_monitor: [info] Service 'maas-http' has been restarted. Its current state is 'on' and 'running'.
2024-03-25T03:55:38.954328-04:00 chickenlittle maas.rpc.rackcontrollers: [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.
2024-03-25T03:55:39.025470-04:00 chickenlittle maas.rpc.rackcontrollers: message repeated 2 times: [ [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.]
2024-03-25T03:55:43.537900-04:00 chickenlittle maas.refresh: [info] Refreshing rack controller hardware information.
2024-03-25T03:55:55.657864-04:00 chickenlittle maas.service_monitor: [info] Service 'maas-proxy' has been restarted. Its current state is 'on' and 'running'.
2024-03-25T03:56:08.950587-04:00 chickenlittle maas.rpc.rackcontrollers: [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.
2024-03-25T03:57:09.017396-04:00 chickenlittle maas.rpc.rackcontrollers: message repeated 8 times: [ [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.]
2024-03-25T03:57:21.665858-04:00 chickenlittle maas.interface: [info] enp1s0 (physical) on chickenlittle: New MAC, IP binding observed: e4:38:83:21:14:9f, 192.168.100.1
2024-03-25T03:57:21.666581-04:00 chickenlittle maas.interface: [info] enp1s0 (physical) on chickenlittle: New MAC, IP binding observed: 7c:83:34:bf:8c:37, 192.168.100.10
2024-03-25T04:00:08.827193-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T04:00:08.844757-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-25T04:00:08.844831-04:00 chickenlittle maas.import-images: [info] Rack downloading image descriptions from 'http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json'.
2024-03-25T04:00:08.942637-04:00 chickenlittle maas.import-images: [info] Downloading boot resources from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-25T04:00:09.389654-04:00 chickenlittle maas.import-images: [info] Writing boot image metadata.
2024-03-25T04:00:09.395496-04:00 chickenlittle maas.import-images: [info] Linking boot images snapshot /var/snap/maas/common/maas/boot-resources/snapshot-20240325-080008
2024-03-25T04:00:09.401689-04:00 chickenlittle maas.uefi_amd64: [error] Unable to find a copy of bootx64.efi, grubx64.efi in the SimpleStream and the packages shim-signed, and grub-efi-amd64-signed are not installed. The uefi_ebc_tftp bootloader type may not work.
2024-03-25T04:00:09.402320-04:00 chickenlittle maas.import-images: [info] Cleaning up old snapshots and cache.
2024-03-25T04:00:09.403190-04:00 chickenlittle maas.import-images: [info] Finished importing boot images.
2024-03-25T04:01:17.284672-04:00 chickenlittle maas.bootresources: [info] Finished importing of boot images from 1 source(s).
2024-03-25T04:01:17.290957-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T04:01:17.293962-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-25T04:01:17.294060-04:00 chickenlittle maas.import-images: [info] Rack downloading image descriptions from 'http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json'.
2024-03-25T04:01:17.453578-04:00 chickenlittle maas.import-images: [info] Downloading boot resources from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-25T04:01:27.234272-04:00 chickenlittle maas.import-images: [info] Writing boot image metadata.
2024-03-25T04:01:27.359275-04:00 chickenlittle maas.import-images: [info] Linking boot images snapshot /var/snap/maas/common/maas/boot-resources/snapshot-20240325-080117
2024-03-25T04:01:27.364840-04:00 chickenlittle maas.import-images: [info] Cleaning up old snapshots and cache.
2024-03-25T04:01:27.366866-04:00 chickenlittle maas.import-images: [info] Finished importing boot images.
2024-03-25T04:12:38.921227-04:00 chickenlittle maas.rpc.rackcontrollers: [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.
2024-03-25T04:14:08.991420-04:00 chickenlittle maas.rpc.rackcontrollers: message repeated 11 times: [ [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.]
2024-03-25T04:20:08.819586-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T04:20:08.832511-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-25T04:20:08.832588-04:00 chickenlittle maas.import-images: [info] Rack downloading image descriptions from 'http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json'.
2024-03-25T04:20:08.954634-04:00 chickenlittle maas.import-images: [info] Finished importing boot images, the region does not have any new images.
2024-03-25T04:20:08.955700-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T04:21:14.882520-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://images.maas.io/ephemeral-v3/stable/
2024-03-25T04:21:14.882774-04:00 chickenlittle maas.import-images: [info] Region downloading image descriptions from 'http://images.maas.io/ephemeral-v3/stable/'.
2024-03-25T04:21:15.795533-04:00 chickenlittle maas.import-images: [warn] Ignoring unsupported product com.ubuntu.maas.stable:1:pxelinux:pxe:amd64
2024-03-25T04:21:17.111141-04:00 chickenlittle maas.bootsources: [info] Updated boot sources cache.
2024-03-25T04:21:17.122982-04:00 chickenlittle maas.bootresources: [info] Started importing of boot images from 1 source(s).
2024-03-25T04:21:17.123695-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://images.maas.io/ephemeral-v3/stable/
2024-03-25T04:21:17.123743-04:00 chickenlittle maas.import-images: [info] Region downloading image descriptions from 'http://images.maas.io/ephemeral-v3/stable/'.
2024-03-25T04:21:17.603060-04:00 chickenlittle maas.import-images: [warn] Ignoring unsupported product com.ubuntu.maas.stable:1:pxelinux:pxe:amd64
2024-03-25T04:21:18.836665-04:00 chickenlittle maas.bootresources: [info] Importing images from source: http://images.maas.io/ephemeral-v3/stable/
2024-03-25T04:21:20.614263-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:ga-20.04 20240319
2024-03-25T04:21:20.649950-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:ga-20.04-lowlatency 20240319
2024-03-25T04:21:20.685101-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04 20240319
2024-03-25T04:21:20.721270-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-edge 20240319
2024-03-25T04:21:20.755547-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-lowlatency 20240319
2024-03-25T04:21:20.790888-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-lowlatency-edge 20240319
2024-03-25T04:21:20.838052-04:00 chickenlittle maas.bootresources: [info] Finished importing of boot images from 1 source(s).
2024-03-25T04:21:20.843053-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T04:21:20.845618-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-25T04:21:20.845689-04:00 chickenlittle maas.import-images: [info] Rack downloading image descriptions from 'http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json'.
2024-03-25T04:21:20.955578-04:00 chickenlittle maas.import-images: [info] Finished importing boot images, the region does not have any new images.
2024-03-25T04:21:20.956666-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T04:29:38.917343-04:00 chickenlittle maas.rpc.rackcontrollers: [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.
2024-03-25T04:31:08.984574-04:00 chickenlittle maas.rpc.rackcontrollers: message repeated 11 times: [ [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.]
2024-03-25T04:40:08.818667-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T04:40:08.836171-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-25T04:40:08.836248-04:00 chickenlittle maas.import-images: [info] Rack downloading image descriptions from 'http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json'.
2024-03-25T04:40:08.979917-04:00 chickenlittle maas.import-images: [info] Finished importing boot images, the region does not have any new images.
2024-03-25T04:40:08.981011-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T04:46:38.872168-04:00 chickenlittle maas.rpc.rackcontrollers: [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.
2024-03-25T04:48:09.029267-04:00 chickenlittle maas.rpc.rackcontrollers: message repeated 11 times: [ [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.]
2024-03-25T04:55:10.426455-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://images.maas.io/ephemeral-v3/stable/
2024-03-25T04:55:10.426539-04:00 chickenlittle maas.import-images: [info] Region downloading image descriptions from 'http://images.maas.io/ephemeral-v3/stable/'.
2024-03-25T04:55:10.894498-04:00 chickenlittle maas.import-images: [warn] Ignoring unsupported product com.ubuntu.maas.stable:1:pxelinux:pxe:amd64
2024-03-25T04:55:12.152715-04:00 chickenlittle maas.bootsources: [info] Updated boot sources cache.
2024-03-25T04:55:12.165270-04:00 chickenlittle maas.bootresources: [info] Started importing of boot images from 1 source(s).
2024-03-25T04:55:12.166243-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://images.maas.io/ephemeral-v3/stable/
2024-03-25T04:55:12.166281-04:00 chickenlittle maas.import-images: [info] Region downloading image descriptions from 'http://images.maas.io/ephemeral-v3/stable/'.
2024-03-25T04:55:12.640787-04:00 chickenlittle maas.import-images: [warn] Ignoring unsupported product com.ubuntu.maas.stable:1:pxelinux:pxe:amd64
2024-03-25T04:55:13.878475-04:00 chickenlittle maas.bootresources: [info] Importing images from source: http://images.maas.io/ephemeral-v3/stable/
2024-03-25T04:55:15.658610-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:ga-20.04 20240319
2024-03-25T04:55:15.693581-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:ga-20.04-lowlatency 20240319
2024-03-25T04:55:15.730611-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04 20240319
2024-03-25T04:55:15.763938-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-edge 20240319
2024-03-25T04:55:15.799200-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-lowlatency 20240319
2024-03-25T04:55:15.835038-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-lowlatency-edge 20240319
2024-03-25T04:55:15.883236-04:00 chickenlittle maas.bootresources: [info] Finished importing of boot images from 1 source(s).
2024-03-25T04:55:15.887374-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T04:55:15.889635-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-25T04:55:15.889701-04:00 chickenlittle maas.import-images: [info] Rack downloading image descriptions from 'http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json'.
2024-03-25T04:55:16.006220-04:00 chickenlittle maas.import-images: [info] Finished importing boot images, the region does not have any new images.
2024-03-25T04:55:16.007337-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T05:03:38.914627-04:00 chickenlittle maas.rpc.rackcontrollers: [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.
2024-03-25T05:05:09.083582-04:00 chickenlittle maas.rpc.rackcontrollers: message repeated 12 times: [ [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.]
2024-03-25T05:15:08.806018-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T05:15:08.815825-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-25T05:15:08.815903-04:00 chickenlittle maas.import-images: [info] Rack downloading image descriptions from 'http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json'.
2024-03-25T05:15:08.987294-04:00 chickenlittle maas.import-images: [info] Finished importing boot images, the region does not have any new images.
2024-03-25T05:15:08.988335-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T05:20:38.913339-04:00 chickenlittle maas.rpc.rackcontrollers: [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.
2024-03-25T05:22:09.008887-04:00 chickenlittle maas.rpc.rackcontrollers: message repeated 11 times: [ [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.]
2024-03-25T05:35:08.808533-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T05:35:08.812321-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-25T05:35:08.812406-04:00 chickenlittle maas.import-images: [info] Rack downloading image descriptions from 'http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json'.
2024-03-25T05:35:08.971617-04:00 chickenlittle maas.import-images: [info] Finished importing boot images, the region does not have any new images.
2024-03-25T05:35:08.972941-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T05:37:38.945666-04:00 chickenlittle maas.rpc.rackcontrollers: [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.
2024-03-25T05:54:39.003494-04:00 chickenlittle maas.rpc.rackcontrollers: message repeated 14 times: [ [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.]
2024-03-25T05:55:08.835310-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T05:55:08.839422-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-25T05:55:08.839559-04:00 chickenlittle maas.import-images: [info] Rack downloading image descriptions from 'http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json'.
2024-03-25T05:55:08.977870-04:00 chickenlittle maas.rpc.rackcontrollers: [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.
2024-03-25T05:55:09.023465-04:00 chickenlittle maas.import-images: [info] Finished importing boot images, the region does not have any new images.
2024-03-25T05:55:09.149698-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T05:55:09.169798-04:00 chickenlittle maas.rpc.rackcontrollers: [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.
2024-03-25T05:55:09.276362-04:00 chickenlittle maas.rpc.rackcontrollers: message repeated 3 times: [ [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.]
2024-03-25T05:55:10.425002-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://images.maas.io/ephemeral-v3/stable/
2024-03-25T05:55:10.425080-04:00 chickenlittle maas.import-images: [info] Region downloading image descriptions from 'http://images.maas.io/ephemeral-v3/stable/'.
2024-03-25T05:55:11.286480-04:00 chickenlittle maas.import-images: [warn] Ignoring unsupported product com.ubuntu.maas.stable:1:pxelinux:pxe:amd64
2024-03-25T05:55:12.542348-04:00 chickenlittle maas.bootsources: [info] Updated boot sources cache.
2024-03-25T05:55:12.554191-04:00 chickenlittle maas.bootresources: [info] Started importing of boot images from 1 source(s).
2024-03-25T05:55:12.555143-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://images.maas.io/ephemeral-v3/stable/
2024-03-25T05:55:12.555188-04:00 chickenlittle maas.import-images: [info] Region downloading image descriptions from 'http://images.maas.io/ephemeral-v3/stable/'.
2024-03-25T05:55:13.014852-04:00 chickenlittle maas.import-images: [warn] Ignoring unsupported product com.ubuntu.maas.stable:1:pxelinux:pxe:amd64
2024-03-25T05:55:14.241573-04:00 chickenlittle maas.bootresources: [info] Importing images from source: http://images.maas.io/ephemeral-v3/stable/
2024-03-25T05:55:15.994437-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:ga-20.04 20240319
2024-03-25T05:55:16.030663-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:ga-20.04-lowlatency 20240319
2024-03-25T05:55:16.065531-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04 20240319
2024-03-25T05:55:16.104069-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-edge 20240319
2024-03-25T05:55:16.143001-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-lowlatency 20240319
2024-03-25T05:55:16.182156-04:00 chickenlittle maas.bootresources: [warn] Ignoring unsupported filetype(manifest) from com.ubuntu.maas.stable:v3:boot:20.04:amd64:hwe-20.04-lowlatency-edge 20240319
2024-03-25T05:55:16.232587-04:00 chickenlittle maas.bootresources: [info] Finished importing of boot images from 1 source(s).
2024-03-25T05:55:16.236893-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T05:55:16.285689-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-25T05:55:16.285818-04:00 chickenlittle maas.import-images: [info] Rack downloading image descriptions from 'http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json'.
2024-03-25T05:55:16.410457-04:00 chickenlittle maas.import-images: [info] Finished importing boot images, the region does not have any new images.
2024-03-25T05:55:16.411577-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T05:55:19.159161-04:00 chickenlittle maas.dhcp.probe: [error] Unable to probe for DHCP servers: Connection was closed cleanly.
2024-03-25T05:55:38.917063-04:00 chickenlittle maas.rpc.rackcontrollers: [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.
2024-03-25T06:13:09.044618-04:00 chickenlittle maas.rpc.rackcontrollers: message repeated 17 times: [ [info] Existing rack controller 'chickenlittle' running version 3.4.1-14343-g.a552d2522 has connected to region 'chickenlittle'.]
2024-03-25T06:15:08.813964-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import
2024-03-25T06:15:08.818630-04:00 chickenlittle maas.import-images: [info] Downloading image descriptions from http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json
2024-03-25T06:15:08.818712-04:00 chickenlittle maas.import-images: [info] Rack downloading image descriptions from 'http://192.168.100.10:5240/MAAS/images-stream/streams/v1/index.json'.
2024-03-25T06:15:08.972592-04:00 chickenlittle maas.import-images: [info] Finished importing boot images, the region does not have any new images.
2024-03-25T06:15:08.973977-04:00 chickenlittle maas.import-images: [info] Starting rack boot image import

Thanks for the validation/pointers thus far!

Hi @originaltrini0!

I think you have a typo in your CLI command (it should be labels instead of lables). Could you run these lines and try to import again?

maas $PROFILE boot-source-selections create 1 os="ubuntu" release="jammy" arches="amd64" subarches="*" labels="*"

maas $PROFILE boot-source-selections create 1 os="ubuntu" release="mantic" arches="arm64" subarches="*" labels="*"

@javier-fs, that typo fixed my issue!
Was I looking in the wrong log file for errors? I’m surprised the CLI did not complain about this user error.

But images are pulling down now.

I appreciate your help!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.