* [Qemu-devel] [Bug 739088] Re: I/O errors after "Save/Restore"
2011-03-21 1:27 [Qemu-devel] [Bug 739088] [NEW] I/O errors after "Save/Restore" Yongjie Ren
@ 2011-03-21 1:29 ` Yongjie Ren
2011-03-21 1:30 ` Yongjie Ren
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Yongjie Ren @ 2011-03-21 1:29 UTC (permalink / raw)
To: qemu-devel
** Attachment added: "dmesg after restoring"
https://bugs.launchpad.net/qemu/+bug/739088/+attachment/1925364/+files/restore1.jpg
--
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:
New
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 -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.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Qemu-devel] [Bug 739088] Re: I/O errors after "Save/Restore"
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
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Yongjie Ren @ 2011-03-21 1:30 UTC (permalink / raw)
To: qemu-devel
** Attachment added: "running commands after restoring"
https://bugs.launchpad.net/qemu/+bug/739088/+attachment/1925365/+files/restore2.jpg
--
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:
New
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 -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.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Qemu-devel] [Bug 739088] Re: I/O errors after "Save/Restore"
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
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Yongjie Ren @ 2011-03-24 7:48 UTC (permalink / raw)
To: qemu-devel
this bug is fixed in the latest qemu-kvm.git:
2c9bb5d4e5ae3b12ad71bd6a0c1b32003661f53a
** Changed in: qemu
Status: New => Fix Released
--
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 -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.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Qemu-devel] [Bug 739088] Re: I/O errors after "Save/Restore"
2011-03-21 1:27 [Qemu-devel] [Bug 739088] [NEW] I/O errors after "Save/Restore" Yongjie Ren
` (2 preceding siblings ...)
2011-03-24 7:48 ` Yongjie Ren
@ 2011-08-21 4:37 ` Yongjie Ren
2011-08-22 12:25 ` Yongjie Ren
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Yongjie Ren @ 2011-08-21 4:37 UTC (permalink / raw)
To: qemu-devel
this issue occurred again. So reopen this bug.
I use upstream kvm.git ef7c782ea and qemu-kvm.git 44755ea36.
The host is rhel6.1 with lastest kvm and qemu-kvm installed, and its file system type is ext4.
here's the dmesg info in rhel5u5 guest after being restored.
-----------------------------------------log--------------------------------------
hda: status error: status=0x00 { }
ide: failed opcode was: unknown
hda: drive not ready for command
hda: status error: status=0x00 { }
ide: failed opcode was: unknown
hda: drive not ready for command
hda: status error: status=0x00 { }
ide: failed opcode was: unknown
hda: drive not ready for command
hda: status error: status=0x00 { }
ide: failed opcode was: unknown
hda: drive not ready for command
ide0: reset: master: error (0x00?)
hda: status error: status=0x00 { }
ide: failed opcode was: unknown
hda: drive not ready for command
hda: status error: status=0x00 { }
ide: failed opcode was: unknown
hda: drive not ready for command
hda: status error: status=0x00 { }
ide: failed opcode was: unknown
hda: drive not ready for command
hda: status error: status=0x00 { }
ide: failed opcode was: unknown
hda: drive not ready for command
ide0: reset: master: error (0x00?)
end_request: I/O error, dev hda, sector 32991
end_request: I/O error, dev hda, sector 32999
end_request: I/O error, dev hda, sector 33007
end_request: I/O error, dev hda, sector 4465351
Buffer I/O error on device hda1, logical block 558161
Aborting journal on device hda1.
lost page write due to I/O error on hda1
end_request: I/O error, dev hda, sector 4465359
Buffer I/O error on device hda1, logical block 558162
lost page write due to I/O error on hda1
end_request: I/O error, dev hda, sector 13447
Buffer I/O error on device hda1, logical block 1673
lost page write due to I/O error on hda1
__journal_remove_journal_head: freeing b_committed_data
journal commit I/O error
ext3_abort called.
EXT3-fs error (device hda1): ext3_journal_start_sb: Detected aborted journal
Remounting filesystem read-only
** Project changed: qemu => qemu-kvm
** Changed in: qemu-kvm
Status: Fix Released => New
--
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-kvm:
New
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 -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-kvm/+bug/739088/+subscriptions
^ permalink raw reply [flat|nested] 9+ messages in thread* [Qemu-devel] [Bug 739088] Re: I/O errors after "Save/Restore"
2011-03-21 1:27 [Qemu-devel] [Bug 739088] [NEW] I/O errors after "Save/Restore" Yongjie Ren
` (3 preceding siblings ...)
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
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Yongjie Ren @ 2011-08-22 12:25 UTC (permalink / raw)
To: qemu-devel
** Project changed: qemu-kvm => qemu
--
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:
New
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 -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
^ permalink raw reply [flat|nested] 9+ messages in thread* [Qemu-devel] [Bug 739088] [NEW] I/O errors after "Save/Restore"
2011-03-21 1:27 [Qemu-devel] [Bug 739088] [NEW] I/O errors after "Save/Restore" Yongjie Ren
` (4 preceding siblings ...)
2011-08-22 12:25 ` Yongjie Ren
@ 2011-08-22 12:25 ` Launchpad Bug Tracker
2011-10-22 3:04 ` [Qemu-devel] [Bug 739088] " Yongjie Ren
2011-10-26 8:23 ` Yongjie Ren
7 siblings, 0 replies; 9+ messages in thread
From: Launchpad Bug Tracker @ 2011-08-22 12:25 UTC (permalink / raw)
To: qemu-devel
You have been subscribed to a public bug:
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 -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.
** Affects: qemu
Importance: Undecided
Status: New
** Tags: error io
--
I/O errors after "Save/Restore"
https://bugs.launchpad.net/bugs/739088
You received this bug notification because you are a member of qemu-devel-ml, which is subscribed to QEMU.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Qemu-devel] [Bug 739088] Re: I/O errors after "Save/Restore"
2011-03-21 1:27 [Qemu-devel] [Bug 739088] [NEW] I/O errors after "Save/Restore" Yongjie Ren
` (5 preceding siblings ...)
2011-08-22 12:25 ` [Qemu-devel] [Bug 739088] [NEW] " Launchpad Bug Tracker
@ 2011-10-22 3:04 ` Yongjie Ren
2011-10-26 8:23 ` Yongjie Ren
7 siblings, 0 replies; 9+ messages in thread
From: Yongjie Ren @ 2011-10-22 3:04 UTC (permalink / raw)
To: qemu-devel
using the following command line to restore guest, it works for me now.
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
** Changed in: qemu
Status: New => Fix Released
--
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 -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
^ permalink raw reply [flat|nested] 9+ messages in thread* [Qemu-devel] [Bug 739088] Re: I/O errors after "Save/Restore"
2011-03-21 1:27 [Qemu-devel] [Bug 739088] [NEW] I/O errors after "Save/Restore" Yongjie Ren
` (6 preceding siblings ...)
2011-10-22 3:04 ` [Qemu-devel] [Bug 739088] " Yongjie Ren
@ 2011-10-26 8:23 ` Yongjie Ren
7 siblings, 0 replies; 9+ messages in thread
From: Yongjie Ren @ 2011-10-26 8:23 UTC (permalink / raw)
To: qemu-devel
** 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
^ permalink raw reply [flat|nested] 9+ messages in thread