Bug 1051803

Summary: AttributeError: 'Blivet' object has no attribute 'setFstabSwaps'
Product: [Fedora] Fedora Reporter: Jay Jay Billings <jayjaybillings>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: anaconda-maint-list, dshea, g.kaviyarasu, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:d371d8836be559fd2871c93e1f55835f22f276de409cc08f1d4cc45aa7ce6138
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-20 22:09:59 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: 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 Jay Jay Billings 2014-01-11 17:19:21 UTC
Description of problem:
I was trying to install Fedora 20 using the full distro image on a USB stick. I have several disks that needed to be configured in a particular way and after doing a custom configuration it failed. I tried it twice.

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

The following was filed automatically by anaconda:
anaconda 20.25.15-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 681, in apply
    self.storage.setFstabSwaps(new_swaps)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 125, in _runSpoke
    action.apply()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 424, in _on_spoke_clicked
    self._runSpoke(spoke)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 442, in _on_spoke_clicked
    self._on_spoke_clicked(self._spokes[dest].selector, None, self._spokes[dest])
AttributeError: 'Blivet' object has no attribute 'setFstabSwaps'

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=initrd.img inst.stage2=hd:LABEL=FEDORA quiet inst.updates=http://dlehman.fedorapeople.org/updates/updates-980267.0.img BOOT_IMAGE=vmlinuz 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.11.10-301.fc20.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        20

Comment 1 Jay Jay Billings 2014-01-11 17:19:26 UTC
Created attachment 848665 [details]
File: anaconda-tb

Comment 2 Jay Jay Billings 2014-01-11 17:19:27 UTC
Created attachment 848666 [details]
File: anaconda.log

Comment 3 Jay Jay Billings 2014-01-11 17:19:29 UTC
Created attachment 848667 [details]
File: environ

Comment 4 Jay Jay Billings 2014-01-11 17:19:30 UTC
Created attachment 848668 [details]
File: lsblk_output

Comment 5 Jay Jay Billings 2014-01-11 17:19:32 UTC
Created attachment 848669 [details]
File: nmcli_dev_list

Comment 6 Jay Jay Billings 2014-01-11 17:19:33 UTC
Created attachment 848670 [details]
File: os_info

Comment 7 Jay Jay Billings 2014-01-11 17:19:35 UTC
Created attachment 848671 [details]
File: program.log

Comment 8 Jay Jay Billings 2014-01-11 17:19:39 UTC
Created attachment 848672 [details]
File: storage.log

Comment 9 Jay Jay Billings 2014-01-11 17:19:41 UTC
Created attachment 848673 [details]
File: syslog

Comment 10 Jay Jay Billings 2014-01-11 17:19:42 UTC
Created attachment 848674 [details]
File: ifcfg.log

Comment 11 Jay Jay Billings 2014-01-11 17:19:44 UTC
Created attachment 848675 [details]
File: packaging.log

Comment 12 David Shea 2014-02-20 22:09:59 UTC
There is a problem with your image. setFstabSwaps was added in python-blivet-0.23.1, and anaconda in Fedora 20 requires python-blivet >= 0.23.6. It appears that the version of blivet you are using is too old.