bwsw commented on issue #3088: VM restart with 'rebootVirtualMachine' causes SGs broken with KVM URL: https://github.com/apache/cloudstack/issues/3088#issuecomment-445577862 ## Reboot Clicked ``` ==> /var/log/libvirt/qemu/i-3022-5294-vm.log <== 2018-12-09T22:25:04.581545Z qemu-system-x86_64: terminating on signal 15 from pid 5491 2018-12-09 22:25:07.617+0000: starting up libvirt version: 1.3.1, package: 1ubuntu10.23 (Christian Ehrhardt <[email protected]> Fri, 11 May 2018 07:37:36 +0200), qemu version: 2.5.0 (Debian 1:2.5+dfsg-5ubuntu10.29), hostname: cs2-tsk-c1-n02 LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin QEMU_AUDIO_DRV=none /usr/bin/kvm-spice -name i-3022-5294-vm -S -machine pc-i440fx-2.5,accel=kvm,usb=off -cpu host -m 2048 -realtime mlock=off -smp 2,sockets=2,cores=1,threads=1 -uuid e9de1657-a2d3-43ec-b9e1-3dc5d725d3f7 -smbios 'type=1,manufacturer=Apache Software Foundation,product=CloudStack KVM Hypervisor,uuid=e9de1657-a2d3-43ec-b9e1-3dc5d725d3f7' -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-i-3022-5294-vm/monitor.sock,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-shutdown -boot strict=on -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device virtio-scsi-pci,id=scsi0,bus=pci.0,addr=0x9 -device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x4 -drive file=/var/lib/libvirt/images/f00190c4-2f89-4949-949f-a9baa00447fc,format=qcow2,if=none,id=drive-scsi0-0-0-0,serial=f00190c42f894949949f,cache=none,discard=unmap,bps_rd=146800640,bps_wr=73400320,iops_rd=1000,iops_wr=500 -device scsi-hd,bus=scsi0.0,channel=0,scsi-id=0,lun=0,drive=drive-scsi0-0-0-0,id=scsi0-0-0-0,bootindex=2 -drive if=none,id=drive-ide0-1-0,readonly=on -device ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0,bootindex=1 -netdev tap,fd=82,id=hostnet0,vhost=on,vhostfd=91 -device virtio-net-pci,netdev=hostnet0,id=net0,mac=1e:00:c6:00:02:2a,bus=pci.0,addr=0x3 -netdev tap,fd=92,id=hostnet1,vhost=on,vhostfd=93 -device virtio-net-pci,netdev=hostnet1,id=net1,mac=1e:01:c6:00:02:2a,bus=pci.0,addr=0x6 -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -chardev socket,id=charchannel0,path=/var/lib/libvirt/qemu/i-3022-5294-vm.org.qemu.guest_agent.0,server,nowait -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0 -device usb-tablet,id=input0 -vnc 10.252.2.11:30,password -device cirrus-vga,id=video0,bus=pci.0,addr=0x2 -device i6300esb,id=watchdog0,bus=pci.0,addr=0x5 -watchdog-action reset -msg timestamp=on Domain id=1738 is tainted: high-privileges Domain id=1738 is tainted: host-cpu char device redirected to /dev/pts/31 (label charserial0) ``` ``` root@cs2-tsk-c1-n02:~# tail -f /var/log/libvirt/qemu-hook.log 05:25:05,167 qemu-hook INFO Executing qemu hook with args: ['/etc/libvirt/hooks/qemu', 'i-3022-5294-vm', 'stopped', 'end', '-'] 05:25:05,277 qemu-hook INFO Executing qemu hook with args: ['/etc/libvirt/hooks/qemu', 'i-3022-5294-vm', 'release', 'end', '-'] 05:25:06,207 qemu-hook INFO Executing qemu hook with args: ['/etc/libvirt/hooks/qemu', 'i-3022-5294-vm', 'prepare', 'begin', '-'] 05:25:07,614 qemu-hook INFO Executing qemu hook with args: ['/etc/libvirt/hooks/qemu', 'i-3022-5294-vm', 'start', 'begin', '-'] 05:25:08,28 qemu-hook INFO Executing qemu hook with args: ['/etc/libvirt/hooks/qemu', 'i-3022-5294-vm', 'started', 'begin', '-'] ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
