Bug 888998

Summary: AttributeError: 'NoneType' object has no attribute 'removeMember'
Product: [Fedora] Fedora Reporter: Chris Murphy <bugzilla>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: anaconda-maint-list, g.kaviyarasu, jonathan, sbueno, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:381fc8f7cdbdba1bc4a6d3d2dca922c69d0bcf2290ef656870135b0967074abb
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-20 09:30:43 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
File: anaconda-tb
none
File: anaconda.log
none
File: environ
none
File: ifcfg.log
none
File: messages
none
File: program.log
none
File: storage.log none

Description Chris Murphy 2012-12-20 00:34:59 UTC
Description of problem:
1. Selected eight new virtual disks.
2. Manual Partitioning.
3. Added a swap mp, specified a particular drive for it to be on.
4. Added a /boot mp, specified a particular drive for it to be on.
5. Added a / mp, specified all other drives for that to be created on (not on the disk for /boot or swap), and to make it a RAID 0 of 7 drives.
6. While trying to figure out why the UI was telling me only 5 GB were free for each remaining 8 GB virtual disk, all of that clicking around ended up in a crash.
The following was filed automatically by anaconda:
anaconda 18.37.3 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1900, in setContainerMembers
    container.removeMember(member)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 2155, in newDevice
    members=members, device=device)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1171, in _save_right_side
    raid_level=raid_level)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 2120, in on_selector_clicked
    self._save_right_side(self._current_selector)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/lib/accordion.py", line 195, in _onSelectorClicked
    cb(selector)
AttributeError: 'NoneType' object has no attribute 'removeMember'

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-osimg-min --lang en_US.UTF-8
cmdline_file:   initrd=initrd0.img root=live:CDLABEL=Fedora-18-TC3-x86_64-Live-Deskto rootfstype=auto ro rd.live.image quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0  BOOT_IMAGE=vmlinuz0 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.6.10-4.fc18.x86_64
other involved packages: 
package:        anaconda-18.37.3-1.fc18.x86_64
packaging.log:  
product:        Fedora
release:        Fedora release 18 (Spherical Cow)
type:           libreport
version:        18

Comment 1 Chris Murphy 2012-12-20 00:35:03 UTC
Created attachment 666459 [details]
File: anaconda-tb

Comment 2 Chris Murphy 2012-12-20 00:35:05 UTC
Created attachment 666460 [details]
File: anaconda.log

Comment 3 Chris Murphy 2012-12-20 00:35:07 UTC
Created attachment 666461 [details]
File: environ

Comment 4 Chris Murphy 2012-12-20 00:35:08 UTC
Created attachment 666462 [details]
File: ifcfg.log

Comment 5 Chris Murphy 2012-12-20 00:35:10 UTC
Created attachment 666463 [details]
File: messages

Comment 6 Chris Murphy 2012-12-20 00:35:12 UTC
Created attachment 666464 [details]
File: program.log

Comment 7 Chris Murphy 2012-12-20 00:35:15 UTC
Created attachment 666465 [details]
File: storage.log

Comment 8 Chris Murphy 2012-12-20 09:30:43 UTC
Appears to be the same bug as bug 889101, although this bug's crash occurs from a click OTHER than clicking the Apply Changes button.

*** This bug has been marked as a duplicate of bug 889101 ***