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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to