~ubuntu-branches/ubuntu/hardy/mdadm/hardy-updates

« back to all changes in this revision

Viewing changes to {arch}/++pristine-trees/unlocked/mdadm/mdadm--debian/mdadm--debian--1.12.0/pkg-mdadm-devel@lists.alioth.debian.org--2005/mdadm--debian--1.12.0--patch-2/ANNOUNCE-1.12.0

  • Committer: Package Import Robot
  • Author(s): Scott James Remnant
  • Date: 2006-07-11 17:23:21 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20060711172321-070tz7lox9adujtw
Tags: 2.4.1-6ubuntu1
* Merge from debian unstable, remaining changes:
  - integration with initramfs-tools,
  - autocreate devices when udev is in use,
  - use lstat in mdopen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Subject:  ANNOUNCE: mdadm 1.12.0 - A tool for managing Soft RAID under Linux
2
 
 
3
 
 
4
 
I am pleased to announce the availability of 
5
 
   mdadm version 1.12.0
6
 
It is available at
7
 
   http://www.cse.unsw.edu.au/~neilb/source/mdadm/
8
 
and
9
 
   http://www.{countrycode}.kernel.org/pub/linux/utils/raid/mdadm/
10
 
 
11
 
as a source tar-ball and (at the first site) as an SRPM, and as an RPM for i386.
12
 
 
13
 
mdadm is a tool for creating, managing and monitoring
14
 
device arrays using the "md" driver in Linux, also
15
 
known as Software RAID arrays.
16
 
 
17
 
Release 1.12.0 adds:
18
 
  Several of these are backported from the Debian package
19
 
    -   Don't use 'lstat' to check for blockdevices, use stat.
20
 
    -   Get size calculation right when in Create when BLKGESIZE64 not available
21
 
    -   Document --size=max option for --grow
22
 
    -   Document SparesMissing event and DeviceDisappeared/WrongLevel
23
 
    -   --stop --scan repeatly cycles until no more progress can be made
24
 
        so that stack devices are stopped properly
25
 
    -   Minor type rationalisation for ident->uuid - now always 'int[]'
26
 
    -   Fix type in online help for --grow (was -F, now -G)
27
 
    -   Allow --auto command line option to set default auto=
28
 
        value when running "--assemble --scan".  Previously
29
 
        --auto was ignored if --scan was given
30
 
    -   Fix a few type casts
31
 
    -   Fix parsing of /dev/md/N in is_standard
32
 
    -   Fix rounding errors in human_size()
33
 
    -   Fix silly example in mdadm.conf-examples
34
 
    -   When finding a /dev name for a device, prefer shorter names
35
 
    -   Suppress listing of devices= in --brief output of -D or -E,
36
 
        unless -v is given (-vv gives the old behaviour with -Dsv).
37
 
        This is because the device list can change and so is not a
38
 
        stable aspect of the array
39
 
    -   Allow --force with --grow so '-Gfn1' works (on raid1)
40
 
    -   Make --examine --brief report spares= properly.
41
 
    -   When device files are made with "--assemble --auto",
42
 
        add them to the list of known device name, so that 
43
 
        assembling stacked devices has a better chance of working.
44
 
    -   Replace sprintf calls with snprintf (to quiet diet-libc)
45
 
    -   Add man page for mdassemble
46
 
    -   Fix compilation with tinyc
47
 
    -   Lot of minor manpage updates
48
 
 
49
 
Development of mdadm is sponsored by CSE@UNSW: 
50
 
  The School of Computer Science and Engineering
51
 
at
52
 
  The University of New South Wales
53
 
 
54
 
NeilBrown  14 June 2005
55