Bug 491932 - RAID0 manual install fails - TypeError: %d format: a number is required, not NoneType
Summary: RAID0 manual install fails - TypeError: %d format: a number is required, not ...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: anaconda_trace_hash:9251a547092f5f443...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-03-24 17:19 UTC by James Laska
Modified: 2013-09-02 06:33 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-04-23 19:22:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Attached traceback automatically from anaconda. (125.18 KB, text/plain)
2009-03-24 17:19 UTC, James Laska
no flags Details

Description James Laska 2009-03-24 17:19:14 UTC
The following was filed automatically by anaconda:
anaconda 11.5.0.36 exception report
Traceback (most recent call first):
  File "/tmp/updates/partition_gui.py", line 794, in populate
    self.tree[iter]['Size (MB)'] = "%Ld" % array.size
  File "/tmp/updates/partition_gui.py", line 1055, in refresh
    self.populate()
  File "/tmp/updates/partition_gui.py", line 1099, in editRaidArray
    if self.refresh(justRedraw=True):
  File "/tmp/updates/partition_gui.py", line 1290, in makeraidCB
    self.editRaidArray(array, isNew=1)
TypeError: %d format: a number is required, not NoneType

Comment 1 James Laska 2009-03-24 17:19:19 UTC
Created attachment 336504 [details]
Attached traceback automatically from anaconda.

Comment 2 James Laska 2009-03-24 17:25:32 UTC
Do a manual RAID0 install, when creating /dev/md0 do *not* select any RAID members, and click Create.

Comment 3 Chris Lumens 2009-04-23 18:16:36 UTC
I'm no longer seeing the original error, but I am seeing a different bug where you're allowed to create a RAID device with no members.  Sent a patch, will close this bug when it's in.

Comment 4 Chris Lumens 2009-04-23 19:22:11 UTC
...and pushed.


Note You need to log in before you can comment on or make changes to this bug.