You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--progress: use journalctl -u cloud-init-main.service if cloud-init-main.service is detected
In newer versions of cloud-init, `cloud-init-output.log` is not finished with a line containing `Cloud-init` and `finished`.
That caused failing to detect both beginning and ending of the latest log.
To avoid that, use `journalctl -u cloud-init-main.service`.
See: https://discourse.ubuntu.com/t/announcement-cloud-init-perfomance-optimization-single-process/47505
Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
0 commit comments