Bug 678620

Summary: RHEL 6.1 fails to install on redclient-[1-4] systems when using lvm
Product: Red Hat Enterprise Linux 6 Reporter: Daniel Yeisley <dyeisley>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Release Test Team <release-test-team-automation>
Severity: high Docs Contact:
Priority: high    
Version: 6.1CC: agk, dwysocha, heinzm, jbrassow, mbroz, prajnoha, prockai, thornber, zkabelac
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-21 15:10:11 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
console.log from beaker job 54462 none

Description Daniel Yeisley 2011-02-18 16:03:04 UTC
Description of problem:
RHEL 6.1 fails to install on redclient-[1-4] systems when using lvm.

https://beaker.engineering.redhat.com/jobs/54092

In the job listed above, redclient-01 had its partitions defined with the following and the install aborted.
   <partition fs="ext3" name="/" size="50" type="lvm"/>

redclient-03 and redclient-04 (which to my knowledge are identical to 01) had their partitions defined as follows.
   <partition fs="ext3" name="/" size="50" type="part"/>

Installation completed on both of those systems.
 
Version-Release number of selected component (if applicable):
RHEL6.1-20110217.n.0

How reproducible:
Multiple times with various 6.1 builds.

Steps to Reproduce:
1. See above.
2.
3.
  
Actual results:
Installation aborts.

Expected results:
It should install.  

Additional info:

Comment 2 Daniel Yeisley 2011-02-21 14:43:00 UTC
It looks like I've hit this problem on another system, hp-bl460cg5-01.rhts.eng.bos.redhat.com.  

https://beaker.engineering.redhat.com/jobs/54462

Comment 3 Daniel Yeisley 2011-02-21 14:44:56 UTC
Created attachment 479930 [details]
console.log from beaker job 54462

Comment 4 Milan Broz 2011-02-21 14:59:51 UTC
From log - seems anaconda crashes here...
Because it is after installation I guess lvm works.

Performing post-installation configuration 
Installing bootloader. 
anaconda 13.21.97 exception report 
Traceback (most recent call first): 
  File "/usr/lib/anaconda/storage/formats/__init__.py", line 417, in majorminor 
    dev = udev_get_device(sysfs_path[4:]) 
  File "/usr/lib/anaconda/storage/formats/lvmpv.py", line 153, in writeKS 
    f.write("pv.%s" % self.majorminor) 
  File "/usr/lib/anaconda/storage/devices.py", line 1061, in writeKS 
    self.format.writeKS(f) 
  File "/usr/lib/anaconda/storage/__init__.py", line 1154, in writeKS 
    device.writeKS(f, preexisting=preexisting, noformat=noformat) 
  File "/usr/lib/anaconda/instdata.py", line 277, in writeKS 
    self.storage.writeKS(f) 
  File "/usr/lib/anaconda/packages.py", line 66, in writeKSConfiguration 
    anaconda.id.writeKS(fn) 
  File "/usr/lib/anaconda/dispatch.py", line 208, in moveStep 
    rc = stepFunc(self.anaconda) 
  File "/usr/lib/anaconda/dispatch.py", line 126, in gotoNext 
    self.moveStep() 
  File "/usr/lib/anaconda/cmdline.py", line 187, in run 
    anaconda.dispatch.gotoNext() 
  File "/usr/bin/anaconda", line 1121, in <module> 
    anaconda.intf.run(anaconda) 
TypeError: 'NoneType' object is unsubscriptable

Comment 5 Chris Lumens 2011-02-21 15:10:11 UTC

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