~ubuntu-branches/ubuntu/precise/mdadm/precise-proposed

« back to all changes in this revision

Viewing changes to ANNOUNCE-2.5.5

  • Committer: Package Import Robot
  • Author(s): Surbhi Palande
  • Date: 2010-09-30 17:46:19 UTC
  • mfrom: (1.4.1 experimental) (1.1.25 sid)
  • Revision ID: package-import@ubuntu.com-20100930174619-txqppxj5vhrrvlhq
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.5.5 - A tool for managing Soft RAID under Linux
2
 
 
3
 
I am pleased to announce the availability of
4
 
   mdadm version 2.5.5
5
 
 
6
 
It is available at the usual places:
7
 
   http://www.cse.unsw.edu.au/~neilb/source/mdadm/
8
 
and
9
 
   countrycode=xx.
10
 
   http://www.${countrycode}kernel.org/pub/linux/utils/raid/mdadm/
11
 
and via git at
12
 
   git://neil.brown.name/mdadm
13
 
   http://neil.brown.name/git?p=mdadm
14
 
 
15
 
mdadm is a tool for creating, managing and monitoring
16
 
device arrays using the "md" driver in Linux, also
17
 
known as Software RAID arrays.
18
 
 
19
 
Release 2.5.5 is a bugfix release over 2.5.4.
20
 
Hopefully the last before 2.6.
21
 
 
22
 
Changelog Entries:
23
 
    -   Don't #include linux/blkpg.h as that isn't safe.  Just
24
 
        include the content literally.
25
 
    -   Reduce maximum bitmap usage when working with bitmap files,
26
 
        so that a only single-page allocations are made, even on
27
 
        64bit hosts with 4K pages.
28
 
    -   Close stray fd in mdassemble so that it can assemble stacked
29
 
        devices
30
 
    -   If mdassemble finds an array already assembled, it marks it
31
 
        read-write.
32
 
    -   Remove error in md_open if array is already active.  This isn't
33
 
        needed and gets in the ways if an array was created e.g. in
34
 
        initramfs, but device doesn't yet exist in /dev.
35
 
    -   When --assemble --scan is run, if all arrays that could be found
36
 
        have already been started, don't report an error.
37
 
    -   Fix a couple of bugs related to raid10 and the new 'offset' layout.
38
 
    -   Improve error message when a wrong '--update' option is given.
39
 
 
40
 
Development of mdadm is sponsored by
41
 
 SUSE Labs, Novell Inc.
42
 
 
43
 
NeilBrown 23rd October 2006