Bug 63205

Summary: RFE: Implement bad block check that is used when creating filesystems
Product: [Retired] Red Hat Public Beta Reporter: George Karabin <gkarabin>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED WONTFIX QA Contact: Mike McLean <mikem>
Severity: low Docs Contact:
Priority: high    
Version: skipjack-beta2   
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-03-04 21:59:45 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 Flags
anaconda dump from crash none

Description George Karabin 2002-04-11 05:59:26 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9) Gecko/20020311

Description of problem:
I have a disk with some bad sectors (probably many, from the sound the drive
makes) on one partition. I had thought that perhaps that the formatter would
mark those sectors as bad, and move on. Instead, anaconda crashed.

I'm not too worried if anaconda can't use the disk (I've already replaced it)
but the crash seems noteworthy.


Version-Release number of selected component (if applicable):


How reproducible:
Didn't try

Steps to Reproduce:
1. Get a disk with at least as many bad sectors as the one I've got (I'll attach
a log to show the errors that had been echoed by anaconda up till the crash).
2. Set up an ext3 partition that covers those bad sectors.
3. Try to format/check for errors that partition.

	

Actual Results:  anaconda crashes, and pops up a dialog to save the crash trace
(will be attached...)


Expected Results:  format either marks the sectors bad and anaconda continues if
the adjusted partition size has room for the install, or anaconda gracefully
reports a problem with the disk, and fails to install.

Additional info:

Comment 1 George Karabin 2002-04-11 06:00:28 UTC
Created attachment 53344 [details]
anaconda dump from crash

Comment 2 Michael Fulbright 2002-04-11 18:19:42 UTC
We cannot correct errors on the fly. However we do need to allow the 'Check for
bad sectors' test to create a map of the bad sectors which is used when creating
the filesystem. This is a future enhancement.

Comment 3 Michael Fulbright 2003-03-04 21:59:45 UTC
I anticipate we're removing bad block check.