public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [Bug 189941] New: rhel7.2 guest will hang after finishing save and restore operation
@ 2016-12-09  8:18 bugzilla-daemon
  2017-09-15  5:56 ` [Bug 189941] " bugzilla-daemon
  2017-09-18  2:36 ` bugzilla-daemon
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2016-12-09  8:18 UTC (permalink / raw)
  To: kvm

https://bugzilla.kernel.org/show_bug.cgi?id=189941

            Bug ID: 189941
           Summary: rhel7.2 guest will hang after finishing save and
                    restore operation
           Product: Virtualization
           Version: unspecified
    Kernel Version: 4.9.0-rc5
          Hardware: x86-64
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: high
          Priority: P1
         Component: kvm
          Assignee: virtualization_kvm@kernel-bugs.osdl.org
          Reporter: Robert.Hu@intel.com
        Regression: No

Environment:
------------
Host OS (ia32/ia32e/IA64):ia32e
Guest OS (ia32/ia32e/IA64):ia32e
Guest OS Type (Linux/Windows):linux
kvm.git Commit:57d1da871b85c3a79e070d5cfc5ccb554ed839c4
qemu.git Commit:a92f7fe5a82ac9e8d127e92c5dce1a84064126da
Host Kernel Version:4.9.0-rc5
Guest Kernel Version:
Hardware:hsw-ep bdw-ex bdw-ep skl-s knl-d

Bug detailed description:
--------------------------
After saving the rhel7.2 guest,the saved guest will hang occasionally while the
restore operation been done.

Reproduce steps:
------------------------
1. create the guest:
qemu-system-x86_64 -enable-kvm -m 1024 -smp 4 -device
virtio-net-pci,netdev=nic0,mac=00:16:3e:06:4e:13 -netdev
tap,id=nic0,script=/etc/kvm/qemu-ifup -drive
file=/root/ia32e_rhel7u2.qcow,if=none,id=virtio-disk0 -device
virtio-blk-pci,drive=virtio-disk0
2. switch to qemu monitor and save the guest:
  (1)press "ctrl+alt+2" to the qemu monitor screen
  (2)migrate "exec:dd of=rhel7u2.img"
  (3)press "q" to exit 
3.restore the guest:
qemu-system-x86_64 -enable-kvm -m 1024 -smp 4  -incoming "exec:dd
if=/root/rhel7u2.img" -device virtio-net-pci,netdev=nic0,mac=00:16:3e:06:4e:13
-netdev tap,id=nic0,script=/etc/kvm/qemu-ifup -drive
file=/root/rhel7u2.qcow,if=none,id=virtio-disk0 -device
virtio-blk-pci,drive=virtio-disk0 -serial file:serial.log

Current result:
--------------------
The guest hanging on the screen where it was saved while restoring it.

Expected result:
----------------
Guest restored successfully and can get IP and run as normal.


Add info:
[root@bdw-ep ~]# qemu-system-x86_64 --enable-kvm -m 1024 -smp 4  -incoming
"exec:dd if=/root/rhel7u2.img" -device
virtio-net-pci,netdev=nic0,mac=00:16:3e:06:4e:13 -netdev
tap,id=nic0,script=/etc/kvm/qemu-ifup -drive
file=/root/rhel7u2.qcow,if=none,id=virtio-disk0 -device
virtio-blk-pci,drive=virtio-disk0 -serial file:serial.log
Receiving block device images
Completed 100 %
Completed 100 %
2662186+0 records in
2662186+0 records out
1363039232 bytes (1.4 GB) copied, 3.33819 s, 408 MB/s 

The guest serial log was empty while the guest hang on doing restoring process.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-18  2:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-09  8:18 [Bug 189941] New: rhel7.2 guest will hang after finishing save and restore operation bugzilla-daemon
2017-09-15  5:56 ` [Bug 189941] " bugzilla-daemon
2017-09-18  2:36 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox