Bug 996303

Summary: AttributeError: 'NoneType' object has no attribute 'startswith'
Product: [Fedora] Fedora Reporter: MR_APOPHIS <daniel.bouches>
Component: python-blivetAssignee: David Shea <dshea>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: amulhern, anaconda-maint-list, bcl, dlehman, dshea, g.kaviyarasu, jonathan, mkolman, sbueno, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:c9a7aa81e0927a4c42d082582534122f1f71d106ecd25df81e97a6ae7eef6499
Fixed In Version: python-blivet-0.45-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-07 15:06:45 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.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

Description MR_APOPHIS 2013-08-12 21:44:53 UTC
Version-Release number of selected component:
anaconda-19.30.13-1

The following was filed automatically by anaconda:
anaconda 19.30.13-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 144, in devicePathToName
    if devicePath.startswith("/dev/"):
  File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 1336, in preCommitFixup
    % devicePathToName(getattr(_partition, "path", None)))
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 207, in processActions
    action.device.preCommitFixup(mountpoints=mpoints)
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 310, in doIt
    self.devicetree.processActions()
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 169, in turnOnFilesystems
    storage.doIt()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 140, in doInstall
    turnOnFilesystems(storage, mountOnly=flags.flags.dirInstall)
  File "/usr/lib64/python2.7/threading.py", line 764, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 168, in run
    threading.Thread.run(self, *args, **kwargs)
AttributeError: 'NoneType' object has no attribute 'startswith'

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   BOOT_IMAGE=/images/pxeboot/vmlinuz inst.stage2=hd:LABEL=LIVE quiet
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.9.5-301.fc19.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        19

Comment 1 MR_APOPHIS 2013-08-12 21:45:05 UTC
Created attachment 785910 [details]
File: anaconda.log

Comment 2 MR_APOPHIS 2013-08-12 21:45:08 UTC
Created attachment 785911 [details]
File: environ

Comment 3 MR_APOPHIS 2013-08-12 21:45:12 UTC
Created attachment 785912 [details]
File: lsblk_output

Comment 4 MR_APOPHIS 2013-08-12 21:45:16 UTC
Created attachment 785913 [details]
File: nmcli_dev_list

Comment 5 MR_APOPHIS 2013-08-12 21:45:20 UTC
Created attachment 785914 [details]
File: os_info

Comment 6 MR_APOPHIS 2013-08-12 21:45:25 UTC
Created attachment 785915 [details]
File: program.log

Comment 7 MR_APOPHIS 2013-08-12 21:45:57 UTC
Created attachment 785916 [details]
File: storage.log