All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yongjie Ren <739088@bugs.launchpad.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [Bug 739088] Re: I/O errors after "Save/Restore"
Date: Wed, 26 Oct 2011 08:23:48 -0000	[thread overview]
Message-ID: <20111026082348.16011.45251.launchpad@soybean.canonical.com> (raw)
In-Reply-To: 20110321012700.23673.37472.malonedeb@wampee.canonical.com

** Description changed:

  qemu-kvm commit: b73357ecd2b14c057134cb71d29447b5b988c516
  ( Author: Marcelo Tosatti <mtosatti@redhat.com>    Date:   Wed Mar 16 17:04:16 2011 -0300)
  kvm commit: a72e315c509376bbd1e121219c3ad9f23973923f
  
  After restoring from saved img, some I/O errors appear in dmesg and file
  system is read-only.  I'm sure that the  guest runs normally before
  saving. See the pictures attached in detail.
  
  Reproduce steps:
  ----------------
  1.create a guest:
-   qemu-img create -b /share/xvs/img/app/ia32e_SMP.img -f qcow2 /root/test0320.img
-   qemu-system-x86_64  -m 256  -net nic,macaddr=00:16:3e:06:8a:08,model=rtl8139 -net tap,script=/etc/kvm/qemu-ifup -hda /root/test0320.img
- 2.save the guest: 
-   on qemu monitor: migrate "exec:dd of=/root/test-save.img"
- 3.quit from qemu: 
-   "q" command on qemu monitor
+   qemu-img create -b /share/xvs/img/app/ia32e_SMP.img -f qcow2 /root/test0320.img
+   qemu-system-x86_64  -m 256  -net nic,macaddr=00:16:3e:06:8a:08,model=rtl8139 -net tap,script=/etc/kvm/qemu-ifup -hda /root/test0320.img
+ 2.save the guest:
+   on qemu monitor: migrate "exec:dd of=/root/test-save.img"
+ 3.quit from qemu:
+   "q" command on qemu monitor
  4.restore from img just saved:
-   qemu-system-x86_64  -m 256  -net nic,macaddr=00:16:3e:06:8a:08,model=rtl8139 -net tap,script=/etc/kvm/qemu-ifup -incoming=/roo/test-save.img
+   qemu-system-x86_64  -m 256  -net nic,macaddr=00:16:3e:06:8a:08,model=rtl8139 -net tap,script=/etc/kvm/qemu-ifup -hda /root/test0320.img -incoming=/roo/test-save.img
  5.see dmesg in restored guest, you'll find some I/O errors. And run some
  commands such as "ps", "touch","reboot" and so on. Then some I/O errors appear.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/739088

Title:
  I/O errors after "Save/Restore"

Status in QEMU:
  Fix Released

Bug description:
  qemu-kvm commit: b73357ecd2b14c057134cb71d29447b5b988c516
  ( Author: Marcelo Tosatti <mtosatti@redhat.com>    Date:   Wed Mar 16 17:04:16 2011 -0300)
  kvm commit: a72e315c509376bbd1e121219c3ad9f23973923f

  After restoring from saved img, some I/O errors appear in dmesg and
  file system is read-only.  I'm sure that the  guest runs normally
  before saving. See the pictures attached in detail.

  Reproduce steps:
  ----------------
  1.create a guest:
    qemu-img create -b /share/xvs/img/app/ia32e_SMP.img -f qcow2 /root/test0320.img
    qemu-system-x86_64  -m 256  -net nic,macaddr=00:16:3e:06:8a:08,model=rtl8139 -net tap,script=/etc/kvm/qemu-ifup -hda /root/test0320.img
  2.save the guest:
    on qemu monitor: migrate "exec:dd of=/root/test-save.img"
  3.quit from qemu:
    "q" command on qemu monitor
  4.restore from img just saved:
    qemu-system-x86_64  -m 256  -net nic,macaddr=00:16:3e:06:8a:08,model=rtl8139 -net tap,script=/etc/kvm/qemu-ifup -hda /root/test0320.img -incoming=/roo/test-save.img
  5.see dmesg in restored guest, you'll find some I/O errors. And run some
  commands such as "ps", "touch","reboot" and so on. Then some I/O errors appear.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/739088/+subscriptions

      parent reply	other threads:[~2011-10-26  8:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-21  1:27 [Qemu-devel] [Bug 739088] [NEW] I/O errors after "Save/Restore" Yongjie Ren
2011-03-21  1:29 ` [Qemu-devel] [Bug 739088] " Yongjie Ren
2011-03-21  1:30 ` Yongjie Ren
2011-03-24  7:48 ` Yongjie Ren
2011-08-21  4:37 ` Yongjie Ren
2011-08-22 12:25 ` Yongjie Ren
2011-08-22 12:25 ` [Qemu-devel] [Bug 739088] [NEW] " Launchpad Bug Tracker
2011-10-22  3:04 ` [Qemu-devel] [Bug 739088] " Yongjie Ren
2011-10-26  8:23 ` Yongjie Ren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111026082348.16011.45251.launchpad@soybean.canonical.com \
    --to=739088@bugs.launchpad.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.