All of lore.kernel.org
 help / color / mirror / Atom feed
* ANNOUNCE: mdadm 2.5 - A tool for managing Soft RAID under Linux
@ 2006-05-26  6:33 Neil Brown
  2006-05-28 13:32 ` [PATCH] mdadm 2.5 (Was: ANNOUNCE: mdadm 2.5 - A tool for managing Soft RAID under Linux) Luca Berra
  0 siblings, 1 reply; 13+ messages in thread
From: Neil Brown @ 2006-05-26  6:33 UTC (permalink / raw)
  To: linux-raid



I am pleased to announce the availability of
   mdadm version 2.5

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/

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

Release 2.5 adds a host of minor updates and one major update.

The major update involves an "Auto Assemble" function which will,
with certainly limits, scan all available devices for anything that
looks like an md array, and will try to assemble it.
This code should be treated with some caution as it is very new,
and could be revised in future, though hopefully not very much.

The main problem I have always had will auto-assembly is that it
is too easy for it to assemble thing that you don't want assembled,
e.g. if you have moved some devices from a different computer.
To remove this problem, arrays can now be tagged for the computer
that is their home (homehost) and only arrays with the correct
homehost will be auto-assembled.

Feedback on the effectiveness and usefulness of this feature and it's
documentation is encouraged.

Changelog Entries:
    -   Support 'mailfrom' line in mdadm.conf so the From: line in alert
	emails can be explicitly set.
    -   Arrange that SparesMissing (which is similar in import to
	DegradedArray) generates an Email.
    -   Assume "DEVICE partitions" if no DEVICE line is given.
    -   Support new 'offset' layout for raid10.
    -   When creating a bitmap file, choose a chunksize to limit number
	of bitmap chunks to 2 million.  More than this can cause kmalloc
	failure.
    -   New 'CREATE' line in mdadm.conf for defaults such as owner, group,
	mode and auto-flag
    -   --detail checks if array has been started or not and includes that
	in report.
    -   When using --update=uuid on an array with a bitmap, update the
	bitmap's uuid too.
    -   Add a copy of /proc/mdstat to the mail message sent by mdadm
        --monitor.
    -   New flag --no-degraded to avoid starting arrays if there are
	fewer devices available than last time the array was started.
	This is only needed with --scan, as with --scan, that behaviour
	is the default.
    -   Support for 'homehost' concept.  This is a fairly major update.
	It includes a configfile option and a command line option for
	specifying a homehost, records that host in the superblock,
	and reports the homehost where possible.
    -   Support for Auto Assembly.  "mdadm -As" will, if provided with
	the name of a homehost, try to assemble all arrays it can find
	that were created for that homehost.  See man pages for more details.

Development of mdadm is sponsored by
 SUSE Labs, Novell Inc.

NeilBrown  26th May 2006


^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: [PATCH] mdadm 2.5 (Was: ANNOUNCE: mdadm 2.5 - A tool for managing Soft RAID under Linux)
@ 2006-05-31 17:18 Alex Davis
  2006-05-31 22:15 ` Eyal Lebedinsky
  0 siblings, 1 reply; 13+ messages in thread
From: Alex Davis @ 2006-05-31 17:18 UTC (permalink / raw)
  To: linux-raid

>short swap16(short in)
>{
>        int i;
>        short out=0;
>        for (i=0; i<4; i++) {
>                out = out<<8 | (in&255);
>                in = in >> 8;
>        }
>        return out;
>}

Shouldn't that be "for (i=0; i<2; i++) {..." ? 

I code, therefore I am

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

end of thread, other threads:[~2006-06-05 19:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-26  6:33 ANNOUNCE: mdadm 2.5 - A tool for managing Soft RAID under Linux Neil Brown
2006-05-28 13:32 ` [PATCH] mdadm 2.5 (Was: ANNOUNCE: mdadm 2.5 - A tool for managing Soft RAID under Linux) Luca Berra
2006-05-28 17:08   ` dean gaudet
2006-05-28 17:48     ` Luca Berra
2006-05-28 21:42       ` dean gaudet
2006-05-29  2:08   ` Neil Brown
2006-05-29  5:44     ` Luca Berra
2006-05-29  6:06       ` Neil Brown
2006-06-05 19:47     ` [PATCH] mdadm 2.5 Nix
  -- strict thread matches above, loose matches on Subject: below --
2006-05-31 17:18 [PATCH] mdadm 2.5 (Was: ANNOUNCE: mdadm 2.5 - A tool for managing Soft RAID under Linux) Alex Davis
2006-05-31 22:15 ` Eyal Lebedinsky
2006-06-01  1:22   ` Neil Brown
2006-06-01  7:11     ` Luca Berra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.