Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 713724

Summary: installation stop at filesystem formatting while install os with 2300G device
Product: Red Hat Enterprise Linux 6 Reporter: Suqin Huang <shuang>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Release Test Team <release-test-team-automation>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-17 02:07:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
installation error none

Description Suqin Huang 2011-06-16 11:36:39 UTC
Created attachment 505024 [details]
installation error

Description of problem:
create 2300G image, then install guest with qemu-kvm

Version-Release number of selected component (if applicable):
anaconda-13.21.117-1.el6

How reproducible:
100%

Steps to Reproduce:

3.1. qemu-kvm create -f qcow2 /home/images/RHEL-Server-5.7-32-virtio.qcow2 2300G

2. cmd
qemu-kvm -drive
file='/home/images/RHEL-Server-5.7-32-virtio.qcow2',index=0,if=none,id=drive-virtio-disk1,media=disk,cache=none,format=qcow2,aio=native
-device
virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk1,id=virtio-disk1
-device
virtio-net-pci,netdev=idbggPsm,mac=9a:96:70:e1:96:b7,id=ndev00idbggPsm,bus=pci.0,addr=0x3
-netdev
tap,id=idbggPsm,vhost=on,script='/home/qemu-ifup-switch',downscript='no' -m
2048 -smp 4,cores=1,threads=1,sockets=4 -drive
file='/home/RHEL-Server-5.7-i386-DVD.iso',index=1,if=none,id=drive-ide0-0-0,media=cdrom,readonly=on,format=raw
-device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 -drive
file='/home/Auto/images/rhel57-32/ks.iso',index=2,if=none,id=drive-ide0-0-1,media=cdrom,readonly=on,format=raw
-device ide-drive,bus=ide.0,unit=1,drive=drive-ide0-0-1,id=ide0-0-1 -cpu
cpu64-rhel6,+sse2,+x2apic -kernel '/home/images/rhel57-32/vmlinuz' -initrd
'/home/Auto/rhel57-32/initrd.img' -vnc :0 -rtc
base=utc,clock=host,driftfix=none -M rhel6.1.0 -boot order=cdn,once=n,menu=off 
 -usbdevice tablet -no-kvm-pit-reinjection --append 'ks=cdrom nicdelay=60
console=ttyS0,115200 console=tty0' -enable-kvm 

  
Actual results:


Expected results:


Additional info:

Comment 2 Brian Lane 2011-06-16 22:26:07 UTC
Please attach the logs from /tmp/*log to this bug as individual attachments.

Comment 3 Suqin Huang 2011-06-17 02:07:14 UTC
need long time to format disk, os can be installed finally, so close it as not a bug