[ubuntu/precise] mdadm 3.2.3-2ubuntu1 (Accepted)

Clint Byrum clint at ubuntu.com
Fri Feb 10 01:20:20 UTC 2012


mdadm (3.2.3-2ubuntu1) precise; urgency=low

  * Merge from Debian testing. (LP: #920324)  Remaining changes:
    - Call checks in local-premount to avoid race condition with udev
      and opening a degraded array.
    - d/initramfs/mdadm-functions: Record in /run when boot-degraded
      question has been asked so that it is only asked once
    - pass --test to mdadm to enable result codes for degraded arrays.
    - Build udeb with -O2 on ppc64, working around a link error.
    - 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/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 Ubuntu 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
    - d/p/debian-changes-3.1.4-1+8efb9d1ubuntu4: mdadm udev rule
      incrementally adds mdadm member when detected. Starting such an
      array in degraded mode is possible by mdadm -IRs. Using mdadm
      -ARs without stopping the array first does nothing when no
      mdarray-unassociated device is available. Using mdadm -IRs to
      start a previously partially assembled array through incremental
      mode. Keeping the mdadm -ARs for assembling arrays which were for
      some reason not assembled through incremental mode (i.e through
      mdadm's udev rule).

mdadm (3.2.3-2) unstable; urgency=low

  [ Michael Tokarev ]
  * new upstream bugfix/stable version, with lots of fixes all over.
    Closes: #641886, #628667, #645563, #651880, #607375, #633880
  * update Neil's email (Closes: #650630)
  * update mdadd.sh to version 1.52 (Closes: #655212)
  * fixed a typo (RAID6 vs RAID10) in FAQ (Closes: #637068)
  * declare ordering dependency for multipath-tools-boot in
    mdadm-raid init script (Closes: #641584)
    While at it, remove mention of devfsd
  * added Slovak (sk.po) po-debconf translation from Slavko <linux at slavino.sk>
    (Closes: #641972)
  * set nice value of the check/resync thread too, together with I/O
    scheduling class, based on patch by Sergey B Kirpichev (Closes: #652547)
  * small changes for debian/checkarray
  * (internal) move files from contrib/* topgit branches into debian directory
  * remove dh_testroot from clean target
  * add myself to uploaders

  [ Peter Eisentraut ]
  * Added support for "status" action to mdadm init script (Closes: #651737)

Date: Thu, 09 Feb 2012 16:53:02 -0800
Changed-By: Clint Byrum <clint at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/mdadm/3.2.3-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 09 Feb 2012 16:53:02 -0800
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: source
Version: 3.2.3-2ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Clint Byrum <clint at ubuntu.com>
Description: 
 mdadm      - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Closes: 607375 628667 633880 637068 641584 641886 641972 645563 650630 651737 651880 652547 655212
Launchpad-Bugs-Fixed: 920324
Changes: 
 mdadm (3.2.3-2ubuntu1) precise; urgency=low
 .
   * Merge from Debian testing. (LP: #920324)  Remaining changes:
     - Call checks in local-premount to avoid race condition with udev
       and opening a degraded array.
     - d/initramfs/mdadm-functions: Record in /run when boot-degraded
       question has been asked so that it is only asked once
     - pass --test to mdadm to enable result codes for degraded arrays.
     - Build udeb with -O2 on ppc64, working around a link error.
     - 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/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 Ubuntu 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
     - d/p/debian-changes-3.1.4-1+8efb9d1ubuntu4: mdadm udev rule
       incrementally adds mdadm member when detected. Starting such an
       array in degraded mode is possible by mdadm -IRs. Using mdadm
       -ARs without stopping the array first does nothing when no
       mdarray-unassociated device is available. Using mdadm -IRs to
       start a previously partially assembled array through incremental
       mode. Keeping the mdadm -ARs for assembling arrays which were for
       some reason not assembled through incremental mode (i.e through
       mdadm's udev rule).
 .
 mdadm (3.2.3-2) unstable; urgency=low
 .
   [ Michael Tokarev ]
   * new upstream bugfix/stable version, with lots of fixes all over.
     Closes: #641886, #628667, #645563, #651880, #607375, #633880
   * update Neil's email (Closes: #650630)
   * update mdadd.sh to version 1.52 (Closes: #655212)
   * fixed a typo (RAID6 vs RAID10) in FAQ (Closes: #637068)
   * declare ordering dependency for multipath-tools-boot in
     mdadm-raid init script (Closes: #641584)
     While at it, remove mention of devfsd
   * added Slovak (sk.po) po-debconf translation from Slavko <linux at slavino.sk>
     (Closes: #641972)
   * set nice value of the check/resync thread too, together with I/O
     scheduling class, based on patch by Sergey B Kirpichev (Closes: #652547)
   * small changes for debian/checkarray
   * (internal) move files from contrib/* topgit branches into debian directory
   * remove dh_testroot from clean target
   * add myself to uploaders
 .
   [ Peter Eisentraut ]
   * Added support for "status" action to mdadm init script (Closes: #651737)
Checksums-Sha1: 
 4c7a16e8c6c8b62ea9a1c6014e65b54f26da5b52 1760 mdadm_3.2.3-2ubuntu1.dsc
 511f4104fe4035515925613e358bef0ea0823148 366770 mdadm_3.2.3.orig.tar.bz2
 5d3a269c15569df1ab4c367f276a52d394e1d770 126754 mdadm_3.2.3-2ubuntu1.debian.tar.bz2
Checksums-Sha256: 
 63689557b18183f0a5546db47b8842e494d81de4b62f9463d9d4dbe07b4ab95d 1760 mdadm_3.2.3-2ubuntu1.dsc
 0ff49a04c6250834ce1b5be5a1581532e70e2221a87e1eedec46d6656b37ab40 366770 mdadm_3.2.3.orig.tar.bz2
 050d8b500c1b0fb2baf691e42c8764d95ae4300bebc53f0708ac33b5c336a241 126754 mdadm_3.2.3-2ubuntu1.debian.tar.bz2
Files: 
 6cb98b86a79efdda19f74038e95f1d66 1760 admin optional mdadm_3.2.3-2ubuntu1.dsc
 d789d6ecb9c1d5ebcc64f0fc52bca92f 366770 admin optional mdadm_3.2.3.orig.tar.bz2
 896b339cadb7cf999e0cec476466426d 126754 admin optional mdadm_3.2.3-2ubuntu1.debian.tar.bz2
Original-Maintainer: Debian mdadm maintainers <pkg-mdadm-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQEcBAEBAgAGBQJPNHB0AAoJEFOMB2b0vLOO++UH/23RvJSGjNiLUCnhBXSpfXSd
7fUCUbTcFxbWkP1uzaIq41+zsTXRrFtHN2zgQ6qgw4/BIP6KJBHaRUg3DU0wycys
JUwtsjhEcsHH3HzM5nz+3ZJEz7UQipZs6g2uXkFMC+SnzgduSbm8aCA+r+hN3nnv
Of3TdJa6zN0fg74uCVMXOC1qDv2dKexnnRg/VVvL2sK50CyDBFD/ETL4y/cxGD4x
06ARVtdu7dM8D9R3TRlEXeRi7luIY5eXpCCZn19i0mx2r4WEQ3iNGoDjLN2zuI1S
mKmmK10hSg3eAoa7RoKIwe4pdD3rBTA1urzG1999/beSLBR6gHMXLF8lj9NQ1x8=
=Ib7b
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list