Bug 1040730

Summary: AttributeError: 'FC6_NFS' object has no attribute 'partition'
Product: Red Hat Enterprise Linux 7 Reporter: Luke Macken <lmacken>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Release Test Team <release-test-team>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: lmacken, pfrields
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:e165f7cb9b25b840ff9690ef12ed434f147143cc4f7e905ec8d0fe6724325c6e
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-02 16:05:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: anaconda-tb
none
File: anaconda.log
none
File: environ
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: os_info
none
File: program.log
none
File: storage.log
none
File: syslog
none
File: ifcfg.log
none
File: packaging.log none

Description Luke Macken 2013-12-12 02:02:38 UTC
Description of problem:
I attempted to set an NFS server in the Installation Source section. Clicking 'Done' triggered this exception.

Version-Release number of selected component:
anaconda-19.31.36-1

The following was filed automatically by anaconda:
anaconda 19.31.36-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/pykickstart/commands/method.py", line 53, in __getattr__
    return getattr(self.handler.nfs, name)
  File "/usr/lib/python2.7/site-packages/pykickstart/commands/method.py", line 111, in __getattr__
    return FC3_Method.__getattr__(self, name)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py", line 398, in _method_changed
    if old_source.method == "harddrive" and old_source.partition:
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py", line 457, in changed
    method_changed = self._method_changed()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 125, in _runSpoke
    if action.changed and (not action.skipTo or (action.skipTo and action.applyOnSkip)):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 409, in _on_spoke_clicked
    self._runSpoke(spoke)
AttributeError: 'FC6_NFS' object has no attribute 'partition'

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=initrd.img inst.stage2=hd:LABEL=RHEL-7.0\x20x86_64 inst.sshd BOOT_IMAGE=vmlinuz 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.10.0-54.0.1.el7.x86_64
product:        Red Hat Enterprise Linux
release:        Red Hat Enterprise Linux Server release 7.0 Beta (Maipo)
type:           anaconda
version:        7.0

Comment 1 Luke Macken 2013-12-12 02:02:40 UTC
Created attachment 835544 [details]
File: anaconda-tb

Comment 2 Luke Macken 2013-12-12 02:02:42 UTC
Created attachment 835545 [details]
File: anaconda.log

Comment 3 Luke Macken 2013-12-12 02:02:43 UTC
Created attachment 835546 [details]
File: environ

Comment 4 Luke Macken 2013-12-12 02:02:45 UTC
Created attachment 835547 [details]
File: lsblk_output

Comment 5 Luke Macken 2013-12-12 02:02:46 UTC
Created attachment 835548 [details]
File: nmcli_dev_list

Comment 6 Luke Macken 2013-12-12 02:02:47 UTC
Created attachment 835549 [details]
File: os_info

Comment 7 Luke Macken 2013-12-12 02:02:49 UTC
Created attachment 835550 [details]
File: program.log

Comment 8 Luke Macken 2013-12-12 02:02:50 UTC
Created attachment 835551 [details]
File: storage.log

Comment 9 Luke Macken 2013-12-12 02:02:52 UTC
Created attachment 835552 [details]
File: syslog

Comment 10 Luke Macken 2013-12-12 02:02:55 UTC
Created attachment 835553 [details]
File: ifcfg.log

Comment 11 Luke Macken 2013-12-12 02:02:56 UTC
Created attachment 835554 [details]
File: packaging.log

Comment 13 Brian Lane 2013-12-12 19:25:21 UTC
I think this is the same thing as bug 1028243 and should be fixed by upstream commit 0478dc8081b1370644a6819f8c871bf50e01012c

Are you able to hit it every time? I can't reproduce it here.

Give this updates.img a try:

http://bcl.fedorapeople.org/updates/1040730.img

Comment 14 Luke Macken 2013-12-13 21:19:52 UTC
I'm unable to reproduce this again with our without the updates.img. I think previously I didn't have NFS configured properly. so it either hit a bad server/path error, but I haven't been able to reproduce it again.

Comment 15 Chris Lumens 2014-01-02 16:05:48 UTC

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