Bug 44324 - System locks up when running multiple mke2fs's
Summary: System locks up when running multiple mke2fs's
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.3
Hardware: ia64
OS: Linux
high
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-06-12 20:48 UTC by Bryan Leopard
Modified: 2007-03-27 03:45 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-06-06 13:17:11 UTC
Embargoed:


Attachments (Terms of Use)

Description Bryan Leopard 2001-06-12 20:48:07 UTC
Kernel: 2.4.3-11smp

System: Compaq IA64 Pilot-4 M01(05/22/2001)
2 800Mhz/4MB C0 processors
8GB RAM
ROC is boot contoller
SmartArray 5300 in slot 2 w/4 logical drives (16GB, 214GB, 180GB, 80GB)

The system locks up within 2 minutes when trying to create ext2 
filesystems on all 4 logical drives simultaneously.

Use this script:
for d in 0 1 2 3 ; do
  mke2fs /dev/cciss/c0d${d}p1 &
done

A system running a 2.4.5 kernel does not lock up in this manner.

Comment 1 Arjan van de Ven 2001-06-12 20:50:57 UTC
1) How much memory does the machine have?
2) Locks up -> hard lock (eg no keyboard leds etc) ??


Comment 2 Bill Nottingham 2001-06-12 20:53:06 UTC
Did you happen to fill up the SWIOTLB, and panic it that way?  I could certainly
see 4 simultaneous mke2fs's doing this.

Comment 3 Bryan Leopard 2001-06-13 13:52:45 UTC
New Info.

The system doesn't actually lock up.  It finishes th tasks, but takes an 
extremely long time and during this time, the system is no responsive.  This 
problems seems to be affected by memory.  The more memory, the worse the 
problem.  We have seen this problem with 1GB and 6GB.  This was reproduced on 
SCSI and array.

Comment 4 Glen Foster 2001-07-13 22:05:51 UTC
This defect considered MUST-FIX for Fairfax gold-release.

Comment 5 Bill Nottingham 2001-08-09 02:58:24 UTC
Does this perform any better under the 2.4.7 kernel?

Comment 6 Bill Nottingham 2001-08-23 02:56:00 UTC
arjan: http://uwsg.iu.edu/hypermail/linux/kernel/0108.2/1270.html

related?

Comment 7 Arjan van de Ven 2001-08-23 07:23:31 UTC
yes; we fixed this before, then Linus unfixed it again.... sigh


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