himanshusharma-cloud opened a new issue, #12526:
URL: https://github.com/apache/cloudstack/issues/12526
Power Report Missing in the ACS logs and VM getting reboot frequently due to
HA.
We are getting this issue in multiple VMs and Cloudstack version is 4.20.1.0
Please check the below logs--
2026-01-27 09:21:27,278 INFO [c.c.v.ClusteredVirtualMachineManagerImpl]
(AgentManager-Handler-1:[ctx-532e4937]) (logid:) Detected out-of-band stop of a
HA enabled VM VM instance
{"id":866,"instanceName":"i-29-866-VM","state":"Running","type":"User","uuid":"7f100883-fb38-40ac-bd6d-fbae2120fbf7"},
will schedule restart.
2026-01-27 12:23:36,394 INFO [c.c.h.HighAvailabilityManagerExtImpl]
(HA-Worker-2:[ctx-ef3b2063, work-16563]) (logid:b9480856) HA is now restarting
VM instance
{"id":866,"instanceName":"i-29-866-VM","state":"Running","type":"User","uuid":"7f100883-fb38-40ac-bd6d-fbae2120fbf7"}
on Host
{"id":9,"name":"ADH-Cloud1-CmputeSRV-05","type":"Routing","uuid":"a4256073-47ec-47f3-8670-380c5baf35f9"}
2026-01-27 09:21:27,299 INFO [c.c.v.ClusteredVirtualMachineManagerImpl]
(AgentManager-Handler-1:[ctx-532e4937]) (logid:) Detected out-of-band stop of a
HA enabled VM VM instance
{"id":263,"instanceName":"i-9-263-VM","state":"Running","type":"User","uuid":"1dbfea35-201f-4cb7-a8b9-5078be04e13f"},
will schedule restart.
select id, state, host_id, last_host_id, power_state from vm_instance
where id = 866;
+-----+---------+---------+--------------+--------------------+
| id | state | host_id | last_host_id | power_state |
+-----+---------+---------+--------------+--------------------+
| 866 | Running | 9 | 9 | PowerReportMissing |
<img width="953" height="724" alt="Image"
src="https://github.com/user-attachments/assets/87f5dbe0-8ce3-4311-b7dd-fc57716b51ac"
/>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]