lp:~xnox/ubuntu/quantal/mdadm/bzr-bug-source

Created by Dimitri John Ledkov and last modified
Get this branch:
bzr branch lp:~xnox/ubuntu/quantal/mdadm/bzr-bug-source
Only Dimitri John Ledkov can upload to this branch. If you are Dimitri John Ledkov please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Dimitri John Ledkov
Status:
Development

Recent revisions

31. By Michael Tokarev <email address hidden>

[ Michael Tokarev ]
* new upstream (bugfix) release, fixing regression when --add'ing
  device to an array, introduced in 3.2.4, plus other minor fixes
  (Closes: #673104, #673344)
* new patch: sha1-includes.diff to fix #include mess in new sha1.h
* added a check into debian/checkarray to skip checking arrays created
  less than 2 weeks ago (Closes: #624273)

[ Dmitrijs Ledkovs ]
* Remove obsolete documentation dating back to ~etch release
* Remove reference to obsolete documention from debconf templates
* Update debconf templates translations
* Remove compatability with acient initramfs-tools
* Remove debian-specific mdadm-startall.8 in clean target

30. By Michael Tokarev <email address hidden>

* new upstream (bugfix) release (Closes: #664088, #661552)
* removed debian-run-udev.diff (applied upstream), and
  all RUNDIR handling from debian/rules (it is the default now)
* add build-arch and build-indep targets to debian/rules, and
  bump Standards-Version to 3.9.3

29. By Michael Tokarev <email address hidden>

* switch from topgit to plain 3.0 (quilt) layout, creating
  debian/patches. Don't build-depend on quilt as patching
  is done automatically by dpkg-source.
* debian/patches/debian-run-udev.diff by Roger Leigh (Closes: #644319, #627774)
* update debian/mdadm.logcheck.ignore.server to recognize "k" in
  addition of "blocks" in kernel messages. Thanks to Frédéric Brière
  for the patch (Closes: #656038)

28. By Michael Tokarev <email address hidden>

[ 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 <email address hidden>
  (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)

27. By madduck

[ martin f. krafft ]
* New upstream version (closes: #615494), which addresses:
  - --grow option aware of size change of underlying device (closes: #618463)
  - builds with -Werror on gcc-4.6 (closes: #625392).
  - new features/functionality:
    + Policy framework.
    + Improved management of reshaping arrays.
    + Support for Intel Matrix Storage Manager (IMSM)
  Thanks to Scott Schaefer for his help in preparing this release!
* Do not print io rescheduling info message when run by cron
  (closes: #598957).
* Fix checkarray script so that it does not die after scheduling the first
  device when there is no scheduling class specified; thanks to Mario
  'BitKoenig' Holbe (closes: #611627).
* Do not include DEVICE line in generated configs but use the built-in value
  by default (closes: #604702).
* Make mdadm-raid init script depend on hostname; thanks to Mario
 'BitKoenig' Holbe (closes: #610421).
* Schedule start/stop of mdadm-raid before/after filesystems are
  checked&mounted/unmounted; thanks to Mario 'BitKoenig' Holbe
  (closes: #611632).
* Work around a shell coding bug for cases when there are zero active
  devices (closes: #618561).
* Add NEWS entry about metadata change and requirement on new Grub version
  (closes: #595516).
* Update mdadd.sh script from Arno's webpage.
* Update md.txt from latest kernel source.
* Updated debconf translations:
  - Catalan by Innocent De Marchi (closes: #628371)
  - Danish by Joe Dalton (closes: #621346)
* Small typo fix in RAID5_versus_RAID10.txt
* Bump Standards-Version to 3.9.2; no changes required.

[ Michael Tokarev ]
* don't print W: auto-read-only in checkarray in quiet mode,
  thanks to Bernd Hanisch for the patch (Closes: #605722)
* move initscript metadata from /lib/init/rw/.mdadm to /run/mdadm,
  and depend on initscripts (>= 2.88dsf-13.3) for /run (Closes: #633054)
* move runtime stuff from /dev/.mdadm to /run/mdadm
* document defaults change in debian/NEWS (it was forgotten to be
  done for squeeze) - metadata & chunk size (Closes: #595516)

26. By madduck

Added patch with Makefile fix from upstream (commit 8efb9d1) to fix
compiler/linker problem on non-x86 architectures (closes: #595290).

25. By madduck

* New upstream release, which closes:#595039 and addresses the following
  issues too:
  - reverts move of incremental map (closes: #585015).
  - fixes mdadm monitor in the case of an inactive (or start-failed) raid0
    or linear array (closes: #539154).
  - prevent --remove faulty from skipping renumbered devices
    (closes: #587550).
  - fixed overflow when growing a RAID6 (closes: #589493).
* However, disable the incremental assembly upstream turned on in 3.1.3 for
  now, this will have to wait until after the squeeze release.
* initramfs/hook: make sure configuration file exists before accessing it;
  thanks to Michael Prokop for the fix and NMU (closes: #589836).
* initramfs/hook: Match UUID case-insensitive while checking for running
  arrays not listed in mdadm.conf; thanks to Mario 'BitKoenig' Holbe for the
  patch (closes: #583545).
* Fix URL in the bug reporting preamble (presubj) (closes: #589833).
* Add I/O rescheduling functionality to the checkarray script and make the
  cronjob use the idle priority; this should now minimise the impact of the
  monthly re-check on the running system; Florian Heigl had the idea
  (closes: #592149, #508123).

24. By Michael Prokop <email address hidden>

* Non-maintainer upload.
* initramfs/hook: make sure configuration file exists before
  accessing it. [Closes: #589836]

23. By madduck

* Fix logcheck regexp to cure "egrep: Unmatched [ or [^" message
  (closes: #583376).
* Cherry-pick 94fcb80 from upstream to fix compiler error due to argument
  type error (at least on ia64, sparc, powerpc) (closes: #583495).

22. By madduck

* New upstream release (closes: #567167).
* Ignore lintian error about not stopping in runlevel 1.
* Include more information about the configuration, initrd, and LVM in
  bugscript output.
* Check active devices against configuration file based on UUID, not device
  name (closes: #553896).
* When preparing the list of devices, treat /dev/mdX and /dev/md/X equally.
* Bump Standards-Version to 3.8.4 without having to make changes.
* Fix logcheck rule with patch from Frédéric Brière, since Rebuild events
  are now arbitrary, no longer multiples of 20 (closes: #570315).
* checkarray: do not exit non-zero when there are no arrays found (see
  #582360).
* Do not exit checkarray cronjob non-zero when the tests whether to run
  fail (closes: #580825). This is related to a recent change in behaviour in
  cron 3.0pl1-110 (see e.g. #581612). Thanks to everyone for their
  suggestions!
* Call MAKEDEV to create device nodes only if MAKEDEV is installed
  (closes: #569360).

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.