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 2018/12/09 22:14:01 UTC

[GitHub] bwsw removed a comment on issue #3088: VM restart with 'rebootVirtualMachine' causes VM shutdown

bwsw removed a comment on issue #3088: VM restart with 'rebootVirtualMachine' causes VM shutdown
URL: https://github.com/apache/cloudstack/issues/3088#issuecomment-445553745
 
 
   To clarify:
   
   VM created:
   ```
   23:49:17,567 qemu-hook INFO Executing qemu hook with args: ['/etc/libvirt/hooks/qemu', 'i-3022-5294-vm', 'prepare', 'begin', '-']
   23:49:18,716 qemu-hook INFO Executing qemu hook with args: ['/etc/libvirt/hooks/qemu', 'i-3022-5294-vm', 'start', 'begin', '-']
   23:49:19,130 qemu-hook INFO Executing qemu hook with args: ['/etc/libvirt/hooks/qemu', 'i-3022-5294-vm', 'started', 'begin', '-']
   ```
   VM rebooted:
   ```
   23:56:14,145 qemu-hook INFO Executing qemu hook with args: ['/etc/libvirt/hooks/qemu', 'i-3022-5294-vm', 'stopped', 'end', '-']
   23:56:14,266 qemu-hook INFO Executing qemu hook with args: ['/etc/libvirt/hooks/qemu', 'i-3022-5294-vm', 'release', 'end', '-']
   23:56:14,830 qemu-hook INFO Executing qemu hook with args: ['/etc/libvirt/hooks/qemu', 'i-3022-5294-vm', 'prepare', 'begin', '-']
   23:56:16,458 qemu-hook INFO Executing qemu hook with args: ['/etc/libvirt/hooks/qemu', 'i-3022-5294-vm', 'stopped', 'end', '-']
   23:56:16,566 qemu-hook INFO Executing qemu hook with args: ['/etc/libvirt/hooks/qemu', 'i-3022-5294-vm', 'release', 'end', '-']
   ```
   The problem is not with network, agent just stops it and doesn't start it back.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services