EGI-Federation / fedcloud-vmi-templates

Virtual Machine Image of EGI Fedcloud
Apache License 2.0
6 stars 5 forks source link

EGI Ubuntu images deployed via Infrastructure Manager do not reboot #62

Closed sebastian-luna-valero closed 4 months ago

sebastian-luna-valero commented 5 months ago

EGI Ubuntu images deployed via Infrastructure Manager do not reboot, producing the below:

ubuntu-im-issue

When the EGI Ubuntu images are deployed directly from OpenStack they work as expected.

The root cause of the issue seems to be a new feature introduced in Infrastructure Manager whereby the root disk of VMs is automatically increased during deployment. This feature was previously available in IM and introduced in IM Dashboard on 8th January 2024 to solve issues with flavors with very small root disks across several OpenStack providers in the EGI Federation.

The issue has been reproduced in more than one cloud provider: SCAI, IISAS, and CESNET.

The deployment only affects EGI Ubuntu images. Deploying Ubuntu with the images provided locally at each OpenStack site works well. Also the deployment of EGI CentOS images with IM are unaffected.

xref: https://ggus.eu/index.php?mode=ticket_info&ticket_id=165184

sebastian-luna-valero commented 4 months ago

Temporary workaround: https://github.com/EGI-Federation/fedcloud-vmi-templates/pull/63

sebastian-luna-valero commented 4 months ago

See resolution in:

Many thanks @astalosj for his time devoted to debug this!