Hide Forgot
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:
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
Created attachment 479930 [details] console.log from beaker job 54462
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
*** This bug has been marked as a duplicate of bug 677689 ***