Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 563677
Summary: | TypeError: unsupported operand type(s) for *: 'NoneType' and 'float' | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | James Laska <jlaska> | ||||
Component: | anaconda | Assignee: | David Lehman <dlehman> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 13 | CC: | anaconda-maint-list, hdegoede, jonathan, jturner, vanmeeuwen+fedora | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | anaconda_trace_hash:0afab821f098a39502c6499ce906db64085545ab8741256a468e07dab2dc4378 | ||||||
Fixed In Version: | anaconda-13.26-1 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-03-07 17:58:23 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
James Laska
2010-02-10 20:57:44 UTC
Created attachment 390109 [details]
Attached traceback automatically from anaconda.
= Steps to reproduce = 1. Perform a default install on a system with 4 disks (virt in this case) 2. After install ... wipe out the start of each disk for DISK in sda sdb sdc sdd; do dd if=/dev/zero of=/dev/$DISK bs=1024 count=1024 done 3. Initiate a new install on the same system with the same disks 4. Select 'Basic Storage' 5. Choose 'Replace linux partitions' 6. Manually delete all logical volumes and physical volumes 7. Attempt to partition using swap, /boot (ext4) 8. Create / (ext4) and choose to take a maximum of 1 MB 9. Edit the / (ext4) partition and change it to use all remaining free space Dave, Looks like partition.req_max_size is not set. I think you may have already fixed this, not sure though. Regards, Hans This bug appears to have been reported against 'rawhide' during the Fedora 13 development cycle. Changing version to '13'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping |