Tue Feb 4 16:12:17 2025 [Z0][VM][I]: New state is ACTIVE
Tue Feb 4 16:12:17 2025 [Z0][VM][I]: New LCM state is PROLOG
Tue Feb 4 16:13:21 2025 [Z0][VM][I]: New LCM state is BOOT
Tue Feb 4 16:13:21 2025 [Z0][VMM][I]: Generating deployment file: /var/lib/one/vms/228561/deployment.0
Tue Feb 4 16:17:53 2025 [Z0][LCM][I]: VM reported RUNNING by the drivers
Tue Feb 4 16:17:53 2025 [Z0][VM][I]: New LCM state is RUNNING
Its taking nearly 5 minutes to come up the node with the image size of 15gb.
Do you have any error log?
With this is complicated to guess what could be, since it could be:
Resource Constraints in terms of the CPU, or storage resources.
Issues with the connectivity between the server and the node. It might be a packet loss, for example.
Issues with the Storage backend.
Hypervisor Configuration problem
Is the AWS instance configured the same?, does it have 60 hosts as well?
Also, are you running the latest version of OpenNebula?
Please check /var/log/one/oned.log (as we already asked you on the other topic), and paste the information.
Sorry for the late reply, but the log contains several errors, and it looks like the environment you are using needs some preparation in advance. Probably your AWS environment has these pre-configured somehow?
VM is locked (those are at least on the first 5 lines): You will need to run: onevm show <VM_ID>, to check which VMs are locked and consider them to unlock.
Slow SQL queries, so If using MySQL/MariaDB, ensure performance tuning with proper indexing. You’ll probably need to check the status, and then run OPTIMIZE TABLE history, vm_pool; to optimize tables.
Host monitoring errors, meaning that OpenNebula is unable to retrieve monitoring data from these hosts, possibly due to network issues, host failures, or a misconfiguration. You will probably need to restart the monitoring by systemctl restart opennebula
Other bottlenecks, probably you’ll need to configure the scheduler. Go to the specific config file (/etc/one/sched.conf) and check if it’s optimized:
Increase MAX_DISPATCH if VMs are queued for too long.
Reduce SCHED_INTERVAL if scheduling delays are an issue.
(More info on scheduler on our documentation page).