Re: RAID under 2.2.10

1999-07-07 Thread Fred Reimer

On Tue, 06 Jul 1999, Christoph Martin wrote:
 You can apply the 2.2.6 patches to 2.2.10. But it is not working
 correctly. Normal operation is ok, but if a raid comes out of sync and
 need a resync (like when you reboot without a proper shutdown), this
 would fail. 
 
 I have a 2.2.10 with 2.2.6 raid patches running at the moment, because
 I need 2.2.10 to get Informix IDS running. But when the machine
 crashed I had to boot my old 2.2.6 to get the rebuild done and then
 reboot with 2.2.10 for Informix. 
 
 Ingo Molnar talked about working on the patches for 2.2.10 and that he
 fixed the problem with resync, but he did not yet release the code.
 
 Christoph

So

If you're only using RAID0, which you can not rebuild and has no
syncing, then the 2.2.6 patches applied to 2.2.10 provide tested,
production quality RAID?

I will take a backup before proceeding, but I would also like to get
concensus from linux-raid participants and particularly Ingo...

Fred



Re: RAID under 2.2.10

1999-07-07 Thread Bill Anderson

Fred Reimer wrote:
 
 On Tue, 06 Jul 1999, Christoph Martin wrote:
  You can apply the 2.2.6 patches to 2.2.10. But it is not working
  correctly. Normal operation is ok, but if a raid comes out of sync and
  need a resync (like when you reboot without a proper shutdown), this
  would fail.
 
  I have a 2.2.10 with 2.2.6 raid patches running at the moment, because
  I need 2.2.10 to get Informix IDS running. But when the machine
  crashed I had to boot my old 2.2.6 to get the rebuild done and then
  reboot with 2.2.10 for Informix.
 
  Ingo Molnar talked about working on the patches for 2.2.10 and that he
  fixed the problem with resync, but he did not yet release the code.
 
  Christoph
 
 So
 
 If you're only using RAID0, which you can not rebuild and has no
 syncing, then the 2.2.6 patches applied to 2.2.10 provide tested,
 production quality RAID?
 
 I will take a backup before proceeding, but I would also like to get
 concensus from linux-raid participants and particularly Ingo...

Well, if it helps, I've been running RAID0 with said patch on 2.2.10 for
quite a while now.
(knock on wood). Even when having to powercycle the machine without a
proper shutdown.



Re: RAID under 2.2.10

1999-07-06 Thread Rene . Baerecke

Christoph Martin wrote:
 Ingo Molnar talked about working on the patches for 2.2.10 and that he
 fixed the problem with resync, but he did not yet release the code.

Perhaps he is "waiting" for the fs-corruption bug in 2.2.10 to go away?

René



Re: RAID under 2.2.10

1999-07-06 Thread A James Lewis


That would be a good idea, if there is a problem with 2.2.10 then
confusing it with raid isn't ideal

I don't think people understood my previous message which appears to have
started this thread... I was only really wanting more information
about the development status rather than rushing release!

On Tue, 6 Jul 1999 [EMAIL PROTECTED] wrote:

 Christoph Martin wrote:
  Ingo Molnar talked about working on the patches for 2.2.10 and that he
  fixed the problem with resync, but he did not yet release the code.
 
 Perhaps he is "waiting" for the fs-corruption bug in 2.2.10 to go away?
 
 René
 

A.J. ([EMAIL PROTECTED])
Sometimes you're ahead, somtimes you're behind.
The race is long, and in the end it's only with yourself.



Re: RAID under 2.2.10

1999-07-05 Thread Christopher E. Brown

On Sun, 4 Jul 1999, John E. Adams wrote:

 Tom Livingston wrote:
 
 As others have pointed out recently on this list, you can get raid working
 with a 2.2.10 kernel.  Ingo posted a fix, which involves changing just one
 line. 
 
 The fix is only one line, BUT that one line occurs TWICE.  Change both
 occurrences of 'current-priority = 0' to 'current-priority = 1'
 in /usr/src/linux/drivers/block/md.c.  Ideally, that constant should
 have a symbolic name like LOWEST_PRIORITY.
 
   johna


So if I am distilling the correct data here, one patches 2.2.1
with the latest 2.2.6 raid patch, ignores the rejects, and cheges
those to lines and then has a working raid system?

Are there and issues with the AC patches?


First Law of System Requirements:
 "Anything is possible if you don't know what you're talking about..."



Re: RAID under 2.2.10

1999-07-05 Thread Robert Stuart

John E. Adams wrote:
 
  Tom Livingston wrote:
 
  As others have pointed out recently on this list, you can get raid working
  with a 2.2.10 kernel.  Ingo posted a fix, which involves changing just one
  line.
 
  I wrote:
  The fix is only one line, BUT that one line occurs TWICE.  Change both
  occurrences of 'current-priority = 0' to 'current-priority = 1'
  in /usr/src/linux/drivers/block/md.c.  Ideally, that constant should
  have a symbolic name like LOWEST_PRIORITY.
 
  Christopher E. Browne wrote:
So if I am distilling the correct data here, one patches 2.2.1
  with the latest 2.2.6 raid patch, ignores the rejects, and cheges
  those to lines and then has a working raid system?
  Are there and issues with the AC patches?
 
 Mostly correct.  The 2.2.6 patch fails against linux/include/linux/fs.h
 The following code, which is the failing piece, needs to be added to fs.h
 
 static inline int buffer_lowprio(struct buffer_head * bh)
 {
 return test_bit(BH_LowPrio, bh-b_state);
 }
 
 I don't know about AC patches, I no longer apply them.
 
 johna

I'm wanting to use the latest kernel with raid patches and I'm new to
the mailing list... Is raid with 2.2.10 a matter of applying the 2.2.6
raid patches, and adding that code above?  What are the "AC" patches?   
Is the fix in the second paragraph above required?  

What are good sites for raid info - can I find digests of this list
anywhere?  

Thanks for your help.

-- 
Robert Stuart
Ph  61-7-3864 0364