Bug 433024
Summary: | Anaconda traceback when trying to resize old LV to create new LV | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Will Woods <wwoods> | ||||||
Component: | anaconda | Assignee: | Jeremy Katz <katzj> | ||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | low | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 9 | ||||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2009-02-16 21:25:12 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: | |||||||||
Bug Blocks: | 430962 | ||||||||
Attachments: |
|
Description
Will Woods
2008-02-15 18:46:38 UTC
Created attachment 295032 [details]
anacdump.txt
Fixed in git, at least with test mode. Will build a new anaconda so that hopefully we'll have images tomorrow Created attachment 297827 [details]
dump from trying to resize LV, anaconda-11.4.0.49
Gets further now, but the fs check during the resize operation seems to fail.
It should work - there's plenty of free space.
Maybe something about installing from LiveCD could interfere with the partition
resizing/checking?
anacdump.txt is attached.
Here's the trace:
anaconda 11.4.0.49 exception report
Traceback (most recent call first):
File "/usr/lib/anaconda/fsset.py", line 552, in resize
raise RuntimeError, "Check of %s failed" %(devicePath,)
File "/usr/lib/anaconda/fsset.py", line 1615, in resizeFilesystems
self.progressWindow, chroot)
File "/usr/lib/anaconda/fsset.py", line 1624, in shrinkFilesystems
self.resizeFilesystems(diskset, chroot, shrink = True)
File "/usr/lib/anaconda/packages.py", line 157, in turnOnFilesystems
anaconda.id.fsset.shrinkFilesystems(anaconda.id.diskset, anaconda.rootPath)
File "/usr/lib/anaconda/dispatch.py", line 208, in moveStep
rc = stepFunc(self.anaconda)
File "/usr/lib/anaconda/dispatch.py", line 131, in gotoNext
self.moveStep()
File "/usr/lib/anaconda/gui.py", line 1246, in nextClicked
self.anaconda.dispatch.gotoNext()
RuntimeError: Check of /dev/VolGroup00/LogVol00 failed
Can you check tty5 to see what the output of e2fsck was? This is basically that fsck wasn't happy with the volume, so ... I checked it when this happened and couldn't find any errors.. maybe the return code is being misinterpreted by anaconda? Doesn't e2fsck return 1 if problems were fixed successfully (and everything is OK)? I'll try again just to be sure. Hey! It works with a system installed with the F9b Live image. So it's very likely to be something particular to the way the F8 LiveCD creates the root filesystem. I'll try that again and see if I can get error messages from tty5. Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping |