Bug 1120902

Summary: AttributeError: 'module' object has no attribute 'udev_settle'
Product: [Fedora] Fedora Reporter: Chris Murphy <bugzilla>
Component: python-blivetAssignee: David Lehman <dlehman>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: amulhern, anaconda-maint-list, bcl, dlehman, g.kaviyarasu, jonathan, vanmeeuwen+fedora, vpodzime
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:981d00bdac7c31af05c0fcd003f4934c90417c1d5953d5e67f48c2f7bd703e28
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-18 13:34:42 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 Chris Murphy 2014-07-18 00:33:12 UTC
Description of problem:
Trying to reproduce bug 1120899, but with inst.updates=http://dlehman.fedorapeople.org/updates/updates-1109244.0.img applied. Get a crash at the same point as bug 1120899, but different tb message.

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

The following was filed automatically by anaconda:
anaconda 21.48-1 exception report
Traceback (most recent call first):
  File "/tmp/updates/blivet/deviceaction.py", line 552, in execute
    udev.udev_settle()
  File "/tmp/updates/blivet/devicetree.py", line 354, in processActions
    action.execute()
  File "/tmp/updates/blivet/__init__.py", line 356, in doIt
    self.devicetree.processActions()
  File "/tmp/updates/blivet/__init__.py", line 216, in turnOnFilesystems
    storage.doIt()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 178, in doInstall
    turnOnFilesystems(storage, mountOnly=flags.flags.dirInstall)
  File "/usr/lib64/python2.7/threading.py", line 766, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run
    threading.Thread.run(self, *args, **kwargs)
AttributeError: 'module' object has no attribute 'udev_settle'

Additional info:
addons:         com_redhat_kdump
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   BOOT_IMAGE=/images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-21-x86-64 enforcing=0 elevator=deadline nomodeset inst.updates=http://dlehman.fedorapeople.org/updates/updates-1109244.0.img
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.16.0-0.rc5.git1.1.fc21.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        21

Comment 1 Chris Murphy 2014-07-18 00:33:15 UTC
Created attachment 918885 [details]
File: anaconda-tb

Comment 2 Chris Murphy 2014-07-18 00:33:16 UTC
Created attachment 918886 [details]
File: anaconda.log

Comment 3 Chris Murphy 2014-07-18 00:33:17 UTC
Created attachment 918887 [details]
File: environ

Comment 4 Chris Murphy 2014-07-18 00:33:17 UTC
Created attachment 918888 [details]
File: lsblk_output

Comment 5 Chris Murphy 2014-07-18 00:33:18 UTC
Created attachment 918889 [details]
File: nmcli_dev_list

Comment 6 Chris Murphy 2014-07-18 00:33:19 UTC
Created attachment 918890 [details]
File: os_info

Comment 7 Chris Murphy 2014-07-18 00:33:20 UTC
Created attachment 918891 [details]
File: program.log

Comment 8 Chris Murphy 2014-07-18 00:33:21 UTC
Created attachment 918892 [details]
File: storage.log

Comment 9 Chris Murphy 2014-07-18 00:33:22 UTC
Created attachment 918893 [details]
File: syslog

Comment 10 Chris Murphy 2014-07-18 00:33:23 UTC
Created attachment 918894 [details]
File: ifcfg.log

Comment 11 Chris Murphy 2014-07-18 00:33:24 UTC
Created attachment 918895 [details]
File: packaging.log

Comment 12 David Shea 2014-07-18 13:06:46 UTC
Out of date updates.img? udev.udev_settle was renamed to udev.settle in blivet 0.61

Comment 13 David Lehman 2014-07-18 13:34:42 UTC
Uploaded http://dlehman.fedorapeople.org/updates/updates-1109244.1.img for use with python-blivet-0.61-1 and later.