rosi-shapeblue opened a new issue, #11963: URL: https://github.com/apache/cloudstack/issues/11963
### problem When performing live migration of a UEFI-enabled VM, the management server logs the following message even though migration completes successfully: `Live Migration of UEFI enabled VM : <vm-name> is not supported` This message can be confusing, as it appears even when the migration succeeds. It originates from the UEFI host filtering step, not from an actual failure. ### versions ACS 4.20.1 ### The steps to reproduce the bug 1. Deploy a VM with bootType=UEFI and bootMode=Secure (or Legacy). 2. Ensure destination hosts have host.uefi.enable=true. 3. Initiate live migration of the VM. 4. Observe that migration completes successfully, but the following appears in the management log: `2025-11-03 09:46:02,898 INFO [c.c.s.ManagementServerImpl] (qtp253011924-16:[ctx-fbedb526, ctx-e59ab56e]) (logid:06d7e6b7) Live Migration of UEFI enabled VM : i-2-15-VM is not supported` <img width="3130" height="1420" alt="Image" src="https://github.com/user-attachments/assets/a2c82100-ba11-44c0-8c4c-7a5ae622d22e" /> ### What to do about it? The message should only be logged (as a warning or error) when migration truly cannot proceed - for example, when no UEFI-capable destination hosts are available. Otherwise, a clearer debug/info message should indicate that UEFI host filtering is in progress. -- 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]
