summaryrefslogtreecommitdiffstats
path: root/ANNOUNCE-2.6.3
blob: 168539db644d5d8891c2e92a67b4dc5768009601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Subject:  ANNOUNCE: mdadm 2.6.3 - A tool for managing Soft RAID under Linux

I am pleased to announce the availability of
   mdadm version 2.6.3

It is available at the usual places:
   http://www.cse.unsw.edu.au/~neilb/source/mdadm/
and
   countrycode=xx.
   http://www.${countrycode}kernel.org/pub/linux/utils/raid/mdadm/
and via git at
   git://neil.brown.name/mdadm
   http://neil.brown.name/git?p=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.6.3  adds a  few minor bug  fixes to 2.6.2

Changelog Entries:
    -   allow --write-behind to be set for --grow.
    -   When adding new disk to an array, don't reserve so much bitmap
        space that the disk cannot store the required data. (Needed when
	1.x array was created with older mdadm).
    -   When adding a drive that was a little too small, we did not get
	the correct error message.
    -   Make sure that if --assemble find an array in the critical region
	of a reshape, and cannot find the critical data to restart the
	reshape, it gives an error message.
    -   Fix segfault with '--detail --export' and non-persistent
        superblocks.
    -   Various manpage updates.
    -   Improved 'raid4' support (--assemble, --monitor)
    -   Option parsing fixes w.r.t -a
    -   Interpret "--assemble --metadata=1" to allow any version 1.x
	metadata, and be more specific in the "metadata=" message printed
	with --examine --brief
    -   Fix spare migration in --monitor.

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

NeilBrown  20th August 2007