public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Srihari Vijayaraghavan <harisri@bigpond.com>
To: lkml <linux-kernel@vger.kernel.org>, Andrea Arcangeli <andrea@suse.de>
Subject: Re: 2.4.21-pre3aa1 and RAID0 issue (was: 2.4.21-pre2aa1 - RAID0 issue.)
Date: Thu, 23 Jan 2003 01:02:25 +1100	[thread overview]
Message-ID: <200301230102.25399.harisri@bigpond.com> (raw)
In-Reply-To: <200301222007.48055.harisri@bigpond.com>

Hello,

On Wednesday 22 January 2003 20:07, Srihari Vijayaraghavan wrote:
> ...
> The RAID0 doesn't work in 2.4.21-pre3aa1 in my computer, while it is fine
> with 2.4.21-pre3 and 2.4.20-aa1.
> ...

Ok. I did some more testing, and this is what happens:
/sbin/raidstart /dev/md0 executes and exits fine under 2.4.21-pre3. Where as 
under 2.4.21-pre3aa1 it starts executing but _never_ exits (I waited for few 
minutes). I had to kill it using alt + sysrq + k.

I have captured the dmesg outputs of both 2.4.21-pre3aa1 and 2.4.21-pre3 and 
here is the diff between them:
 --- dmesg-2.4.21-pre3aa1	2003-01-23 00:38:11.000000000 +1100
+++ dmesg-2.4.21-pre3	2003-01-23 00:41:11.000000000 +1100
@@ -1,4 +1,4 @@
-Linux version 2.4.21-pre3aa1 (hari@localhost.localdomain) (gcc version 3.2 
20020903 (Red Hat Linux 8.0 3.2-7)) #9 Tue Jan 21 23:27:11 EST 2003
+Linux version 2.4.21-pre3 (hari@localhost.localdomain) (gcc version 3.2 
20020903 (Red Hat Linux 8.0 3.2-7)) #9 Wed Jan 22 19:28:29 EST 2003
 BIOS-provided physical RAM map:
  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
@@ -12,14 +12,13 @@
 zone(0): 4096 pages.
 zone(1): 126960 pages.
 zone(2): 0 pages.
-Building zonelist for node : 0
 Kernel command line: ro root=/dev/hda5 hdb=ide-scsi single
 ide_setup: hdb=ide-scsi
 Initializing CPU#0
-Detected 1200.072 MHz processor.
+Detected 1200.061 MHz processor.
 Console: colour VGA+ 80x25
 Calibrating delay loop... 2392.06 BogoMIPS
-Memory: 516560k/524224k available (955k kernel code, 7276k reserved, 209k 
data, 220k init, 0k highmem)
+Memory: 516652k/524224k available (923k kernel code, 7184k reserved, 204k 
data, 216k init, 0k highmem)
 Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
 Inode cache hash table entries: 32768 (order: 6, 262144 bytes)
 Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
@@ -45,9 +44,6 @@
 Based upon Swansea University Computer Society NET3.039
 Initializing RT netlink socket
 Starting kswapd
-bigpage subsystem: allocated 0 bigpages (=0MB).
-aio_setup: num_physpages = 32764
-aio_setup: sizeof(struct page) = 44
 Journalled Block Device driver loaded
 pty: 256 Unix98 ptys configured
 Uniform Multi-Platform E-IDE driver Revision: 7.00beta-2.4
@@ -61,12 +57,12 @@
 hda: QUANTUM FIREBALL CX10.2A, ATA DISK drive
 hdb: RICOH CD-R/RW MP7083A, ATAPI CD/DVD-ROM drive
 hda: DMA disabled
-blk: queue c028ace0, I/O limit 4095Mb (mask 0xffffffff)
+blk: queue c0274460, I/O limit 4095Mb (mask 0xffffffff)
 hdb: DMA disabled
 hdc: SAMSUNG SV1022D, ATA DISK drive
 hdd: Pioneer DVD-ROM ATAPIModel DVD-113 0113, ATAPI CD/DVD-ROM drive
 hdc: DMA disabled
-blk: queue c028b144, I/O limit 4095Mb (mask 0xffffffff)
+blk: queue c02748ac, I/O limit 4095Mb (mask 0xffffffff)
 hdd: DMA disabled
 ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
 ide1 at 0x170-0x177,0x376 on irq 15
@@ -84,7 +80,7 @@
 kjournald starting.  Commit interval 5 seconds
 EXT3-fs: mounted filesystem with ordered data mode.
 VFS: Mounted root (ext3 filesystem) readonly.
-Freeing unused kernel memory: 220k freed
+Freeing unused kernel memory: 216k freed
 NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
 Real Time Clock Driver v1.10e
 EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,5), internal journal
@@ -128,4 +124,5 @@
 raid0 : Allocating 8 bytes for hash.
 md: updating md0 RAID superblock on device
 md: hdc1 [events: 00000193]<6>(write) hdc1's sb offset: 2562240
-SysRq : SAK
+md: hda3 [events: 00000193]<6>(write) hda3's sb offset: 2562240
+md: ... autorun DONE.

It looks though the kernel raid sub-system on 2.4.21-pre3aa1 is not able to 
access/activate /dev/hda3 properly, which is part of /dev/md0 raid0 array 
(this raid0 array is made up of /dev/hdc1 and /dev/hda3).

Please feel free to ask for more informartion. Thanks.
-- 
Hari
harisri@bigpond.com


  reply	other threads:[~2003-01-22 13:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-26 21:56 2.4.21-pre2aa1 - RAID0 issue Srihari Vijayaraghavan
2003-01-22  9:07 ` 2.4.21-pre3aa1 and RAID0 issue (was: 2.4.21-pre2aa1 - RAID0 issue.) Srihari Vijayaraghavan
2003-01-22 14:02   ` Srihari Vijayaraghavan [this message]
2003-01-27  3:41     ` Solved 2.4.21-pre3aa1 and RAID-0 issue (was: Re: 2.4.21-pre3aa1 and RAID0 issue] Srihari Vijayaraghavan
2003-01-27 11:30       ` Jens Axboe
2003-01-28  9:46         ` Srihari Vijayaraghavan
2003-01-28  9:44           ` Jens Axboe
2003-01-28 12:24             ` Andrea Arcangeli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200301230102.25399.harisri@bigpond.com \
    --to=harisri@bigpond.com \
    --cc=andrea@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox