|
| 1 | +Subject: ANNOUNCE: mdadm 3.2.6 - A tool for managing Soft RAID under Linux |
| 2 | + |
| 3 | +I am pleased to announce the availability of |
| 4 | + mdadm version 3.2.6 |
| 5 | + |
| 6 | +It is available at the usual places, now including github: |
| 7 | + countrycode=xx. |
| 8 | + http://www.${countrycode}kernel.org/pub/linux/utils/raid/mdadm/ |
| 9 | +and via git at |
| 10 | + git://github.com/neilbrown/mdadm |
| 11 | + git://neil.brown.name/mdadm |
| 12 | + http://neil.brown.name/git/mdadm |
| 13 | + |
| 14 | +This is a stablity release which adds a number of bugfixs to 3.2.5. |
| 15 | +There are no real stand-out fixes, just lots of little bits and pieces. |
| 16 | + |
| 17 | +Below is the "git log --oneline --reverse" list of changes since |
| 18 | +3.2.5. |
| 19 | + |
| 20 | +NeilBrown 25th October 2012 |
| 21 | + |
| 22 | +b7e05d2 udev-rules: prevent systemd from mount devices before they are ready. |
| 23 | +0d478e2 mdadm: Fix Segmentation fault. |
| 24 | +42f0ca1 imsm: fix: correct checking volume's degradation |
| 25 | +fcf2195 Monitor: fix inconsistencies in values for ->percent |
| 26 | +5f862fb Monitor: Report NewArray when an array the disappeared, reappears. |
| 27 | +6f51b1c Monitor: fix reporting for Fail vs FailSpare etc. |
| 28 | +68ad53b mdmon: fix arg parsing. |
| 29 | +517f135 Assemble: don't leak memory with fdlist. |
| 30 | +090900c udev-rules: prevent systemd from mount devices before they are ready. |
| 31 | +446e000 sha1.h: remove ansidecl.h header inclusion |
| 32 | +ec894f5 Manage: zero metadata before adding to 'external' array. |
| 33 | +3a84db5 ddf: allow a non-spare to be used to recovery a missing device. |
| 34 | +c5d61ca ddf: hack to fix container recognition. |
| 35 | +23084aa mdmon: fix arg processing for -a |
| 36 | +c4e96a3 mdmon: allow --takeover when original was started with --offroot |
| 37 | +80841df find_free_devnum: avoid auto-using names in /etc/mdadm.conf |
| 38 | +c5c56d6 mapfile: fix mapfile rebuild for containers |
| 39 | +aec89f6 fix segfaults in Detail() |
| 40 | +2117ad1 Fix 'enough' function for RAID10. |
| 41 | +0bc300d Use --offroot flag when assembling md arrays via --incrmental |
| 42 | +ac78f24 Grow: make warning about old metadata more explicit. |
| 43 | +14026ab Replace sha1.h with slightly older version. |
| 44 | +6f6809f Add zlib license to crc32.c |
| 45 | +5267ba0 Handles spaces in array names better. |
| 46 | +c51f288 imsm: allow --assume-clean to work. |
| 47 | +acf7076 Grow: allow --grow --continue to work for native metadata. |
| 48 | +335d2a6 Grow: fix a couple of typos with --assume-clean usage |
| 49 | +9ff1427 Fix open_container |
| 50 | +3713633 mdadm: super0: do not override uuid with homehost |
| 51 | +31bff58 Trivial bugfix and spelling fixes. |
| 52 | +e1e539f Detail: don't report a faulty device as 'spare' or 'rebuilding'. |
| 53 | +22a6461 super0: allow creation of array on 2TB+ devices. |
| 54 | +a5d47a2 Create new md devices consistently |
| 55 | +eb48676 Monitor: don't complain about non-monitorable arrays in mdadm.conf |
| 56 | +ecdf2d7 Query: don't be confused by partition tables. |
| 57 | +f7b75c1 Query: allow member of non-0.90 arrays to be better reported. |
0 commit comments