Bug 149220
| Summary: | RHEL4 U2: Python exception while creating LVM2 volumes | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Dilpreet Gulati <dilpreet_gulati> | ||||||
| Component: | anaconda | Assignee: | Peter Jones <pjones> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Mike McLean <mikem> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 4.0 | CC: | katzj, wwlinuxengineering | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i386 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2005-10-05 15:53:36 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
Dilpreet Gulati
2005-02-21 13:45:40 UTC
Created attachment 111254 [details]
anaconda dump
I believe this to be a duplicate of 144827, which is on our Update 1 MUSTFIX list. *** This bug has been marked as a duplicate of 144827 *** This bug is still present in RHEL4 Update1 beta 1. I am not convinced that this is a duplicate of BZ144827. 144827 is PROD_READY while this one is still reproducible on U1 Beta. I am adding this to Devzilla so we can track this. Reopening this issue as it is still reproducible as per Charles Rose regression tests. Paste from BZ144827 as this is pertinent to this bug: Comment #19 From Charles Rose (charles_rose) on 2005-04-20 05:15 EST [reply] On RHEL4 U1 Beta we see a Python exception: I installed two identical PE2850 machines (A and B) with single SCSI disks (No RAID) with the autopartitioning scheme. Disks on both machines were at SCSI ID0. The partitions on both the disks (from machine A and machine B) were: sda1 (ext3, /boot) sda2 (LVM2) After installation, I moved the disk from machine B and plugged it in machine A at SCSI ID1 and started the installation (GUI). I chose to do a fresh Install with autopartition. After the package selection screen where we usually see the "Formatting" messages, anaconda throws an exception (file attached) during "lvmremove". Repeated attempts have the same results. Created attachment 113502 [details]
Anaconda Dump 2
Here's the culprit text in the dumps:
, fsentry -- device: VolGroup00/LogVol01 mountpoint: swap
fsystem: swap format: 1
ismounted: 0
...
Unable to deactivate logical volume "LogVol01"
LogVol01 is currently being used as swap space, so lvremove will fail.
I can reproduce this independent of the drives Matt sent in; it's a problem where you've got two VGs with the same name, and the LVM tools aren't consistent in their determination of what constitutes "inconsistent metadata", so they'll let you activate things but not remove or deactivate them. I realize this is an older bug, but I'm marking it as a dupe of 168723, which is already assigned to the LVM tools. And removing it from the proposed list. (I'm also adding the associated Issue Trackers to that bug) *** This bug has been marked as a duplicate of 168723 *** |