Re: [PATCH] ANNOUNCE: mdadm 2.5.1 - A tool for managing Soft RAID under Linux

2006-06-19 Thread Neil Brown
On Monday June 19, [EMAIL PROTECTED] wrote: > > Neil Brown wrote: > > I am pleased to announce the availability of > >mdadm version 2.5.1 > > What the heck, here's another one. :) This one is slightly more serious. > We're getting a device of "0:0" in "Fail" events from the mdadm monitor > s

Re: [PATCH] ANNOUNCE: mdadm 2.5.1 - A tool for managing Soft RAID under Linux

2006-06-19 Thread Paul Clements
Paul Clements wrote: --- super1.c2006-06-19 05:17:36.0 -0400 +++ /export/public/clemep/tmp/super1-ppc-compile-error.c2006-06-19 00:40:26.0 -0400 @@ -124,8 +124,11 @@ static unsigned int calc_sb_1_csum(struc disk_csum = sb->sb_csum; sb->sb_csum = 0;

Re: [PATCH] ANNOUNCE: mdadm 2.5.1 - A tool for managing Soft RAID under Linux

2006-06-19 Thread Paul Clements
Neil Brown wrote: I am pleased to announce the availability of mdadm version 2.5.1 What the heck, here's another one. :) This one is slightly more serious. We're getting a device of "0:0" in "Fail" events from the mdadm monitor sometimes now (due to the change in map_dev, which allows it to

Re: [PATCH] ANNOUNCE: mdadm 2.5.1 - A tool for managing Soft RAID under Linux

2006-06-19 Thread Paul Clements
Bill Davidsen wrote: Paul Clements wrote: Neil Brown wrote: I am pleased to announce the availability of mdadm version 2.5.1 and here's another patch for a compile error on ppc... Since ppc is big endian, the compiler is complaining because it can't determine whether the isuper post-i

Re: ANNOUNCE: mdadm 2.5.1 - A tool for managing Soft RAID under Linux

2006-06-16 Thread Bill Davidsen
Paul Clements wrote: Neil Brown wrote: I am pleased to announce the availability of mdadm version 2.5.1 Hi Neil, Here's a small patch to allow compilation on gcc 2.x. It looks like gcc 3.x allows variable declarations that are not at the start of a block of code (I don't know if ther

Re: ANNOUNCE: mdadm 2.5.1 - A tool for managing Soft RAID under Linux

2006-06-16 Thread Paul Clements
Neil Brown wrote: I am pleased to announce the availability of mdadm version 2.5.1 Hi Neil, Here's a small patch to allow compilation on gcc 2.x. It looks like gcc 3.x allows variable declarations that are not at the start of a block of code (I don't know if there's some standard that al

ANNOUNCE: mdadm 2.5.1 - A tool for managing Soft RAID under Linux

2006-06-15 Thread Neil Brown
I am pleased to announce the availability of mdadm version 2.5.1 It is available at the usual places: http://www.cse.unsw.edu.au/~neilb/source/mdadm/ and http://www.${countrycode}kernel.org/pub/linux/utils/raid/mdadm/ and via git at git://neil.brown.name/git/mdadm mdadm is a tool fo