EGI-Federation / fedcloud-vmi-templates

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

Manual partitioning for Ubuntu #64

Closed sebastian-luna-valero closed 4 months ago

sebastian-luna-valero commented 4 months ago

Summary

The current automatic partitioning does not work well with the automatic resizing of the root disk done by IM.

This is just a test with manual partitioning. However, there is a new problem: partitions do not resize automatically when booting the VM.

I am opening the PR to discuss further solutions.


Related issue : https://github.com/EGI-Federation/fedcloud-vmi-templates/issues/62

enolfc commented 4 months ago

This is just a test with manual partitioning. However, there is a new problem: partitions do not resize automatically when booting the VM.

Maybe worth checking docs from cloud-init: https://cloudinit.readthedocs.io/en/latest/reference/modules.html#growpart and even the implementation

sebastian-luna-valero commented 4 months ago

This PR can be closed.

See resolution in:

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