blackboxsw | tiaz: so, cloud-config.service and cloud-final.service both look enabled in general and not run yet. I'd expect cloud-config.sevice to be blocking on some service in your environment that is still running. `systemctl` would should show State: initializing and `systemd-analyze` would report "Boot is not yet finished". your systemctl list-jobs (non cloud-init related) should tell us more about any active/running services. | 19:19 |
---|---|---|
blackboxsw | cloud-config.service waits on completion of a number of other systemd units. You can list those ordering dependencies with: systemctl show cloud-config.service -p After | 19:20 |
blackboxsw | if any of those services are still not yet running, that's what would be blocking cloud-init boot stages from progressing. | 19:20 |
tiaz | blackboxsw: thanks! it looks like this might be an lxd snap bug, I'll dig into this further | 19:47 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!