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

« back to all changes in this revision

Viewing changes to debian/control

  • 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:
4
4
XSBC-Original-Maintainer: Debian mdadm maintainers <pkg-mdadm-devel@lists.alioth.debian.org>
5
5
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
6
6
Uploaders: martin f. krafft <madduck@debian.org>, Mario Joussen <joussen@debian.org>
7
 
Build-Depends: debhelper (>= 5), po-debconf, groff-base
8
 
Standards-Version: 3.7.2
9
 
XS-Original-Vcs-Git: git://git.debian.org/git/pkg-mdadm/mdadm.git
10
 
XS-Original-Vcs-Browser: http://git.debian.org/?p=pkg-mdadm/mdadm.git
 
7
Build-Depends: debhelper (>= 6), po-debconf, groff-base
 
8
Standards-Version: 3.7.3
 
9
Vcs-Git: git://git.debian.org/git/pkg-mdadm/mdadm
 
10
Vcs-Browser: http://git.debian.org/?p=pkg-mdadm/mdadm.git
11
11
 
12
12
Package: mdadm
13
13
Architecture: any
16
16
Replaces: mdctl
17
17
Conflicts: mdctl (<< 0.7.2), raidtools2 (<< 1.00.3-12.1)
18
18
Description: tool to administer Linux MD arrays (software RAID)
19
 
 mdadm is a program that can be used to create, manage, and monitor MD
20
 
 arrays (e.g. software RAID, multipath devices).
 
19
 The mdadm utility can be used to create, manage, and monitor MD
 
20
 (multi-disk) arrays for software RAID or multipath I/O.
21
21
 .
22
22
 This package automatically configures mdadm to assemble arrays during the
23
 
 system startup process. If not needed, this functionally can be disabled.
 
23
 system startup process. If not needed, this functionality can be disabled.
24
24
 
25
25
Package: mdadm-udeb
26
26
Section: debian-installer
28
28
Architecture: any
29
29
Depends: ${shlibs:Depends}
30
30
Description: tool to administer Linux MD arrays (software RAID)
31
 
 mdadm is a program that can be used to create, manage, and monitor MD
32
 
 arrays (e.g. software RAID, multipath devices).
 
31
 The mdadm utility can be used to create, manage, and monitor MD
 
32
 (multi-disk) arrays for software RAID or multipath I/O.
33
33
 .
34
 
 mdadm-udeb is a minimal package used by the debian-installer.
 
34
 This is a minimal package used by the debian-installer.