You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/09/30 05:08:36 UTC

[GitHub] [cloudstack] shwstppr commented on issue #5535: After installing 4.15.2.0 instances created from template with uefi cannot boot for second time (xcp-ng 8.2)

shwstppr commented on issue #5535:
URL: https://github.com/apache/cloudstack/issues/5535#issuecomment-930787520


   @AlexanderKgr can you please share following details:
   
   - Output of `cloudstack-sccs` on the management server
   - cmk `list virtualmachines id=YOUR_VM_UUID` output for the VM before starting the second time
   - After adding `TRACE` log level for `com.cloud.vm` in the `/usr/share/cloudstack-management/conf/log4j.xml` and restarting management server, complete logs for the start VM action (there are some logs in UserVmManagerImpl.java which tells what boot details are passed to the hypervisor plugin).
   ```
      <category name="com.cloud.vm">
        <priority value="TRACE"/>
      </category>
   ```
   
   I've tested stop-starting VMs with both ISO and template multiple times but I'm not being able to reproduce this so if you can share above details it will be really helpful.
   Also, in a reply on previous ticket you mentioned that router boot because that is really weird. As per code systems VM should always be booting in BIOS.
   


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org