* Software RAID-5 attempt to access beyond end of device...
@ 2004-08-27 15:37 Sebastian Utz
[not found] ` <Pine.LNX.4.56.0408271739470.23465@lion.drogon.net>
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Sebastian Utz @ 2004-08-27 15:37 UTC (permalink / raw)
To: linux-raid
Hello,
I have a problem with an Software RAID-5 at the top of 4 IDE-Drives
connected via 2 Promise UltraTX2 (20268) IDE controller.
FS is EXT3.
Kernel 2.6.8.1 (problem occured with 2.6.7, update didn't helped)
CPU: Pentium II 400
Mainboard: Asus P2B-S
After 29% usage, I've got an Kernel oops and system stalls:
-------- snip start -------------
Aug 27 16:30:18 gharb kernel: attempt to access beyond end of device
Aug 27 16:30:18 gharb kernel: md0: rw=1, want=6917529027856096120,
limit=241215360
Aug 27 16:30:18 gharb kernel: Buffer I/O error on device md0, logical
block 864691128482012014
Aug 27 16:30:18 gharb kernel: lost page write due to I/O error on md0
Aug 27 16:30:18 gharb kernel: Unable to handle kernel paging request at
virtual address d5c85204
Aug 27 16:30:18 gharb kernel: printing eip:
Aug 27 16:30:18 gharb kernel: c026b031
Aug 27 16:30:18 gharb kernel: *pde = 00000000
Aug 27 16:30:18 gharb kernel: Oops: 0000 [#1]
Aug 27 16:30:18 gharb kernel: PREEMPT
Aug 27 16:30:18 gharb kernel: Modules linked in: b1pci b1dma b1 capi
capifs kernelcapi
Aug 27 16:30:18 gharb kernel: CPU: 0
Aug 27 16:30:18 gharb kernel: EIP:
0060:[generic_make_request+17/496] Not tainted
Aug 27 16:30:18 gharb kernel: EFLAGS: 00010296 (2.6.8.1)
Aug 27 16:30:18 gharb kernel: EIP is at generic_make_request+0x11/0x1f0
Aug 27 16:30:18 gharb kernel: eax: 00000000 ebx: c9226ba8 ecx:
d5c85200 edx: 00060008
Aug 27 16:30:18 gharb kernel: esi: c7cc7860 edi: c7cc7860 ebp:
0c001000 esp: d139bd0c
Aug 27 16:30:18 gharb kernel: ds: 007b es: 007b ss: 0068
Aug 27 16:30:18 gharb kernel: Process kjournald (pid: 268,
threadinfo=d139a000 task=d1399710)
Aug 27 16:30:18 gharb kernel: Stack: 00000000 00000000 d1399710 c0118b00
d139bd3c d139bd3c 00000000 0e60a778
Aug 27 16:30:18 gharb kernel: 00000000 00000000 d1399710 c0118b00
d139bd3c d139bd3c 00000000 d139a000
Aug 27 16:30:18 gharb kernel: c0104fb5 c7cc7860 00000000 c9226ba8
c7cc7860 00000001 00000040 c026b26d
Aug 27 16:30:18 gharb kernel: Call Trace:
Aug 27 16:30:18 gharb kernel: [autoremove_wake_function+0/96]
autoremove_wake_function+0x0/0x60
Aug 27 16:30:18 gharb kernel: [autoremove_wake_function+0/96]
autoremove_wake_function+0x0/0x60
Aug 27 16:30:18 gharb kernel: [need_resched+39/50]
need_resched+0x27/0x32
Aug 27 16:30:18 gharb kernel: [submit_bio+93/256] submit_bio+0x5d/0x100
Aug 27 16:30:18 gharb kernel: [end_buffer_write_sync+0/112]
end_buffer_write_sync+0x0/0x70
Aug 27 16:30:18 gharb kernel: [submit_bh+97/336] submit_bh+0x61/0x150
Aug 27 16:30:18 gharb kernel: [ll_rw_block+109/144]
ll_rw_block+0x6d/0x90
Aug 27 16:30:18 gharb kernel: [journal_commit_transaction+4078/4688]
journal_commit_transaction+0xfee/0x1250
Aug 27 16:30:18 gharb kernel: [fbcon_cursor+719/1024]
fbcon_cursor+0x2cf/0x400
Aug 27 16:30:18 gharb kernel: [kjournald+217/624] kjournald+0xd9/0x270
Aug 27 16:30:18 gharb kernel: [autoremove_wake_function+0/96]
autoremove_wake_function+0x0/0x60
Aug 27 16:30:18 gharb kernel: [autoremove_wake_function+0/96]
autoremove_wake_function+0x0/0x60
Aug 27 16:30:18 gharb kernel: [ret_from_fork+6/20]
ret_from_fork+0x6/0x14
Aug 27 16:30:18 gharb kernel: [commit_timeout+0/16]
commit_timeout+0x0/0x10
Aug 27 16:30:18 gharb kernel: [kjournald+0/624] kjournald+0x0/0x270
Aug 27 16:30:18 gharb kernel: [kernel_thread_helper+5/24]
kernel_thread_helper+0x5/0x18
Aug 27 16:30:18 gharb kernel: Code: 8b 41 04 c1 ed 09 8b 70 38 8b 58 34
0f ac f3 09 c1 fe 09 89
---------------- snip end -----------
2 Disks are around 40 GB, 2 are around 80GB.
All 4 disk are different size and manufacturer, maybe this is the
problem?
Please help!!!
I already search the web(google, groups), but without success!
Thanks a lot.
sebastian
more info about my system:
raidtab:
raiddev /dev/md0
raid-level 5
nr-raid-disks 4
nr-spare-disks 0
persistent-superblock 1
parity-algorithm left-symmetric
chunk-size 32
device /dev/hde1
raid-disk 0
device /dev/hdg1
raid-disk 1
device /dev/hdi1
raid-disk 2
device /dev/hdk1
raid-disk 3
gharb:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 7.9G 1.6G 6.0G 21% /
/dev/sda1 47M 20M 25M 46% /boot
/dev/md0 114G 31G 78G 29% /data
complete dmesg output at start:
---------- dmesg start --------------
Linux version 2.6.8.1 (root@xukay) (gcc version 3.3.4 (Debian
1:3.3.4-3)) #1 Fri Aug 27 14:50:18 CEST 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 0000000011ffd000 (usable)
BIOS-e820: 0000000011ffd000 - 0000000011fff000 (ACPI data)
BIOS-e820: 0000000011fff000 - 0000000012000000 (ACPI NVS)
BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
287MB LOWMEM available.
On node 0 totalpages: 73725
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 69629 pages, LIFO batch:16
HighMem zone: 0 pages, LIFO batch:1
DMI 2.0 present.
ACPI: RSDP (v000 ASUS ) @
0x000f8030
ACPI: RSDT (v001 ASUS P2B-S 0x42302e31 MSFT 0x31313031) @
0x11ffd000
ACPI: FADT (v001 ASUS P2B-S 0x42302e31 MSFT 0x31313031) @
0x11ffd080
ACPI: BOOT (v001 ASUS P2B-S 0x42302e31 MSFT 0x31313031) @
0x11ffd040
ACPI: DSDT (v001 ASUS P2B-S 0x00001000 MSFT 0x01000001) @
0x00000000
ACPI: Vendor " ASUS" System "P2B-S " Revision 0x0 has a known ACPI
BIOS problem.
ACPI: Reason: Bogus PCI routing. This is a non-recoverable error
ACPI: BIOS listed in blacklist, disabling ACPI support
Built 1 zonelists
Kernel command line: auto BOOT_IMAGE=Linux ro root=803
Local APIC disabled by BIOS -- reenabling.
Found and enabled local APIC!
Initializing CPU#0
PID hash table entries: 2048 (order 11: 16384 bytes)
Detected 400.936 MHz processor.
Using tsc for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 286472k/294900k available (3141k kernel code, 7664k reserved,
1313k data, 204k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode...
Ok.
Calibrating delay loop... 790.52 BogoMIPS
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 0183fbff 00000000 00000000 00000000
CPU: After vendor identify, caps: 0183fbff 00000000 00000000 00000000
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 512K
CPU: After all inits, caps: 0183fbff 00000000 00000000 00000040
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel Pentium II (Deschutes) stepping 02
Enabling fast FPU save and restore... done.
Checking 'hlt' instruction... OK.
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 400.0847 MHz.
..... host bus clock speed is 100.0211 MHz.
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xf0720, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040326
ACPI: Interpreter disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
SCSI subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Using IRQ router PIIX/ICH [8086/7110] at 0000:00:04.0
vesafb: probe of vesafb0 failed with error -6
vga16fb: initializing
vga16fb: mapped to 0xc00a0000
fb0: VGA16 VGA frame buffer device
Simple Boot Flag at 0x46 set to 0x1
Machine check exception polling timer started.
audit: initializing netlink socket (disabled)
audit(1093626961.4294966132:0): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
udf: registering filesystem
Initializing Cryptographic API
Limiting direct PCI/PCI transfers.
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Console: switching to colour frame buffer device 80x30
lp: driver loaded but no devices found
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected an Intel 440BX Chipset.
agpgart: Maximum main memory to use for agp memory: 232M
agpgart: AGP aperture is 64M @ 0xe4000000
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing
disabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
parport0: PC-style at 0x378 (0x778) [PCSPP(,...)]
parport0: irq 7 detected
lp0: using parport0 (polling).
Using anticipatory io scheduler
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
PCI: Found IRQ 10 for device 0000:00:0b.0
3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
0000:00:0b.0: 3Com PCI 3c905C Tornado at 0x7400. Vers LK1.1.19
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with
idebus=xx
PIIX4: IDE controller at PCI slot 0000:00:04.1
PIIX4: chipset revision 1
PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xb800-0xb807, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0xb808-0xb80f, BIOS settings: hdc:DMA, hdd:pio
hdc: HITACHI DVD-ROM GD-2500, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
PDC20268: IDE controller at PCI slot 0000:00:09.0
PCI: Found IRQ 5 for device 0000:00:09.0
PCI: Sharing IRQ 5 with 0000:00:04.2
PCI: Sharing IRQ 5 with 0000:00:06.0
PDC20268: chipset revision 1
PDC20268: 100% native mode on irq 5
ide2: BM-DMA at 0x9400-0x9407, BIOS settings: hde:pio, hdf:pio
ide3: BM-DMA at 0x9408-0x940f, BIOS settings: hdg:pio, hdh:pio
hde: IBM-DTLA-307045, ATA DISK drive
ide2 at 0xa800-0xa807,0xa402 on irq 5
hdg: IC35L060AVV207-0, ATA DISK drive
ide3 at 0xa000-0xa007,0x9802 on irq 5
PDC20268: IDE controller at PCI slot 0000:00:0a.0
PCI: Found IRQ 12 for device 0000:00:0a.0
PDC20268: chipset revision 1
PDC20268: 100% native mode on irq 12
ide4: BM-DMA at 0x7800-0x7807, BIOS settings: hdi:pio, hdj:pio
ide5: BM-DMA at 0x7808-0x780f, BIOS settings: hdk:pio, hdl:pio
hdi: SAMSUNG SP0812N, ATA DISK drive
ide4 at 0x9000-0x9007,0x8802 on irq 12
hdk: IC35L080AVVA07-0, ATA DISK drive
ide5 at 0x8400-0x8407,0x8002 on irq 12
hde: max request size: 128KiB
hde: 90069840 sectors (46115 MB) w/1916KiB Cache, CHS=65535/16/63,
UDMA(100)
hde: hde1
hdg: max request size: 1024KiB
hdg: 80418240 sectors (41174 MB) w/1821KiB Cache, CHS=16383/255/63,
UDMA(100)
hdg: hdg1
hdi: max request size: 1024KiB
hdi: 156368016 sectors (80060 MB) w/8192KiB Cache, CHS=16383/255/63,
UDMA(100)
hdi: hdi1
hdk: max request size: 128KiB
hdk: 160836480 sectors (82348 MB) w/1863KiB Cache, CHS=65535/16/63,
UDMA(100)
hdk: hdk1
hdc: ATAPI 24X DVD-ROM drive, 512kB Cache, DMA
Uniform CD-ROM driver Revision: 3.20
PCI: Found IRQ 5 for device 0000:00:06.0
PCI: Sharing IRQ 5 with 0000:00:04.2
PCI: Sharing IRQ 5 with 0000:00:09.0
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
<Adaptec aic7890/91 Ultra2 SCSI adapter>
aic7890/91: Ultra2 Wide Channel A, SCSI Id=7, 32/253 SCBs
(scsi0:A:0): 80.000MB/s transfers (40.000MHz, offset 30, 16bit)
Vendor: IBM Model: DNES-309170W Rev: SAH0
Type: Direct-Access ANSI SCSI revision: 03
scsi0:A:0:0: Tagged Queuing enabled. Depth 32
SCSI device sda: 17916240 512-byte hdwr sectors (9173 MB)
SCSI device sda: drive cache: write through
sda: sda1 sda2 sda3
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
ieee1394: raw1394: /dev/raw1394 device initialized
sbp2: $Rev: 1219 $ Ben Collins <bcollins@debian.org>
USB Universal Host Controller Interface driver v2.2
PCI: Found IRQ 5 for device 0000:00:04.2
PCI: Sharing IRQ 5 with 0000:00:06.0
PCI: Sharing IRQ 5 with 0000:00:09.0
uhci_hcd 0000:00:04.2: Intel Corp. 82371AB/EB/MB PIIX4 USB
uhci_hcd 0000:00:04.2: irq 5, io base 0000b400
uhci_hcd 0000:00:04.2: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
mice: PS/2 mouse device common for all mice
input: PC Speaker
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
md: linear personality registered as nr 1
md: raid0 personality registered as nr 2
md: raid1 personality registered as nr 3
md: raid5 personality registered as nr 4
raid5: measuring checksumming speed
8regs : 732.000 MB/sec
8regs_prefetch: 612.000 MB/sec
32regs : 364.000 MB/sec
32regs_prefetch: 348.000 MB/sec
pII_mmx : 996.000 MB/sec
p5_mmx : 1044.000 MB/sec
raid5: using function: p5_mmx (1044.000 MB/sec)
raid6: int32x1 105 MB/s
raid6: int32x2 113 MB/s
raid6: int32x4 97 MB/s
raid6: int32x8 97 MB/s
raid6: mmxx1 234 MB/s
raid6: mmxx2 292 MB/s
raid6: using algorithm mmxx2 (292 MB/s)
md: raid6 personality registered as nr 8
md: multipath personality registered as nr 7
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
Advanced Linux Sound Architecture Driver Version 1.0.4 (Mon May 17
14:31:44 2004 UTC).
ALSA device list:
No soundcards found.
NET: Registered protocol family 2
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 32768 bind 65536)
ip_tables: (C) 2000-2002 Netfilter core team
ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>.
http://snowman.net/projects/ipt_recent/
arp_tables: (C) 2002 David S. Miller
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 15
md: Autodetecting RAID arrays.
md: autorun ...
md: considering hdk1 ...
md: adding hdk1 ...
md: adding hdi1 ...
md: adding hdg1 ...
md: adding hde1 ...
md: created md0
md: bind<hde1>
md: bind<hdg1>
md: bind<hdi1>
md: bind<hdk1>
md: running: <hdk1><hdi1><hdg1><hde1>
md: md0: raid array is not clean -- starting background reconstruction
raid5: device hdk1 operational as raid disk 3
raid5: device hdi1 operational as raid disk 2
raid5: device hdg1 operational as raid disk 1
raid5: device hde1 operational as raid disk 0
raid5: allocated 4201kB for md0
raid5: raid level 5 set md0 active with 4 out of 4 devices, algorithm 2
RAID5 conf printout:
--- rd:4 wd:4 fd:0
disk 0, o:1, dev:hde1
disk 1, o:1, dev:hdg1
disk 2, o:1, dev:hdi1
disk 3, o:1, dev:hdk1
md: ... autorun DONE.
md: syncing RAID array md0
md: minimum _guaranteed_ reconstruction speed: 1000 KB/sec/disc.
md: using maximum available idle IO bandwith (but not more than 200000
KB/sec) for reconstruction.
md: using 128k window, over a total of 40202560 blocks.
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
spurious 8259A interrupt: IRQ7.
kjournald starting. Commit interval 5 seconds
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 204k freed
Adding 499704k swap on /dev/sda2. Priority:-1 extents:1
EXT3 FS on sda3, internal journal
kjournald starting. Commit interval 5 seconds
EXT3 FS on sda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS on md0, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
CAPI Subsystem Rev 1.1.2.8
capifs: Rev 1.1.2.3
capi20: Rev 1.1.2.7: started up with major 68 (middleware+capifs)
b1: revision 1.1.2.2
b1dma: revision 1.1.2.3
PCI: Found IRQ 11 for device 0000:00:0c.0
b1pci: PCI BIOS reports AVM-B1 at i/o 0x6800, irq 11
kcapi: Controller 1: b1pci-6800 attached
b1pci: AVM B1 PCI at i/o 0x6800, irq 11, revision 2
b1pci: revision 1.1.2.2
b1pci-6800: card 1 "B1" ready.
b1pci-6800: card 1 Protocol: DSS1
b1pci-6800: card 1 Linetype: point to multipoint
b1pci-6800: B1-card (3.10-02) now active
kcapi: card 1 "b1pci-6800" ready.
----------- dmesg output end ----------
^ permalink raw reply [flat|nested] 9+ messages in thread[parent not found: <Pine.LNX.4.56.0408271739470.23465@lion.drogon.net>]
* Re: Software RAID-5 attempt to access beyond end of device...
[not found] ` <Pine.LNX.4.56.0408271739470.23465@lion.drogon.net>
@ 2004-08-27 18:20 ` Sebastian Utz
0 siblings, 0 replies; 9+ messages in thread
From: Sebastian Utz @ 2004-08-27 18:20 UTC (permalink / raw)
To: Gordon Henderson; +Cc: linux-raid
On Fri, 2004-08-27 at 18:41, Gordon Henderson wrote:
> On Fri, 27 Aug 2004, Sebastian Utz wrote:
>
> > Hello,
> >
> > I have a problem with an Software RAID-5 at the top of 4 IDE-Drives
> > connected via 2 Promise UltraTX2 (20268) IDE controller.
> >
> > FS is EXT3.
> > Kernel 2.6.8.1 (problem occured with 2.6.7, update didn't helped)
> > CPU: Pentium II 400
> > Mainboard: Asus P2B-S
> >
> > After 29% usage, I've got an Kernel oops and system stalls:
> > -------- snip start -------------
> > Aug 27 16:30:18 gharb kernel: attempt to access beyond end of device
> > Aug 27 16:30:18 gharb kernel: md0: rw=1, want=6917529027856096120,
> > limit=241215360
>
> I've seen something like this with a corrupt ext2 filesystem. Not had it
> panic the box though, but a reboot into maintanance mode, and manual fsck
> might be wise...
>
> Gordon
As I write I using an ext3 FS and I also tried doing an manually fsck,
but than the kernel hangs with an different oops..
sorry I didn't mentioned this..
I also read at the inet, somebody have had the same problem a few times
ago:
http://marc.theaimsgroup.com/?l=linux-raid&m=107087900802777&w=2
http://marc.theaimsgroup.com/?l=linux-raid&m=107134150812889&w=2
but thanks for the hint!
sebastian
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Software RAID-5 attempt to access beyond end of device...
2004-08-27 15:37 Software RAID-5 attempt to access beyond end of device Sebastian Utz
[not found] ` <Pine.LNX.4.56.0408271739470.23465@lion.drogon.net>
@ 2004-08-29 18:27 ` Tim Moore
2004-08-30 6:27 ` Neil Brown
2 siblings, 0 replies; 9+ messages in thread
From: Tim Moore @ 2004-08-29 18:27 UTC (permalink / raw)
To: linux-raid
Two performance suggestions.
1. Consider two RAID-1 arrays: hde+hdg (41MB) and hdi+hdk (80MB) which
would give much better performance over RAID-5 and lower failure
probability without giving up any storage capacity.
2. Set the P2B BIOS to have both promise controllers on IRQ 14 which is
unused in your system (remember to disable the primary motherboard IDE and
you may have to rearrange PCI slot positions). This will give much better
interrupt performance than having the controllers sharing USB and mouse
interrupt cycles.
Rgds,
tim
Sebastian Utz wrote:
> Hello,
>
> I have a problem with an Software RAID-5 at the top of 4 IDE-Drives
> connected via 2 Promise UltraTX2 (20268) IDE controller.
>
> FS is EXT3.
> Kernel 2.6.8.1 (problem occured with 2.6.7, update didn't helped)
> CPU: Pentium II 400
> Mainboard: Asus P2B-S
>
> After 29% usage, I've got an Kernel oops and system stalls:
> -------- snip start -------------
> ---------------- snip end -----------
>
> 2 Disks are around 40 GB, 2 are around 80GB.
> All 4 disk are different size and manufacturer, maybe this is the
> problem?
>
> more info about my system:
> raidtab:
> raiddev /dev/md0
> raid-level 5
> nr-raid-disks 4
> nr-spare-disks 0
> persistent-superblock 1
> parity-algorithm left-symmetric
> chunk-size 32
> device /dev/hde1
> raid-disk 0
> device /dev/hdg1
> raid-disk 1
> device /dev/hdi1
> raid-disk 2
> device /dev/hdk1
> raid-disk 3
>
> gharb:~# df -h
> Filesystem Size Used Avail Use% Mounted on
> /dev/sda3 7.9G 1.6G 6.0G 21% /
> /dev/sda1 47M 20M 25M 46% /boot
> /dev/md0 114G 31G 78G 29% /data
>
>
--
| for direct mail add "private_" in front of user name
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: Software RAID-5 attempt to access beyond end of device...
2004-08-27 15:37 Software RAID-5 attempt to access beyond end of device Sebastian Utz
[not found] ` <Pine.LNX.4.56.0408271739470.23465@lion.drogon.net>
2004-08-29 18:27 ` Tim Moore
@ 2004-08-30 6:27 ` Neil Brown
2004-08-30 9:40 ` Sebastian Utz
2004-09-07 21:35 ` David Greaves
2 siblings, 2 replies; 9+ messages in thread
From: Neil Brown @ 2004-08-30 6:27 UTC (permalink / raw)
To: Sebastian Utz; +Cc: linux-raid
On Friday August 27, su@rotamente.com wrote:
> Hello,
>
> I have a problem with an Software RAID-5 at the top of 4 IDE-Drives
> connected via 2 Promise UltraTX2 (20268) IDE controller.
This is not a raid problem. It is a problem with your filesystem or
your hardware.
I think you have reported this for both reiserfs and ext3, in which
can it is unlikely to be the filesystem. I guess it could be in the
generic block layer...
>
> FS is EXT3.
> Kernel 2.6.8.1 (problem occured with 2.6.7, update didn't helped)
> CPU: Pentium II 400
> Mainboard: Asus P2B-S
>
> After 29% usage, I've got an Kernel oops and system stalls:
> -------- snip start -------------
> Aug 27 16:30:18 gharb kernel: attempt to access beyond end of device
> Aug 27 16:30:18 gharb kernel: md0: rw=1, want=6917529027856096120,
> limit=241215360
6917529027856096120 is 600000000CD0DB78 in hex.
0xCD0DB78 is 215014264 which is not beyond the end of the device.
It looks like 2 extra bits have been set at the top of the address.
This could be due to bad memory (though that is more commonly a
single-bit error, not a double bit error), or it could be the
filesystem send a bad request, possibly due to bad indexing
information that has previously been stored on disk.
I recommend running memtest for a while and confirming that it isn't a
hardware error, and then possibly following up on
linux-kernel@vger.kernel.org.
NeilBrown
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: Software RAID-5 attempt to access beyond end of device...
2004-08-30 6:27 ` Neil Brown
@ 2004-08-30 9:40 ` Sebastian Utz
2004-09-07 21:35 ` David Greaves
1 sibling, 0 replies; 9+ messages in thread
From: Sebastian Utz @ 2004-08-30 9:40 UTC (permalink / raw)
To: Neil Brown; +Cc: linux-raid
On Mon, 2004-08-30 at 08:27, Neil Brown wrote:
> On Friday August 27, su@rotamente.com wrote:
> > Hello,
> >
> > I have a problem with an Software RAID-5 at the top of 4 IDE-Drives
> > connected via 2 Promise UltraTX2 (20268) IDE controller.
>
> This is not a raid problem. It is a problem with your filesystem or
> your hardware.
> I think you have reported this for both reiserfs and ext3, in which
> can it is unlikely to be the filesystem. I guess it could be in the
> generic block layer...
>
> >
> > FS is EXT3.
> > Kernel 2.6.8.1 (problem occured with 2.6.7, update didn't helped)
> > CPU: Pentium II 400
> > Mainboard: Asus P2B-S
> >
> > After 29% usage, I've got an Kernel oops and system stalls:
> > -------- snip start -------------
> > Aug 27 16:30:18 gharb kernel: attempt to access beyond end of device
> > Aug 27 16:30:18 gharb kernel: md0: rw=1, want=6917529027856096120,
> > limit=241215360
>
> 6917529027856096120 is 600000000CD0DB78 in hex.
> 0xCD0DB78 is 215014264 which is not beyond the end of the device.
> It looks like 2 extra bits have been set at the top of the address.
> This could be due to bad memory (though that is more commonly a
> single-bit error, not a double bit error), or it could be the
> filesystem send a bad request, possibly due to bad indexing
> information that has previously been stored on disk.
>
> I recommend running memtest for a while and confirming that it isn't a
> hardware error, and then possibly following up on
> linux-kernel@vger.kernel.org.
>
Ok, thanks for that hint, I've run memtest and it gives me a lot of
error-counts!! Thats it!
Sorry, next time I'll get sure its not a hardware problem before posting
a message..
Thanks a lot!!!
sebastian
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Software RAID-5 attempt to access beyond end of device...
2004-08-30 6:27 ` Neil Brown
2004-08-30 9:40 ` Sebastian Utz
@ 2004-09-07 21:35 ` David Greaves
1 sibling, 0 replies; 9+ messages in thread
From: David Greaves @ 2004-09-07 21:35 UTC (permalink / raw)
To: Neil Brown, 'linux-kernel@vger.kernel.org'
Cc: Sebastian Utz, linux-raid
I have had this problem too so cc'ing lkml as Neil suggests.
my oops and dmesg at the end.
The reiserfs is on top of an lvm2 on top of a raid5
I tried booting with 2.6.6 and then 2.6.7
David
Neil Brown wrote:
>On Friday August 27, su@rotamente.com wrote:
>
>
>>Hello,
>>
>>I have a problem with an Software RAID-5 at the top of 4 IDE-Drives
>>connected via 2 Promise UltraTX2 (20268) IDE controller.
>>
>>
>
>This is not a raid problem. It is a problem with your filesystem or
>your hardware.
>I think you have reported this for both reiserfs and ext3, in which
>can it is unlikely to be the filesystem. I guess it could be in the
>generic block layer...
>
>
>
>>FS is EXT3.
>>Kernel 2.6.8.1 (problem occured with 2.6.7, update didn't helped)
>>CPU: Pentium II 400
>>Mainboard: Asus P2B-S
>>
>>After 29% usage, I've got an Kernel oops and system stalls:
>>-------- snip start -------------
>>Aug 27 16:30:18 gharb kernel: attempt to access beyond end of device
>>Aug 27 16:30:18 gharb kernel: md0: rw=1, want=6917529027856096120,
>>limit=241215360
>>
>>
>
>6917529027856096120 is 600000000CD0DB78 in hex.
>0xCD0DB78 is 215014264 which is not beyond the end of the device.
>It looks like 2 extra bits have been set at the top of the address.
>This could be due to bad memory (though that is more commonly a
>single-bit error, not a double bit error), or it could be the
>filesystem send a bad request, possibly due to bad indexing
>information that has previously been stored on disk.
>
>I recommend running memtest for a while and confirming that it isn't a
>hardware error, and then possibly following up on
>linux-kernel@vger.kernel.org.
>
>
>NeilBrown
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-raid" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
>
Hi I first got this oops 'out of the blue'
Memtest seems to run fine
When rebooting and remounting, it now oopses every time I remount the fs
(I'm running reiserfsck --fix-fixable now.)
################################
First Oops:
Sep 7 20:32:04 cu kernel: attempt to access beyond end of device
Sep 7 20:32:04 cu kernel: dm-0: rw=0, want=1423563552, limit=1153433600
Sep 7 20:32:04 cu kernel: Buffer I/O error on device dm-0, logical
block 2862300003
Sep 7 20:45:02 cu kernel: nfs warning: mount version older than kernel
Sep 7 20:45:02 cu last message repeated 4 times
Sep 7 20:56:33 cu kernel: Unable to handle kernel NULL pointer
dereference at virtual address 000006d8
Sep 7 20:56:33 cu kernel: printing eip:
Sep 7 20:56:33 cu kernel: c01955fd
Sep 7 20:56:33 cu kernel: *pde = 00000000
Sep 7 20:56:33 cu kernel: Oops: 0002 [#1]
Sep 7 20:56:33 cu kernel: CPU: 0
Sep 7 20:56:33 cu kernel: EIP:
0060:[set_bit_in_list_bitmap+61/112] Not tainted
Sep 7 20:56:33 cu kernel: EFLAGS: 00010286 (2.6.6)
Sep 7 20:56:33 cu kernel: EIP is at set_bit_in_list_bitmap+0x3d/0x70
Sep 7 20:56:33 cu kernel: eax: 00000000 ebx: 0001ca42 ecx:
cec11200 edx: d1201918
Sep 7 20:56:33 cu kernel: esi: 000036d4 edi: d112d104 ebp:
00000000 esp: cfe11a5c
Sep 7 20:56:33 cu kernel: ds: 007b es: 007b ss: 0068
Sep 7 20:56:33 cu kernel: Process kswapd0 (pid: 8, threadinfo=cfe10000
task=cfe16b70)
Sep 7 20:56:33 cu kernel: Stack: d112d10c d112d10c e52136d4 cec11200
c019a43b cec11200 e52136d4 d112d104
Sep 7 20:56:33 cu kernel: c0174b2a cfe11de4 e52136d4 c573165c
cfe10000 c0174b65 cfe11de4 cec11200
Sep 7 20:56:33 cu kernel: e52136d4 e52136d4 00000268 c0191e74
cfe11de4 e52136d4 cf17e330 c04be980
Sep 7 20:56:33 cu kernel: Call Trace:
Sep 7 20:56:33 cu kernel: [journal_mark_freed+155/512]
journal_mark_freed+0x9b/0x200
Sep 7 20:56:33 cu kernel: [_reiserfs_free_block+314/336]
_reiserfs_free_block+0x13a/0x150
Sep 7 20:56:33 cu kernel: [reiserfs_free_block+37/64]
reiserfs_free_block+0x25/0x40
Sep 7 20:56:33 cu kernel: [prepare_for_delete_or_cut+1380/1920]
prepare_for_delete_or_cut+0x564/0x780
Sep 7 20:56:33 cu kernel: [ata_scsi_translate+173/240]
ata_scsi_translate+0xad/0xf0
Sep 7 20:56:33 cu kernel: [reiserfs_cut_from_item+191/1248]
reiserfs_cut_from_item+0xbf/0x4e0
Sep 7 20:56:33 cu kernel: [reiserfs_do_truncate+606/1328]
reiserfs_do_truncate+0x25e/0x530
Sep 7 20:56:33 cu kernel: [reiserfs_delete_object+61/112]
reiserfs_delete_object+0x3d/0x70
Sep 7 20:56:33 cu kernel: [reiserfs_delete_inode+130/192]
reiserfs_delete_inode+0x82/0xc0
Sep 7 20:56:33 cu kernel: [reiserfs_delete_inode+0/192]
reiserfs_delete_inode+0x0/0xc0
Sep 7 20:56:33 cu kernel: [generic_delete_inode+81/208]
generic_delete_inode+0x51/0xd0
Sep 7 20:56:33 cu kernel: [iput+85/128] iput+0x55/0x80
Sep 7 20:56:33 cu kernel: [prune_dcache+249/304] prune_dcache+0xf9/0x130
Sep 7 20:56:33 cu kernel: [shrink_dcache_memory+35/48]
shrink_dcache_memory+0x23/0x30
Sep 7 20:56:33 cu kernel: [shrink_slab+288/368] shrink_slab+0x120/0x170
Sep 7 20:56:33 cu kernel: [balance_pgdat+513/624]
balance_pgdat+0x201/0x270
Sep 7 20:56:33 cu kernel: [kswapd+279/304] kswapd+0x117/0x130
Sep 7 20:56:33 cu kernel: [autoremove_wake_function+0/80]
autoremove_wake_function+0x0/0x50
Sep 7 20:56:33 cu kernel: [autoremove_wake_function+0/80]
autoremove_wake_function+0x0/0x50
Sep 7 20:56:33 cu kernel: [kswapd+0/304] kswapd+0x0/0x130
Sep 7 20:56:33 cu kernel: [kernel_thread_helper+5/20]
kernel_thread_helper+0x5/0x14
Sep 7 20:56:33 cu kernel:
Sep 7 20:56:33 cu kernel: Code: 0f ab 30 8b 7c 24 0c 8b 5c 24 04 8b 74
24 08 31 c0 83 c4 10
################################
reboot, mount filesystem, oops:
ReiserFS: dm-0: found reiserfs format "3.6" with standard journal
ReiserFS: dm-0: using ordered data mode
ReiserFS: dm-0: journal params: device dm-0, size 8192, journal first
block 18, max trans len 1024, max batch 900, max commit age 30, max
trans age 30
ReiserFS: dm-0: checking transaction log (dm-0)
ReiserFS: dm-0: Using r5 hash to sort names
ReiserFS: dm-0: Removing [243 454 0x0 SD]..<4>ReiserFS: dm-0: warning:
vs-4075: reiserfs_free_block: block 3844159188 is out of range on dm-0
Unable to handle kernel paging request at virtual address 379df56e
printing eip:
c019907a
*pde = 00000000
Oops: 0000 [#1]
Modules linked in: ipv6 e1000 usblp uhci_hcd usbcore ext3 jbd mbcache
nfsd exportfs lockd sunrpc unix
CPU: 0
EIP: 0060:[<c019907a>] Not tainted
EFLAGS: 00010206 (2.6.7)
EIP is at set_bit_in_list_bitmap+0x3a/0x70
eax: 379df56a ebx: 000134e8 ecx: cffc3e00 edx: 379df56a
esi: 000044a7 edi: d115e0e4 ebp: 00000000 esp: cda71968
ds: 007b es: 007b ss: 0068
Process mount (pid: 1143, threadinfo=cda70000 task=cf867130)
Stack: c03367e1 d115e10c 9a7444a7 cffc3e00 c019df2b cffc3e00 9a7444a7
d115e0e4
c042b1a0 cda71d08 9a7444a7 00000001 cd0e0c8c c0177035 cda71d08
cffc3e00
9a7444a7 00000000 cda71d08 00000269 cd049658 cda70000 c01953ce
cda71d08
Call Trace:
[<c019df2b>] journal_mark_freed+0x9b/0x200
[<c0177035>] reiserfs_free_block+0x35/0x60
[<c01953ce>] prepare_for_delete_or_cut+0x58e/0x7a0
[<c0279e40>] scsi_done+0x0/0x70
[<c01963bf>] reiserfs_cut_from_item+0xbf/0x560
[<c0196b50>] reiserfs_do_truncate+0x260/0x570
[<c0195ecd>] reiserfs_delete_object+0x3d/0x70
[<c017e542>] reiserfs_delete_inode+0x82/0xc0
[<c01176e0>] printk+0x100/0x140
[<c017e4c0>] reiserfs_delete_inode+0x0/0xc0
[<c015e971>] generic_delete_inode+0x51/0xd0
[<c015eb75>] iput+0x55/0x80
[<c018a947>] finish_unfinished+0x1e7/0x350
[<c018cb22>] reiserfs_fill_super+0x532/0x6e0
[<c0181020>] reiserfs_init_locked_inode+0x0/0x20
[<c0173969>] disk_name+0xa9/0xb0
[<c014e715>] sb_set_blocksize+0x25/0x60
[<c014e13d>] get_sb_bdev+0x11d/0x150
[<c018cd3f>] get_super_block+0x2f/0x70
[<c018c5f0>] reiserfs_fill_super+0x0/0x6e0
[<c014e38f>] do_kern_mount+0x5f/0xe0
[<c01610f8>] do_add_mount+0x78/0x170
[<c01613f4>] do_mount+0x144/0x190
[<c0161253>] copy_mount_options+0x63/0xc0
[<c0161780>] sys_mount+0xa0/0xf0
[<c0103efb>] syscall_call+0x7/0xb
Code: 8b 40 04 0f ab 30 8b 7c 24 0c 8b 5c 24 04 8b 74 24 08 31 c0
################################
dmesg:
Linux version 2.6.7 (root@cu.dgreaves.com) (gcc version 3.3.3 (Debian
20040422)) #1 Wed Jun 16 12:39:51 BST 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000000ffec000 (usable)
BIOS-e820: 000000000ffec000 - 000000000ffef000 (ACPI data)
BIOS-e820: 000000000ffef000 - 000000000ffff000 (reserved)
BIOS-e820: 000000000ffff000 - 0000000010000000 (ACPI NVS)
BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
255MB LOWMEM available.
On node 0 totalpages: 65516
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 61420 pages, LIFO batch:14
HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
ACPI: RSDP (v000 ASUS ) @ 0x000f6900
ACPI: RSDT (v001 ASUS A7V-133 0x30303031 MSFT 0x31313031) @ 0x0ffec000
ACPI: FADT (v001 ASUS A7V-133 0x30303031 MSFT 0x31313031) @ 0x0ffec080
ACPI: BOOT (v001 ASUS A7V-133 0x30303031 MSFT 0x31313031) @ 0x0ffec040
ACPI: DSDT (v001 ASUS A7V-133 0x00001000 MSFT 0x0100000b) @ 0x00000000
Built 1 zonelists
Kernel command line: root=/dev/hda2 ro single
Local APIC disabled by BIOS -- reenabling.
Found and enabled local APIC!
Initializing CPU#0
PID hash table entries: 1024 (order 10: 8192 bytes)
Detected 1276.141 MHz processor.
Using tsc for high-res timesource
Console: colour VGA+ 80x25
Memory: 255892k/262064k available (2095k kernel code, 5440k reserved,
889k data, 160k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode...
Ok.
Calibrating delay loop... 2506.75 BogoMIPS
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 0183fbff c1c7fbff 00000000 00000000
CPU: After vendor identify, caps: 0183fbff c1c7fbff 00000000 00000000
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 256K (64 bytes/line)
CPU: After all inits, caps: 0183fbff c1c7fbff 00000000 00000020
CPU: AMD Athlon(tm) Processor stepping 02
Enabling fast FPU save and restore... done.
Checking 'hlt' instruction... OK.
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 1275.0740 MHz.
..... host bus clock speed is 268.0576 MHz.
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xf1150, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040326
ACPI: IRQ9 SCI: Edge set to Level Trigger.
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0,
disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *4 5 6 7 9 10 11 12 14 15)
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
SCSI subsystem initialized
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 4
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
PCI: Using ACPI for IRQ routing
spurious 8259A interrupt: IRQ7.
atyfb: 3D RAGE II+ (GTB) [0x4755 rev 0x9a] 4M EDO, 14.31818 MHz XTAL,
200 MHz PLL, 63 Mhz MCLK
fb0: ATY Mach64 frame buffer device on PCI
Simple Boot Flag at 0x3a set to 0x1
SGI XFS with ACLs, no debug enabled
Applying VIA southbridge workaround.
PCI: Disabling Via external APIC routing
Console: switching to colour frame buffer device 80x25
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller at PCI slot 0000:00:04.1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt82c686b (rev 40) IDE UDMA100 controller on pci0000:00:04.1
ide0: BM-DMA at 0xd800-0xd807, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xd808-0xd80f, BIOS settings: hdc:DMA, hdd:DMA
hda: ST320420A, ATA DISK drive
hdb: Maxtor 5A300J0, ATA DISK drive
Using anticipatory io scheduler
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: Memorex 482E CD-ROM, ATAPI CD/DVD-ROM drive
hdd: PLEXTOR CD-R PX-W2410A, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 39851760 sectors (20404 MB) w/2048KiB Cache, CHS=39535/16/63, UDMA(66)
hda: hda1 hda2 hda3
hdb: max request size: 1024KiB
hdb: 585940320 sectors (300001 MB) w/2048KiB Cache, CHS=36473/255/63,
UDMA(100)
hdb: hdb1 hdb2
hdc: ATAPI 48X CD-ROM drive, 128kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
hdd: ATAPI 40X CD-ROM CD-R/RW drive, 4096kB Cache, UDMA(33)
libata version 1.02 loaded.
sata_promise version 1.00
ata1: SATA max UDMA/133 cmd 0xD100D200 ctl 0xD100D238 bmdma 0x0 irq 11
ata2: SATA max UDMA/133 cmd 0xD100D280 ctl 0xD100D2B8 bmdma 0x0 irq 11
ata3: SATA max UDMA/133 cmd 0xD100D300 ctl 0xD100D338 bmdma 0x0 irq 11
ata4: SATA max UDMA/133 cmd 0xD100D380 ctl 0xD100D3B8 bmdma 0x0 irq 11
ata1: dev 0 cfg 49:2f00 82:7c6b 83:7f09 84:4003 85:7c69 86:3e01 87:4003
88:407f
ata1: dev 0 ATA, max UDMA/133, 490234752 sectors: lba48
ata1: dev 0 configured for UDMA/133
scsi0 : sata_promise
ata2: dev 0 cfg 49:2f00 82:7c6b 83:7f09 84:4003 85:7c69 86:3e01 87:4003
88:407f
ata2: dev 0 ATA, max UDMA/133, 490234752 sectors: lba48
ata2: dev 0 configured for UDMA/133
scsi1 : sata_promise
ata3: dev 0 cfg 49:2f00 82:7c6b 83:7f09 84:4003 85:7c69 86:3e01 87:4003
88:407f
ata3: dev 0 ATA, max UDMA/133, 490234752 sectors: lba48
ata3: dev 0 configured for UDMA/133
scsi2 : sata_promise
ata4: dev 0 cfg 49:2f00 82:7c6b 83:7f09 84:4003 85:7c69 86:3e01 87:4003
88:407f
ata4: dev 0 ATA, max UDMA/133, 490234752 sectors: lba48
ata4: dev 0 configured for UDMA/133
scsi3 : sata_promise
Vendor: ATA Model: Maxtor 7Y250M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
Vendor: ATA Model: Maxtor 7Y250M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
Vendor: ATA Model: Maxtor 7Y250M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
Vendor: ATA Model: Maxtor 7Y250M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
SCSI device sda: 490234752 512-byte hdwr sectors (251000 MB)
SCSI device sda: drive cache: write back
sda: sda1
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sdb: 490234752 512-byte hdwr sectors (251000 MB)
SCSI device sdb: drive cache: write back
sdb: sdb1
Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
SCSI device sdc: 490234752 512-byte hdwr sectors (251000 MB)
SCSI device sdc: drive cache: write back
sdc: sdc1
Attached scsi disk sdc at scsi2, channel 0, id 0, lun 0
SCSI device sdd: 490234752 512-byte hdwr sectors (251000 MB)
SCSI device sdd: drive cache: write back
sdd: sdd1
Attached scsi disk sdd at scsi3, channel 0, id 0, lun 0
mice: PS/2 mouse device common for all mice
serio: i8042 AUX port at 0x60,0x64 irq 12
input: ImPS/2 Logitech Wheel Mouse on isa0060/serio1
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
md: linear personality registered as nr 1
md: raid0 personality registered as nr 2
md: raid1 personality registered as nr 3
md: raid5 personality registered as nr 4
raid5: measuring checksumming speed
8regs : 1700.000 MB/sec
8regs_prefetch: 1608.000 MB/sec
32regs : 1300.000 MB/sec
32regs_prefetch: 1296.000 MB/sec
pII_mmx : 3408.000 MB/sec
p5_mmx : 4572.000 MB/sec
raid5: using function: p5_mmx (4572.000 MB/sec)
raid6: int32x1 503 MB/s
raid6: int32x2 671 MB/s
raid6: int32x4 441 MB/s
raid6: int32x8 402 MB/s
raid6: mmxx1 1070 MB/s
raid6: mmxx2 1824 MB/s
raid6: sse1x1 980 MB/s
raid6: sse1x2 1667 MB/s
raid6: using algorithm sse1x2 (1667 MB/s)
md: raid6 personality registered as nr 8
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
device-mapper: 4.1.0-ioctl (2003-12-10) initialised: dm@uk.sistina.com
NET: Registered protocol family 2
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 32768)
ACPI: (supports S0 S1 S4 S5)
md: Autodetecting RAID arrays.
md: autorun ...
md: considering sdd1 ...
md: adding sdd1 ...
md: adding sdc1 ...
md: adding sdb1 ...
md: adding sda1 ...
md: adding hdb1 ...
md: created md0
md: bind<hdb1>
md: bind<sda1>
md: bind<sdb1>
md: bind<sdc1>
md: bind<sdd1>
md: running: <sdd1><sdc1><sdb1><sda1><hdb1>
raid5: device sdd1 operational as raid disk 3
raid5: device sdc1 operational as raid disk 1
raid5: device sdb1 operational as raid disk 2
raid5: device sda1 operational as raid disk 0
raid5: device hdb1 operational as raid disk 4
raid5: allocated 5222kB for md0
raid5: raid level 5 set md0 active with 5 out of 5 devices, algorithm 2
RAID5 conf printout:
--- rd:5 wd:5 fd:0
disk 0, o:1, dev:sda1
disk 1, o:1, dev:sdc1
disk 2, o:1, dev:sdb1
disk 3, o:1, dev:sdd1
disk 4, o:1, dev:hdb1
md: ... autorun DONE.
XFS mounting filesystem hda2
Starting XFS recovery on filesystem: hda2 (dev: hda2)
Ending XFS recovery on filesystem: hda2 (dev: hda2)
VFS: Mounted root (xfs filesystem) readonly.
Freeing unused kernel memory: 160k freed
NET: Registered protocol family 1
Adding 522100k swap on /dev/hda3. Priority:-1 extents:1
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
usbcore: registered new driver usbfs
usbcore: registered new driver hub
USB Universal Host Controller Interface driver v2.2
uhci_hcd 0000:00:04.2: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
Controller
uhci_hcd 0000:00:04.2: irq 4, io base 0000d400
uhci_hcd 0000:00:04.2: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
uhci_hcd 0000:00:04.3: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
Controller (#2)
uhci_hcd 0000:00:04.3: irq 4, io base 0000d000
uhci_hcd 0000:00:04.3: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
usb 1-1: new full speed USB device using address 2
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 2 if 0
alt 0 proto 2 vid 0x04B8 pid 0x0005
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Software RAID-5 attempt to access beyond end of device...
@ 2004-08-30 9:49 Sebastian Utz
0 siblings, 0 replies; 9+ messages in thread
From: Sebastian Utz @ 2004-08-30 9:49 UTC (permalink / raw)
To: Tim Moore; +Cc: linux-raid
Thanks for that!
I haven't have enough time to consider this..
greetings,
sebastian
> Two performance suggestions.
>
> 1. Consider two RAID-1 arrays: hde+hdg (41MB) and hdi+hdk (80MB) which
> would give much better performance over RAID-5 and lower failure
> probability without giving up any storage capacity.
>
> 2. Set the P2B BIOS to have both promise controllers on IRQ 14 which is
> unused in your system (remember to disable the primary motherboard IDE and
> you may have to rearrange PCI slot positions). This will give much better
> interrupt performance than having the controllers sharing USB and mouse
> interrupt cycles.
>
> Rgds,
> tim
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Software RAID-5 attempt to access beyond end of device...
@ 2003-12-08 17:55 Stefan Myankov
0 siblings, 0 replies; 9+ messages in thread
From: Stefan Myankov @ 2003-12-08 17:55 UTC (permalink / raw)
To: linux-raid
On Mon, 8 Dec 2003, Mark Hahn wrote:
> do they even work correctly as non-raid controllers?
Yes.. They are intended to. I had my linux installed on a single drive on
one of these controllers.
> I'm guessing these are 80G, right?
Nope 160G all of them, sorry for not mentioning it.
>
> I belive there have been bugs like this in reiserfs. of course,
> you failed to give any hint about which kernel you might be using...
>
> if I were you, I'd immediately upgrade to the latest kernel.org kernel
> (2.4.23), and do some serious testing...
>
The kernel version I use is 2.4.22. Since I'm using slackware linux distro
I suppose it is a kenrel.org kernel. As for the filesystem, this would be
the cause of the problem. I've ran multiple tests with bonnie++,
performance is outstanding - 75mb/s sequential read 60mb/s write, just
until drives fill up with data up to the mentioned point of 30-35%.
As for the 2.4.23 stuff I could do it but I hoped that someone could give
me a hint where might be the problem.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Software RAID-5 attempt to access beyond end of device...
@ 2003-02-07 23:03 Stefan Myankov
0 siblings, 0 replies; 9+ messages in thread
From: Stefan Myankov @ 2003-02-07 23:03 UTC (permalink / raw)
To: linux-raid
Hello everyone,
Recently I had to set up a large file archive on-a x86 system. The setup
included two HPT374 ATA-RAID controllers which after testing prooved to be
inapropriate (poor performance, buggy drivers provided by the
manufacturer). So I decided to use the controllers only for their IDE
funcionality. After setting up the hard drives (10 Seagate Barracuda.7
7200/2048k cache) and cfdisking them to partition type
Linux-Raid-Autodetect I set-up a raidtab file containing the following:
raiddev /dev/md0
raid-level 5
nr-raid-disks 5
nr-spare-disks 0
persistent-superblock 1
chunk-size 256k
parity-algorithm left-symmetric
device /dev/hdm1
raid-disk 0
device /dev/hdp1
raid-disk 1
device /dev/hdq1
raid-disk 2
device /dev/hds1
raid-disk 3
device /dev/hdt1
raid-disk 4
raiddev /dev/md1
raid-level 5
nr-raid-disks 5
nr-spare-disks 0
persistent-superblock 1
chunk-size 256k
parity-algorithm left-symmetric
device /dev/hde1
raid-disk 0
device /dev/hdf1
raid-disk 1
device /dev/hdg1
raid-disk 2
device /dev/hdi1
raid-disk 3
device /dev/hdk1
raid-disk 4
--
and created the arrays.
After several days of usage of the archive and when one of the arrays
reached 35% of its' capacity I noticed this error:
attempt to access beyond end of device
09:00: rw=0, want=1017335020, limit=625153024
This keeps showing up and I'm worried about data consistency. The
filesystem I use is reiserfs.
Please advise me where could be the problem.
Thanks in advance,
Stefan Myankov
PocoLoco Networks
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2004-09-07 21:35 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-27 15:37 Software RAID-5 attempt to access beyond end of device Sebastian Utz
[not found] ` <Pine.LNX.4.56.0408271739470.23465@lion.drogon.net>
2004-08-27 18:20 ` Sebastian Utz
2004-08-29 18:27 ` Tim Moore
2004-08-30 6:27 ` Neil Brown
2004-08-30 9:40 ` Sebastian Utz
2004-09-07 21:35 ` David Greaves
-- strict thread matches above, loose matches on Subject: below --
2004-08-30 9:49 Sebastian Utz
2003-12-08 17:55 Stefan Myankov
2003-02-07 23:03 Stefan Myankov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).