[patch] raidtools: mailing list traffic reduction patches ;)

1999-10-03 Thread Tom Livingston
As many on this list have mentioned, there are a couple of problems that keep people posting for help with. I've made some quick patches to the raidtools-19990824-0.90 package in hopes of helping people out in the future. these patches are all superficial, in that they shouldn't affect how raid

RE: [patch] raidtools: mailing list traffic reduction patches ;)

1999-10-03 Thread Tom Livingston
I said: * Changed parser.c to assume a chunk-size of 4k for a raid0 array that otherwise has no chunk-size... as the documentation suggests to folks that no chunk-size param is needed for raid0... and since you can change raid0 chunk-size after the raid has been made, they aren't stuck with

Re: [patch] raidtools: mailing list traffic reduction patches ;)

1999-10-03 Thread Marc Merlin
On dim, oct 03, 1999 at 01:28:14 -0700, Tom Livingston wrote: The changes I made are: * Changed mkraid mkpv to check the version of the raid in the kernel versus their version, and complain if they are newer than the kernel version. This will help the folks who have a new raidtools version,

Re: [patch] raidtools: mailing list traffic reduction patches ;)

1999-10-03 Thread Tomas Fasth
Listen to this: I had a thought spawned in my mind because of Tom's nice little patch. I thought, "may be what we currently lack is a common waterhole on the net for Linux RAID issues?". Then I thought, "What about a linux-raid.org site?". Whois told me it was already a registered domain. A

How do I spin up a SCSI disk after being hot swapped?

1999-10-03 Thread Tomas Fasth
Hi. I'm one of the many satisfied new RAID patch/toolchain users. I use the aic7xxx driver for the Adaptec chipset, which are both onboard and offboard. It works great. I have an issue though, about spinning up a SCSI disk after replacing a faulty one using hot swap. I know the drive can be

md: bug in file raid5.c, line 659

1999-10-03 Thread Marc Merlin
I got some low level SCSI problems on a raid array that was already running in degraded mode, and the kernel outputted the following: sym53c876-1-12,0: M_REJECT received (5:80). sym53c876-1: unexpected disconnect sym53c876-1-12,0: COMMAND FAILED (8a ff) @c7fad000. SCSI disk error : host 1

raid as modules?

1999-10-03 Thread Marc Haber
Hi! I am currently playing with the RAID patches. I have kernel 2.2.12 and applied the raid 0145 patch for 2.2.11. It complained about fs.h, but the changes it wanted to make in fs.h were already there. I also compiled the latest snapshot of the raidtools 0.90. Kernel configuration: |# |#

Marc's message

1999-10-03 Thread mpinheiro
Howdy! I am currently playing with the RAID patches. I have kernel 2.2.12 and applied the raid 0145 patch for 2.2.11. It complained about fs.h, but the changes it wanted to make in fs.h were already there. I also compiled the latest snapshot of the raidtools 0.90. This message is just to

Re: your mail

1999-10-03 Thread Bo Kersey
If I'm not mistaken, the kernel-2.2.12 available as an rpm from the rawhide section of the redhat ftp site has the RAID patches built in But RAID is a module in this kernel, so you'll have to recompile if you want to do root raid... -- Bo Kersey email:

No Subject

1999-10-03 Thread Rick H. Wesson
hello, i'm having some trouble with making some old sun disks, that were once part of a metadisk raid, a linux raid. linux-2.2.12 infact. when i run mkraid /dev/md0 I get the following: disk 0: /dev/sde1, 4449279kB, raid superblock at 4449152kB disk 1: /dev/sdf1, 4449279kB, raid superblock at

Re: your mail

1999-10-03 Thread Andan
On Sun, 3 Oct 1999, Rick H. Wesson wrote: [some snippage] when i run mkraid /dev/md0 I get the following: disk 0: /dev/sde1, 4449279kB, raid superblock at 4449152kB disk 1: /dev/sdf1, 4449279kB, raid superblock at 4449152kB mkraid: aborted, see the syslog and /proc/mdstat for potential

Re: your mail

1999-10-03 Thread David A. Cooley
At 08:45 PM 10/3/99 -0600, Andan wrote: ditto. i got this same result under, um, 2.2.5 i think, and when i backed off my linux installation to RH5.2 instead of RH6.0, suddenly, everything's fine. since i like pain, i'm in the midst of trying to get Mandrake 6.1 on the box, and make the raid

Re: raid as modules?

1999-10-03 Thread Martin Bene
At 21:00 03.10.99 GMT, Marc Haber wrote: Hi! I am currently playing with the RAID patches. I have kernel 2.2.12 and applied the raid 0145 patch for 2.2.11. It complained about fs.h, but the changes it wanted to make in fs.h were already there. I also compiled the latest snapshot of the raidtools

Re:

1999-10-03 Thread Martin Bene
At 19:31 03.10.99 -0700, Rick H. Wesson wrote: i'm having some trouble with making some old sun disks, that were once part of a metadisk raid, a linux raid. linux-2.2.12 infact. when i run mkraid /dev/md0 I get the following: disk 0: /dev/sde1, 4449279kB, raid superblock at 4449152kB disk 1:

RE: md0 stopped at autorun

1999-10-03 Thread Topan
Thanks a lot for your help. I'm very satisfied with your explanation. And my problem this now is well done. I meant for this time I has successfully to run RAID5 with the raid devices coming up at reboot. Once again thanks a lot for your help. Best Regards, Y.N Rijanto -Original

Re: your mail

1999-10-03 Thread Michael
Ahhh soo. Old sun disks have a non standard format that is proprietary to Sun. If they have never been re-formatted, they can cause problems. Simply do a low level re-format and the problem will go away. BTDT Michael On Sun, 3 Oct 1999, Rick H. Wesson wrote: hello, i'm having