In 2.2.9 raid will not sync a new array.... Has this been fixed, or are
you running 2.2.9 over an already created array.

James

On Fri, 11 Jun 1999, Robert (Drew) Norman wrote:

> 
> 
> I have raid running with kernel 2.2.9-ac4.  I had to go about it in the
> following manner:
> untar kernel.   
> Apply ac4 patch.  
> Apply  raid0145-19990421-2.2.6
> Apply the following patch for the failed patch of raid0145-1999 (I had to
> manually apply it, it wouldn't install itself for some reason)
> 
> 
> --- linux/include/linux/fs.h.orig       Sat May 15 11:10:15 1999
> +++ linux/include/linux/fs.h    Sat May 15 11:11:21 1999
> @@ -255,6 +255,11 @@
>         return test_bit(BH_Protected, &bh->b_state);
>  }
> 
> +static inline int buffer_lowprio(struct buffer_head * bh)
> +{
> +       return test_bit(BH_LowPrio, &bh->b_state);
> +}
> +
>  #define buffer_page(bh)                (mem_map + MAP_NR((bh)->b_data))
>  #define touch_buffer(bh)       set_bit(PG_referenced,
> &buffer_page(bh)->flags)
> 
> 
> 
> --Drew Norman
> 
> 
> On Fri, 11 Jun 1999, A James Lewis wrote:
> > As far as I am aware there are no working patches for 2.2.8 on, this has
> > been the case for some time so that information may be out of date... or
> > alternatively there may be moves afoot to integrate it into a mainstream
> > kernel.
> > 
> > Does anyone have clarification on this as I am installing some servers
> > with 2.2.7 so as to get raid functionality....
> > 
> > James
> > 
> > > Where can I find the Kernel patches to get Raid working correctly for
> > > Kernel 2.2.9
> > > 
> 

A.J. ([EMAIL PROTECTED])
Ignorance is not knowing.
Stupidity is the active pursuit of ignorance.

Reply via email to