Bug 43909 - fsck of RAID devices isn't serialized
Summary: fsck of RAID devices isn't serialized
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: e2fsprogs
Version: 7.1
Hardware: i686
OS: Linux
medium
low
Target Milestone: ---
Assignee: Florian La Roche
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-06-07 21:49 UTC by Alexandre Oliva
Modified: 2007-04-18 16:33 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-06-07 21:49:24 UTC
Embargoed:


Attachments (Terms of Use)

Description Alexandre Oliva 2001-06-07 21:49:22 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.2-2 i686; en-US; rv:0.9)
Gecko/20010507

Description of problem:
fsck doesn't notice that RAID devices live on the same disks, and checks
them in parallel.

How reproducible:
Always

Steps to Reproduce:
1.Create multiple RAID devices, each using one partition from the same set
of disks.
2.Press the reset switch.
3.Note how it checks all RAID devices in parallel.
	

Actual Results:  fsck takes a long time to complete, and the disks' heads
move like crazy.

Expected Results:  RAID devices built off partitions in the same disks
should be serialized.

Additional info:

I've worked around the problem by using increasing fs_passno numbers.

Comment 1 Florian La Roche 2001-06-29 10:26:00 UTC
e2fsprogs-1.22 treat all md devices to be on the same harddisk, so at least
multiple raid devices don't get checked at the same time. So partial
solutions are implemented, the passno configuration should be used to
fix other setups.

Thanks,

Florian La Roche



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