Bug 875498
| Summary: | TypeError: %d format: a number is required, not NoneType | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dong Chen <xjtu_chdongsh> | ||||||||||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||
| Priority: | unspecified | ||||||||||||||||
| Version: | 18 | CC: | anaconda-maint-list, g.kaviyarasu, jonathan, sbueno, vanmeeuwen+fedora | ||||||||||||||
| Target Milestone: | --- | ||||||||||||||||
| Target Release: | --- | ||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||
| OS: | Unspecified | ||||||||||||||||
| Whiteboard: | abrt_hash:56d67ac50fd8d31b731af151972eced5da2a57f926699c9cbf32e436b7687d89 | ||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||
| Last Closed: | 2012-11-12 04:26:03 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: |
|
||||||||||||||||
Created attachment 642948 [details]
File: anaconda-tb
Created attachment 642949 [details]
File: environ
Created attachment 642950 [details]
File: type
Created attachment 642951 [details]
File: ifcfg.log
Created attachment 642952 [details]
File: storage.log
Created attachment 642953 [details]
File: version
when add / partition , after typed 150 GB in the dialog, then hit add mounted, the issue happens Package: anaconda-18.28-1.fc18.x86_64 OS Release: Fedora release 18 *** This bug has been marked as a duplicate of bug 874034 *** |
Description of problem: when add / partition, after typing 150 GB in dialog, then hit add mounted, this issue happen Version-Release number of selected component: anaconda-18.28-1.fc18.x86_64 Additional info: libreport version: 2.0.17 cmdline: /usr/bin/python /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-osimg-min --lang en_US.UTF-8 kernel: 3.6.6-3.fc18.x86_64 description: :The following was filed automatically by anaconda: :anaconda 18.28 exception report :Traceback (most recent call first): : File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicelibs/mdraid.py", line 120, in get_raid_min_members : raise MDRaidError("invalid raid level %d" % raidlevel) : File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicelibs/mdraid.py", line 143, in get_member_space : min_members = get_raid_min_members(level) : File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 3446, in device_size : level=self.raid_level) : File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1840, in setContainerMembers : container_size = factory.device_size : File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 2104, in newDevice : members=members, device=device) : File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1600, in on_add_clicked : disks=disks) :TypeError: %d format: a number is required, not NoneType