~xnox/ubuntu/natty/mdadm/natty-updates

« back to all changes in this revision

Viewing changes to ANNOUNCE-2.2

  • Committer: Dmitrijs Ledkovs
  • Author(s): Surbhi Palande
  • Date: 2010-09-30 17:46:19 UTC
  • mfrom: (1.1.25 sid)
  • Revision ID: dmitrijs.ledkovs@canonical.com-20100930174619-cqsokylnluraiyr8
Tags: 3.1.4-1+8efb9d1ubuntu1
* Merge from debian unstable. (LP: #603582) 
* Remaining changes
  - Assemble.c, config.c: upgraded to the mdadm-3.1.4 version of these files
    from Debian.
  - debian/control: we need udev and util-linux in the right version. We
    also remove the build dependency from quilt and docbook-to-man as both
    are not used in Ubuntus mdadm.
  - debian/initramfs/hook: kept the Ubuntus version for handling the absence
    of active raid arrays in <initramfs>/etc/mdadm/mdadm.conf
  - debian/initramfs/script.local-top.DEBIAN, debian/mdadm-startall,
    debian/mdadm.raid.DEBIAN: removed. udev does its job now instead.
  - debian/mdadm-startall.sgml, debian/mdadm-startall.8: documentation of
    unused startall script
  - debian/mdadm.config, debian/mdadm.postinst - let udev do the handling
    instead. Resolved merge conflict by keeping Ubuntu's version.
  - debian/rules: kept debian's switch to using dh_lintian
  - debian/mdadm.links, debian/mdadm.manpages: dropped owing to the fact
    that these are not used in Ubuntu. Also dropped the build-dep on docbook
    to man)
  - debian/mdadm.postinst, debian/mdadm.config, initramfs/init-premount:
    boot-degraded enablement; maintain udev starting of RAID devices;
    init-premount hook script for the initramfs, to provide information at
    boot
  - debian/mkconf.in is the older mkconf. Kept the Ubuntus version.
  - debian/rules: Kept Ubuntus version for installing apport hooks, not
    installing un-used startall script and for adding a udev rule
    corresponding to mdadm.
  - debian/install-rc, check.d/_numbers, check.d/root_on_raid: Ubuntu partman
    installer changes
  - debian/presubj: Dropped this unused bug reporting file. Instead use
    source_mdadm.py act as an apport hook for bug handling.
  - rename debian/mdadm.vol_id.udev to debian/mdadm.mdadm-blkid.udev so that
    the rules file ends up with a more reasonable name

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Subject:  ANNOUNCE: mdadm 2.2 - A tool for managing Soft RAID under Linux
2
 
 
3
 
I am pleased to announce the availability of
4
 
   mdadm version 2.2
5
 
 
6
 
It is available at the usual places:
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
 
mdadm is a tool for creating, managing and monitoring
12
 
device arrays using the "md" driver in Linux, also
13
 
known as Software RAID arrays.
14
 
 
15
 
Release 2.2 fixes a few small bugs and add as few small elements of
16
 
functionality.  Possibly the most interesting is the addition of
17
 
'README.initramfs' and 'mkinitramfs'.  Feedback on these would be
18
 
most welcome.
19
 
 
20
 
Changelog Entries:
21
 
    -   Assorted bug fixes
22
 
    -   Support write-intent-bitmaps on raid10
23
 
    -   Support little-endian (Rather than hostendian) bitmaps.
24
 
    -   Return correct error code from 'mdadm -S'
25
 
    -   Remove extra blank line from 'mdadm -Eb' output.
26
 
    -   Improve option parsing so that -a and -b do not have
27
 
        optional arguements: the arg is either required or not
28
 
        depending on context.
29
 
    -   Allow scanning of devices listed in /proc/partitions even
30
 
        if they don't appear in /dev.
31
 
    -   Support --assume-clean in --create mode as well as --build
32
 
    -   Add support for --monitor to report to syslog: -y or --syslog.
33
 
        Thanks to Ross Vandegrift
34
 
    -   --monitor now reports which device failed in a 'Fail' message
35
 
           This broke with 2.6
36
 
    -   Improve chance of array starting properly after a crash.
37
 
        mdadm was insisting the event numbers were identical, but this
38
 
        isn't needed, and is a problem if the crash was while the metadata
39
 
        was being updated.
40
 
    -   Support --update==uuid
41
 
    -   Added README.initramfs and mkinitramfs to help people use an
42
 
        initram for starting md arrays at boot.
43
 
 
44
 
 
45
 
Development of mdadm is sponsored by
46
 
 SUSE Labs, Novell Inc.
47
 
 
48
 
NeilBrown  5th December 2005
49
 
 
50