~ubuntu-branches/ubuntu/karmic/mdadm/karmic

« back to all changes in this revision

Viewing changes to ANNOUNCE-2.6.4

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2008-06-03 14:59:18 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20080603145918-sf648wmpi5d3ites
Tags: 2.6.4-2ubuntu1
* Merge from debian unstable, remaining changes:
 * md activation:
  - We now have a single udev rule for both the real system and the
    initramfs, since doing things differently there will only result in bugs
    and confusion.
  - This rule runs "mdadm --assemble --scan --no-degraded", automatically
    activating any non-degraded device as their components are detected.
  - Drop the mdadm-raid init script, since this does the same thing.
  - Also drop mdadm-startall which uses the mdadm-raid init script, and its
    associated sgml file (thus dropping the build-dep on docbook-to-man)
  - Simplify the configuration, since we always autostart all devices so do
    not need to specify any required root devices, etc.
  - Drop the deprecated mdrun entirely.
  - Since udev autostarts arrays, much of the initramfs script can be
    dropped.
 * Install a new udev rule at 65 which runs vol_id on clean raid arrays.
   This will cause lvm, etc. to be run (since there is vol_id information
   present for the enclosed filesystem).
 * Depend on initramfs-tools, specifically a version that doesn't ship
   the mdrun script. and a version that supports the mountfail functionality,
   see below. This way we can clean out a lot of the upgrade handling
   from the initramfs hook.
 * Just get initramfs to load the modules for us
 * Create init-premount hook script for the initramfs, to provide
   information at boot, if the root device is not functional.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Subject:  ANNOUNCE: mdadm 2.6.4 - A tool for managing Soft RAID under Linux
 
2
 
 
3
I am pleased to announce the availability of
 
4
   mdadm version 2.6.4
 
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.6.4 adds a few minor bug fixes to 2.6.3
 
20
 
 
21
Changelog Entries:
 
22
    -   Make "--create --auto=mdp" work for non-standard device names.
 
23
    -   Fix restarting of a 'reshape' if it was stopped in the middle.
 
24
    -   Fix a segfault when using v1 superblock.
 
25
    -   Make --write-mostly effective when re-adding a device to an array.
 
26
    -   Various minor fixes
 
27
 
 
28
Development of mdadm is sponsored by
 
29
 SUSE Labs, Novell Inc.
 
30
 
 
31
NeilBrown  19th October 2007