Ubuntu 22.04 (v20240301) boot delay of ~2 minutes due to timeout in DataSourceMAAS
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Unassigned | ||
cloud-init |
Fix Released
|
Unknown
|
Bug Description
On every MAAS version when I deploy ubuntu 22.04 (https:/
```
Mar 13 09:25:05 ubuntu cloud-init[572]: Cloud-init v. 23.4.3-
Mar 13 09:25:05 ubuntu cloud-init[572]: 2024-03-13 09:25:05,794 - handlers.
Mar 13 09:25:05 ubuntu cloud-init[572]: 2024-03-13 09:25:05,795 - handlers.
Mar 13 09:25:05 ubuntu cloud-init[572]: 2024-03-13 09:25:05,796 - handlers.
Mar 13 09:25:34 ubuntu systemd[1]: systemd-
Mar 13 09:27:12 ubuntu cloud-init[572]: 2024-03-13 09:27:12,029 - url_helper.
Mar 13 09:27:12 ubuntu cloud-init[572]: 2024-03-13 09:27:12,030 - DataSourceMAAS.
Mar 13 09:27:12 ubuntu cloud-init[572]: 2024-03-13 09:27:12,036 - handlers.
Mar 13 09:27:12 ubuntu systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
Mar 13 09:27:12 ubuntu cloud-init[572]: 2024-03-13 09:27:12,169 - handlers.
Mar 13 09:27:12 ubuntu cloud-init[572]: 2024-03-13 09:27:12,169 - handlers.
```
The issue here is the delay of ~2 minutes in the boot process
summary: |
- In MAAS 3.5 when a machine after deployment reboots it does not have the - network configured + Ubuntu 22.04 (v20240301) boot delay of ~2 minutes due to timeout in + DataSourceMAAS |
description: | updated |
Changed in cloud-init: | |
status: | Unknown → New |
Changed in cloud-init: | |
status: | New → Fix Released |
Changed in maas: | |
status: | Triaged → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |
If possible, can we run cloud-init collect-logs on the affected system which will grab us journalctl output and all necessary logs from /var/log/ cloud-init* log and /run/cloud-init/ which will help debug what network configuration cloud-init attempted to write out on this system and why.