RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 678620 - RHEL 6.1 fails to install on redclient-[1-4] systems when using lvm
Summary: RHEL 6.1 fails to install on redclient-[1-4] systems when using lvm
Keywords:
Status: CLOSED DUPLICATE of bug 677689
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: anaconda
Version: 6.1
Hardware: Unspecified
OS: Linux
high
high
Target Milestone: rc
: ---
Assignee: Anaconda Maintenance Team
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-02-18 16:03 UTC by Daniel Yeisley
Modified: 2011-02-21 15:10 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-02-21 15:10:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
console.log from beaker job 54462 (133.42 KB, text/plain)
2011-02-21 14:44 UTC, Daniel Yeisley
no flags Details

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 ***


Note You need to log in before you can comment on or make changes to this bug.