Oliver Schmitz wrote:
>
> seems like we are doing almost the same as you do.
> Did you setup a propper /etc/raidtab?
raiddev /dev/md0
raid-level 0
chunk-size 32
nr-raid-disks 2
nr-spare-disks 0
device /dev/sdb1
raid-disk 0
device /dev/sda8
raid-disk 1
> If you have an old RAID-0 Array try starting it with raid0run.
That I haven't tried... actually none of the 0.90 or 0.50 RPMs I've
grabbed have any such file in them (both official and non-official
RedHat RPMs).
> This worked with our system.
> We moved all the stuff away an generated a new Array.
> Raid 1 and 5 can be converted by using mkraid --upgrade, but only if
> you have the right raidtab file. It ist also possible to give RAID-1
> and RAID-5 Arrays persisten superblock. We did this today, works fine
> (up to now :-) )
Hmmm... does RAID-0 need upgrading? I've never gotten mkraid in 0.90 to
work.
> I think If you use the new 2.2.10 kernel (as we do) together with the
> corresponding kernel patch and newest raid tools this should work.
I have 2.2.10-ac4 running... I'm moving to -ac12. I run -ac patches for
a couple of reasons:
- Help test out the patches for Alan
- I have an on-board aic7xxx based SCSI controller and 50% of the time
Doug's changes break support for my controller... I like to catch those
before they make it into a released kernel
- I have an SMP machine and have problems with the random and infrequent
system lockups... this is being played with in the ac patches
- I have a SCSI scanner and the sg driver has major problems...
sometimes the ac patches play with this (I'll probably have to wait for
a reasonably stable 2.3.x to get any real improvement)
I think some raid patches are already in 2.2.10-ac12... the latest raid
patches on ftp.us.kernel.org:/pub/linux/daemons/raid don't apply...
every file/patch it adds patch thinks is already added.
> Did you compile raid support into your kernel?
MD is compiled in. RAID0 is a module... I tried manually loading the
module. I do have RAID0 working perfectly (well almost) under 2.2.10-ac4
and several kernels before that.
> Look at http://ostenfeld.dk/~jakob/Software-RAID.HOWTO/
> to get the new howto file.
Thanks... I'll take a look.
Brian Macy