[ubuntu/utopic-proposed] mdadm 3.3-2ubuntu1 (Accepted)
Dimitri John Ledkov
xnox at ubuntu.com
Thu Jul 17 13:51:13 UTC 2014
mdadm (3.3-2ubuntu1) utopic; urgency=medium
* Merge from Debian unstable, remaining changes:
- debian/initramfs/mdadm-functions: add call wait_for_udev to wait a
little longer for RAID devices to appear.
- 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/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.
- debian/presubj: Dropped this unused bug reporting file. Instead use
source_mdadm.py act as an apport hook for bug handling.
- 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).
- Take kernel cmdline parameters "nomdmonisw" and "nomdmonddf" into
account, when assembling imsm/ddf arrays. This defaults to assembling
those arrays using mdmon/mdadm, with a fallback to dmraid upon
request.
- Use default/grub.d snippet to continue using dmraid to assemble
fakeraid arrays.
* Install incremental assembly rules.
* Disable use-external-blkid.diff, udev in Ubuntu is recent enough.
mdadm (3.3-2) unstable; urgency=low
* use 63-md-raid-arrays.rules instead of old 64-md-raid.rules
(Closes: #726237)
* do not use builtin blkid in udev rules, as our udev (at least
on wheezy) does not have it (use-external-blkid.diff)
mdadm (3.3-1) unstable; urgency=low
[ Michael Tokarev ]
* new upstream 3.3 release (Closes: #718896)
See ANNOUNCE-3.3 for details.
Patches:
- refreshed debian-conffile-location.diff
(added .conf.d)
- removed debian-disable-udev-incr-assembly.diff
(do not ship udev-md-raid-assembly.rules for now)
- refreshed debian-no-Werror.diff
- refreshed sha1-includes.diff
- removed patches (included upstream)A:
spelling-and-manpages.patch
fix-enough-function-for-RAID10.patch
fix-segfaults-in-detail.patch
super0-do-not-override-uuid-with-homehost.patch
mdmon-allow-takeover-when-original-was-started-with-.patch
mdmon-fix-arg-parsing.patch
mdmon-fix-arg-processing-for-a.path
Install udev-md-raid-arrays.rules instead of udev-md-raid.rules,
don't install new udev-md-raid-assembly.rules for now.
* remove Martin F. Krafft from uploaders per his request.
Thank you for your contributions!
* added remove-bashism-from-makefile.patch patch to work around
newly introduced bashism
* remove debian/source/options, there's no need to set compression
options for debian.tar.gz.
* remove outdated debian/docs/md_superblock_formats.txt and
debian/docs/md.txt (Closes: #714977, #714978)
* ship ANNOUNCE-*, external-reshape-design.txt, mdmon-design.txt
files as documentation (Closes: #715324)
[ Dmitrijs Ledkovs ]
* Properly remove 65-mdadm.vol_id.rules, instead of trying to remove a
never-existed 65_mdadm.vol_id.rules (note the 65- vs 65_).
mdadm (3.2.5-6) unstable; urgency=low
* replace home-grown and not-working-since-etch udevsettle call
in initramfs script with proper wait_for_udev function (from
common initramfs functions). This unbreaks situations when
the underlying device needs some udev magic to happen before
being available, which includes stacked devices (md on lvm)
and other cases. Thanks to Thomas Parmelan and Dave Whitla
for finding the root cause of breakage and for providing
the fix. (Closes: #644876)
Date: Thu, 17 Jul 2014 14:49:19 +0100
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/mdadm/3.3-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 17 Jul 2014 14:49:19 +0100
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: source
Version: 3.3-2ubuntu1
Distribution: utopic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dimitri John Ledkov <xnox 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: 644876 714977 714978 715324 718896 726237
Changes:
mdadm (3.3-2ubuntu1) utopic; urgency=medium
.
* Merge from Debian unstable, remaining changes:
- debian/initramfs/mdadm-functions: add call wait_for_udev to wait a
little longer for RAID devices to appear.
- 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/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.
- debian/presubj: Dropped this unused bug reporting file. Instead use
source_mdadm.py act as an apport hook for bug handling.
- 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).
- Take kernel cmdline parameters "nomdmonisw" and "nomdmonddf" into
account, when assembling imsm/ddf arrays. This defaults to assembling
those arrays using mdmon/mdadm, with a fallback to dmraid upon
request.
- Use default/grub.d snippet to continue using dmraid to assemble
fakeraid arrays.
.
* Install incremental assembly rules.
* Disable use-external-blkid.diff, udev in Ubuntu is recent enough.
.
mdadm (3.3-2) unstable; urgency=low
.
* use 63-md-raid-arrays.rules instead of old 64-md-raid.rules
(Closes: #726237)
* do not use builtin blkid in udev rules, as our udev (at least
on wheezy) does not have it (use-external-blkid.diff)
.
mdadm (3.3-1) unstable; urgency=low
.
[ Michael Tokarev ]
* new upstream 3.3 release (Closes: #718896)
See ANNOUNCE-3.3 for details.
Patches:
- refreshed debian-conffile-location.diff
(added .conf.d)
- removed debian-disable-udev-incr-assembly.diff
(do not ship udev-md-raid-assembly.rules for now)
- refreshed debian-no-Werror.diff
- refreshed sha1-includes.diff
- removed patches (included upstream)A:
spelling-and-manpages.patch
fix-enough-function-for-RAID10.patch
fix-segfaults-in-detail.patch
super0-do-not-override-uuid-with-homehost.patch
mdmon-allow-takeover-when-original-was-started-with-.patch
mdmon-fix-arg-parsing.patch
mdmon-fix-arg-processing-for-a.path
Install udev-md-raid-arrays.rules instead of udev-md-raid.rules,
don't install new udev-md-raid-assembly.rules for now.
* remove Martin F. Krafft from uploaders per his request.
Thank you for your contributions!
* added remove-bashism-from-makefile.patch patch to work around
newly introduced bashism
* remove debian/source/options, there's no need to set compression
options for debian.tar.gz.
* remove outdated debian/docs/md_superblock_formats.txt and
debian/docs/md.txt (Closes: #714977, #714978)
* ship ANNOUNCE-*, external-reshape-design.txt, mdmon-design.txt
files as documentation (Closes: #715324)
.
[ Dmitrijs Ledkovs ]
* Properly remove 65-mdadm.vol_id.rules, instead of trying to remove a
never-existed 65_mdadm.vol_id.rules (note the 65- vs 65_).
.
mdadm (3.2.5-6) unstable; urgency=low
.
* replace home-grown and not-working-since-etch udevsettle call
in initramfs script with proper wait_for_udev function (from
common initramfs functions). This unbreaks situations when
the underlying device needs some udev magic to happen before
being available, which includes stacked devices (md on lvm)
and other cases. Thanks to Thomas Parmelan and Dave Whitla
for finding the root cause of breakage and for providing
the fix. (Closes: #644876)
Checksums-Sha1:
0794f24f5ce8802e49a52790223a25ed3be39e3d 2041 mdadm_3.3-2ubuntu1.dsc
a2b85093a4f196de5d7a298194443847e903e3ba 399152 mdadm_3.3.orig.tar.xz
70d6de0416221c688e68863b25f2c03a7a00fdb6 110772 mdadm_3.3-2ubuntu1.debian.tar.xz
Checksums-Sha256:
59774d040072cab728d8d0a4c2c224051cc8e0063b74f41dbe8b5b232cf5cdbe 2041 mdadm_3.3-2ubuntu1.dsc
565d2d0f3114679d7ac96c31282fdc61b0e2eddbed13d3ea723a64b079899151 399152 mdadm_3.3.orig.tar.xz
cadd37ade0a5cb3249d56dae5df3896e2a67fd61636088e7c010e14e1d4ae118 110772 mdadm_3.3-2ubuntu1.debian.tar.xz
Files:
c550293f01b3191a40bba29bf05b1b7b 2041 admin optional mdadm_3.3-2ubuntu1.dsc
abb19b309281b93cf79d29fb2dfb2e85 399152 admin optional mdadm_3.3.orig.tar.xz
eda4fcc842eccaf3b2b2b66bf2319b8a 110772 admin optional mdadm_3.3-2ubuntu1.debian.tar.xz
Original-Maintainer: Debian mdadm maintainers <pkg-mdadm-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJTx9SPAAoJEIh7YGGLPBauX3YP/3QlnmJkEqJaYpjMF3R15FSG
ZSNlpCMaj3THn+0u7IaBJdY+56wT4eZTVDVTkEMM0vQ+6DMsul8w2rwvukR0/cIY
cFrv/HsQLkGweOsjPVzxqXRvxsMZvfruihlH6FyBwOIQYWrt5VFSks4yE3L6tVaM
HP0QyaTSbCq7kK6B/WHlbhhk9TfL1XN9bEc6cBakQLaSCHPWRjmjPjiFKwC8gvig
LZYjn7Kfrk761agRjGtiMHpUQ3M6n6asbijnKVLq/Bt1s7FhdBYFtaIEO6fsJdwg
MqKu7pdJ8MsDk7NZZp8AOuzii03+hzJFawD3P1naVp/DCSwNu43rlDBIOjyZqC2d
nkkO/TYIhAVfhyIMM0pm9jvoy3A4vjhRxMkhFTVczAlp/BoAV4LqtXA/Auy5FyiV
qIBuL5JzDFWlDIAjIfuzbgrYldUjig4f3KOlk+QZzZwZGBAomcqQGHY7l4KyvNuM
f5SIL7Lu/bRIyQ9d15r0Lf/fP8KX6ye7kwHdJ/A7RQsWVBJj/s+Qc/tniHHbLb0d
7N2qZ4XtIfelfkEUxWZXlwTZmZ5PyZZPpIthaU6HWrwUmzS5Qcttxlow9UngYCZM
tU+BuXXAZ+Q8wrgboBX5m2N7fIKlXveOf8NcLntACSgtooCkYY1mNvjfBeH2i3yg
D2bm8y8cwbeOmzepg3sd
=JCAe
-----END PGP SIGNATURE-----
More information about the Utopic-changes
mailing list