Bug 201235
Summary: | [RHEL5 alpha,beta1] anaconda: stall at the enablefilesystems step when trying multipath root installation. | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Kiyoshi Ueda <kueda> | ||||||||||
Component: | anaconda | Assignee: | Peter Jones <pjones> | ||||||||||
Status: | CLOSED WORKSFORME | QA Contact: | Mike McLean <mikem> | ||||||||||
Severity: | high | Docs Contact: | |||||||||||
Priority: | low | ||||||||||||
Version: | 5.0 | CC: | agk, andriusb, berthiaume_wayne, bmarzins, coughlan, dwysocha, emcnabb, jnomura, junichi.nomura, kannan_hariharan, kueda, kueda, mbroz, rkenna, xdl-redhat-bugzilla | ||||||||||
Target Milestone: | --- | ||||||||||||
Target Release: | --- | ||||||||||||
Hardware: | All | ||||||||||||
OS: | Linux | ||||||||||||
Whiteboard: | pm-20060928 | ||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
Doc Text: | Story Points: | --- | |||||||||||
Clone Of: | Environment: | ||||||||||||
Last Closed: | 2006-10-03 17:58:32 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: | |||||||||||||
Bug Depends On: | 203424 | ||||||||||||
Bug Blocks: | 179575 | ||||||||||||
Attachments: |
|
Description
Kiyoshi Ueda
2006-08-03 18:32:51 UTC
Created attachment 133574 [details]
log files on the installer environment
Should work in the 20060804 tree. Can you test? ... or maybe not, the new package didn't get pulled into the tree. Will try to make sure it gets pulled in for the next build. What version of anaconda is the fix included in? 11.1.0.78-1? I tried anaconda-11.1.0.77-1 in the RHEL5-Server-20060806.1 tree, and I can still see the problem. I also checked the changelog of anaconda-11.1.0.80-1, but I can't find the fix after 11.1.0.77-1. What version of anaconda is the fix included in? --------------------------------------------------------------------- * Tue Aug 08 2006 Paul Nasrat <pnasrat> 11.1.0.80-1 - Blacklist e2fsprogs.ppc64 on upgrades (#200233) - Set self.currentMedia to [] (dcantrel, #201722). - Remove multiple error messages (dcantrel, #201247) - Revert logMessage calls (clumens, #201707) * Mon Aug 07 2006 Chris Lumens <clumens> 11.1.0.79-1 - s390 build fix. * Mon Aug 07 2006 Chris Lumens <clumens> 11.1.0.78-1 - Fix password writing for interactive kickstart installs (#201455). - Don't check percentage on preexisting LVs (#193341). - Log added repos (#201212). - Start adding things for ia64 Xen (katzj). - Use new raid module name (katzj, #201361). - Look for ifconfig in the right place during rescue mode (#201372). - Fix segfault in FTP and HTTP path typos (#197403, #201243, #201367). - Don't display the askmethod screen on CD installs (#201108). - Do a better job at updating mkfs percentage bar (pjones). - Fix finding the release notes (#201232). - Add libvolume_id for gfs2-utils (katzj). --------------------------------------------------------------------- I tried anaconda-11.1.0.77-6 in the RHEL5-Server-20060818.3 tree, and I can still see the problem. RHEL5-Server-20060825.1 (anaconda-11.1.0.77-9) still has the same problem. The problem occurs even when I don't use any partitions/LVs on multipath devices. When I give 'nompath' boot option to the installer, the installation succeeds but I cannot see dm-multipath devices. Created attachment 135304 [details]
rawhide-20060830 anaconda exception
FYI, I also tried rawhide-ia64 (20060830).
Then the installer got exception instead of stalling.
anaconda-11.1.0.86-1.ia64.rpm
parted-1.7.1-15.fc6.ia64.rpm
device-mapper-1.02.07-1.1.ia64.rpm
device-mapper-multipath-0.4.7-4.0.ia64.rpm
Attached is a log of the exception.
Created attachment 135402 [details]
stall on rawhide 20060830 (console screenshot)
The exception reported in #8 occurred only once.
(I have removed all unnecessary LV/VGs on the system.
It might have affected on it.)
Instead, with the same distribution rawhide 20060830,
I've seen another stall when it's installing kernel rpm.
This stall occurs 5 times out of 5 trials to install
on multipath device.
The stall didn't occur when the installation is done
to SCSI device.
The original stall still occurs on RHEL5-Server-20060830.1
(anaconda-11.1.0.77-9).
Peter, RHEL5 pre-beta still cannot be installed when there is multipath device. rawhide seems a little bit better but it fails to install on multipath device, too. There is a following changelog between RHEL5 anaconda (11.1.0.77) and rawhide anaconda (11.1.0.86): +2006-08-21 Peter Jones <pjones> + + * isys/isys.py (driveDict): only return dm devices when "disk" is + the klassArg in question, but don't fall through to the 'elif' for + other klassArgs, either. Does this explain the difference between RHEL5 and rawhide? I'm assuming this is still an issue in RHEL 5 Beta 1, as well as the Alpha? Yes. Created attachment 136264 [details]
traceback log
In the anaconda-11.1.0.77-11 of the RHEL5-Server-20060912.2,
traceback occurs around the enablefilesystems step if the machine
has multipath storages, even if the multipath storages aren't used.
(If 'nompath' boot option is given, this traceback doesn't occur.)
The traceback message from anaconda is attached.
Netapp is also very interested in multipath root for RHEL5 so adding them to CC list. The traceback in comment #16 is a parted bug, and needs to be filed as such. It isn't a bug in the multipath support. (in fact, comment #16 is bugzilla #203424 ) Adding EMC to this bug. I confirmed this bug is fixed in the anaconda-11.1.0.99-1. So I close this bugzilla. |