[Bug 437056] New: qemu crash when guest uses linux MD raid
https://bugzilla.novell.com/show_bug.cgi?id=437056 Summary: qemu crash when guest uses linux MD raid Product: openSUSE 11.0 Version: Final Platform: x86-64 OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jnelson-suse@jamponi.net QAContact: qa@suse.de Found By: --- I create 4 disks like this: for i in 1 2 3 4; do qemu-img create -f qcow2 foo.$i 1G; done Then I started qemu (-kvm, -system-x86_64, etc...) like this: qemu-kvm -k en-us -m 384 -drive file=foo.1,bus=0,unit=1,if=scsi,media=disk -drive file=foo.2,bus=0,unit=2,if=scsi,media=disk -drive file=foo.3,bus=0,unit=3,if=scsi,media=disk -drive file=foo.4,bus=0,unit=4,if=scsi,media=disk -cdrom openSUSE-11.0-DVD-x86_64.iso -boot d and booted into the rescue mode. Then I partitioned each drive with a single Linux RAID Autodetect partition. Then I created a raid5 like this: mdadm --create --level=5 --raid-devices=3 --spare-devices=0 --metadata=1.2 --bitmap=internal /dev/md0 /dev/sda1 /dev/sdb1 /dev/sdc1 *BAM* - qemu quits with: scsi-disk: Bad write tag 0x10233 Segmentation fault Same happens with openSUSE 11.1 beta2 in rescue mode. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=437056 User jnelson-suse@jamponi.net added comment https://bugzilla.novell.com/show_bug.cgi?id=437056#c1 --- Comment #1 from Jon Nelson <jnelson-suse@jamponi.net> 2008-10-20 12:42:20 MDT --- Sorry, I forgot the critical bit - you need to use "--assume-clean". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=437056 Michal Seben <mseben@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mseben@novell.com AssignedTo|bnc-team-screening@forge.provo.novell.com |uli@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=437056 User jnelson-suse@jamponi.net added comment https://bugzilla.novell.com/show_bug.cgi?id=437056#c2 --- Comment #2 from Jon Nelson <jnelson-suse@jamponi.net> 2008-12-19 19:00:04 MST --- Still true as of 11.1 released. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com