linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ANNOUNCE: mdadm 1.9.0 - A tool for managing Soft RAID under Linux
@ 2005-02-04  1:11 Neil Brown
  2005-02-04  4:54 ` Max Waterman
  0 siblings, 1 reply; 3+ messages in thread
From: Neil Brown @ 2005-02-04  1:11 UTC (permalink / raw)
  To: linux-raid



I am pleased to announce the availability of 
   mdadm version 1.9.0
It is available at
   http://www.cse.unsw.edu.au/~neilb/source/mdadm/
and
   http://www.{countrycode}.kernel.org/pub/linux/utils/raid/mdadm/

as a source tar-ball and (at the first site) as an SRPM, and as an RPM for i386.

mdadm is a tool for creating, managing and monitoring
device arrays using the "md" driver in Linux, also
known as Software RAID arrays.

Release 1.9.0 adds:
    -   Fix rpm build problem (stray %)
    -   Minor manpage updates
    -   Change "dirty" status to "active" as it was confusing people.
    -   --assemble --auto recognises 'standard' name and insists on using
        the appropriate major/minor number for them.
    -   Remove underscore from partition names, so partitions of 
	"foo" are "foo1", "foo2" etc (unchanged) and partitions of
	"f00" are "f00p1", "f00p2" etc rather than "f00_p1"...
    -   Use "major", "minor", "makedev" macros instead of 
	"MAJOR", "MINOR", "MKDEV" so that large device numbers work
	on 2.6 (providing you have glibc 2.3.3 or later).
    -   Add some missing closes of open file descriptors.
    -   Reread /proc/partition for every array assembled when using
	it to find devices, rather than only once.
    -   Make "mdadm -Ss" stop stacked devices properly, by reversing the
	order in which arrays are stopped.
    -   Improve some error messages.
    -   Allow device name to appear before first option, so e.g.
	mdadm /dev/md0 -A /dev/sd[ab]
	works.
    -   Assume '-Q' if just a device is given, rather than being silent.

This is based on 1.8.0 and *not* on 1.8.1 which was meant to be a pre-release 
for the upcoming 2.0.0.  The next prerelease will have a more obvious name.

Development of mdadm is sponsored by CSE@UNSW: 
  The School of Computer Science and Engineering
at
  The University of New South Wales

NeilBrown  04 February 2005


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ANNOUNCE: mdadm 1.9.0 - A tool for managing Soft RAID under Linux
  2005-02-04  1:11 ANNOUNCE: mdadm 1.9.0 - A tool for managing Soft RAID under Linux Neil Brown
@ 2005-02-04  4:54 ` Max Waterman
  2005-02-04  5:03   ` Neil Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Max Waterman @ 2005-02-04  4:54 UTC (permalink / raw)
  To: linux-raid

Neil Brown wrote:
>
> Release 1.9.0 adds:
...
>     -   --assemble --auto recognises 'standard' name and insists on using
>         the appropriate major/minor number for them.

Is this the problem I encountered when I added auto=md to my mdadm.conf 
file?

It caused all sorts of problems - which were recoverable, fortunately.

I ended up putting a '/sbin/MAKEDEV md' into /etc/rc.sysinit just before 
the call to mdadm, but that creates all the md devices, not just those 
that are needed.

Will this new version allow me to remove this line in rc.sysinit again 
and put the 'auto=md' back into mdadm.conf?

Max.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ANNOUNCE: mdadm 1.9.0 - A tool for managing Soft RAID under Linux
  2005-02-04  4:54 ` Max Waterman
@ 2005-02-04  5:03   ` Neil Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Neil Brown @ 2005-02-04  5:03 UTC (permalink / raw)
  To: mwaterman; +Cc: linux-raid

On Friday February 4, davidmaxwaterman@fastmail.co.uk wrote:
> Neil Brown wrote:
> >
> > Release 1.9.0 adds:
> ...
> >     -   --assemble --auto recognises 'standard' name and insists on using
> >         the appropriate major/minor number for them.
> 
> Is this the problem I encountered when I added auto=md to my mdadm.conf 
> file?

Probably.

> 
> It caused all sorts of problems - which were recoverable, fortunately.
> 
> I ended up putting a '/sbin/MAKEDEV md' into /etc/rc.sysinit just before 
> the call to mdadm, but that creates all the md devices, not just those 
> that are needed.
> 
> Will this new version allow me to remove this line in rc.sysinit again 
> and put the 'auto=md' back into mdadm.conf?

I think so, yes.  It is certainly worth a try and I would appreciate
success of failure reports.

NeilBrown

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-02-04  5:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-04  1:11 ANNOUNCE: mdadm 1.9.0 - A tool for managing Soft RAID under Linux Neil Brown
2005-02-04  4:54 ` Max Waterman
2005-02-04  5:03   ` Neil Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).