I would like to request that we see more install logs to keep better track of where one is progress-wise during deploy and diagnose hanging deploys.
Thanks for the request. While MAAS doesn’t have anything like a progress bar during installation Curtin sends what operation it is doing to MAAS. This is captured as an event which can be viewed in the UI by selecting the machine, clicking events, and then clicking view full history. The events can also be seen over the API with
maas $PROFILE events query id=$SYSTEM_ID level=DEBUG
2 Likes