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 560331

Summary: ValueError: list.remove(x): x not in list
Product: [Fedora] Fedora Reporter: Clyde E. Kunkel <clydekunkel7734>
Component: anacondaAssignee: Hans de Goede <hdegoede>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: dcantrell, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: anaconda_trace_hash:31f159a046134191438c75943d6017a35a5d6dbf07d974f86928fd55e4e029e1
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 560360 (view as bug list) Environment:
Last Closed: 2010-02-02 09:38:44 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:
Bug Depends On:    
Bug Blocks: 538273, 560360    
Attachments:
Description Flags
Attached traceback automatically from anaconda. none

Description Clyde E. Kunkel 2010-01-31 01:43:04 UTC
The following was filed automatically by anaconda:
anaconda 13.23 exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/storage/__init__.py", line 543, in unusedMDMinors
    raidMinors.remove(array.minor)
  File "/usr/lib/anaconda/iw/partition_gui.py", line 1328, in createCB
    availminors = self.storage.unusedMDMinors
ValueError: list.remove(x): x not in list

Comment 1 Clyde E. Kunkel 2010-01-31 01:43:08 UTC
Created attachment 387797 [details]
Attached traceback automatically from anaconda.

Comment 2 Clyde E. Kunkel 2010-01-31 02:27:26 UTC
Tried to create a new LV for a F13 test in an existing VG.

Comment 3 Hans de Goede 2010-01-31 08:43:13 UTC
This should be fixed by the following patch, which should be in the next anaconda version (currently pending review):
https://www.redhat.com/archives/anaconda-devel-list/2010-January/msg00596.html

Comment 4 Hans de Goede 2010-02-02 09:38:44 UTC
This is fixed in anaconda-13.24-1, closing.